Author: eseyman Update of /cvs/pkgs/rpms/perl-CGI-Application-Plugin-ActionDispatch/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20633/devel Modified Files: .cvsignore sources Added Files: import.log perl-CGI-Application-Plugin-ActionDispatch.spec Log Message: Initial import. --- NEW FILE import.log --- perl-CGI-Application-Plugin-ActionDispatch-0_97-1_fc12:HEAD:perl-CGI-Application-Plugin-ActionDispatch-0.97-1.fc12.src.rpm:1260434119 --- NEW FILE perl-CGI-Application-Plugin-ActionDispatch.spec --- Name: perl-CGI-Application-Plugin-ActionDispatch Version: 0.97 Release: 1%{?dist} Summary: Adds attribute based support for parsing the PATH_INFO of an HTTP request License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/CGI-Application-Plugin-ActionDispatch/ Source0: http://www.cpan.org/authors/id/J/JA/JAYWHY/CGI-Application-Plugin-ActionDispatch-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(CGI::Application) BuildRequires: perl(Class::Inspector) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description CGI::Application::Plugin::ActionDispatch adds attribute based support for parsing the PATH_INFO of the incoming HTTP request. For those who are familiar with Catalyst, the interface works very similar. %prep %setup -q -n CGI-Application-Plugin-ActionDispatch-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT 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 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Nov 23 2009 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> 0.97-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-ActionDispatch/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 9 Dec 2009 17:47:54 -0000 1.1 +++ .cvsignore 10 Dec 2009 08:35:37 -0000 1.2 @@ -0,0 +1 @@ +CGI-Application-Plugin-ActionDispatch-0.97.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-ActionDispatch/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 9 Dec 2009 17:47:54 -0000 1.1 +++ sources 10 Dec 2009 08:35:37 -0000 1.2 @@ -0,0 +1 @@ +d99693993bfdfbfb22d9782e829dc38e CGI-Application-Plugin-ActionDispatch-0.97.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list