[perl-Router-Simple/f16] Initial import (#757484).

Emmanuel Seyman eseyman at fedoraproject.org
Thu Dec 1 00:02:52 UTC 2011


commit e9844ab4a86cdac64309f30e93dff51249e9ecc9
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Thu Dec 1 01:02:39 2011 +0100

    Initial import (#757484).

 .gitignore              |    1 +
 perl-Router-Simple.spec |   45 +++++++++++++++++++++++++++++++++++++++++++++
 sources                 |    1 +
 3 files changed, 47 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0a59e90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Router-Simple-0.09.tar.gz
diff --git a/perl-Router-Simple.spec b/perl-Router-Simple.spec
new file mode 100644
index 0000000..694632c
--- /dev/null
+++ b/perl-Router-Simple.spec
@@ -0,0 +1,45 @@
+Name:           perl-Router-Simple
+Version:        0.09
+Release:        1%{?dist}
+Summary:        Simple HTTP router
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Router-Simple/
+Source0:        http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Router-Simple-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(Class::Accessor::Fast)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(parent)
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+Router::Simple is a simple router class.
+
+%prep
+%setup -q -n Router-Simple-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README.mkdn
+%{perl_vendorlib}/Router
+%{_mandir}/man3/*
+
+%changelog
+* Fri Nov 25 2011 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 0.09-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..30a5955 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f6be0b32e536c9dab654a7cf4defe633  Router-Simple-0.09.tar.gz


More information about the scm-commits mailing list