rpms/perl-CGI-Application-Dispatch/devel import.log, NONE, 1.1 perl-CGI-Application-Dispatch.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Thu Jul 2 23:01:41 UTC 2009


Author: eseyman

Update of /cvs/pkgs/rpms/perl-CGI-Application-Dispatch/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14516/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-CGI-Application-Dispatch.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-CGI-Application-Dispatch-2_16-1_fc11:HEAD:perl-CGI-Application-Dispatch-2.16-1.fc11.src.rpm:1246575600


--- NEW FILE perl-CGI-Application-Dispatch.spec ---
Name:           perl-CGI-Application-Dispatch
Version:        2.16
Release:        1%{?dist}
Summary:        Dispatch requests to CGI::Application based objects
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/CGI-Application-Dispatch/
Source0:        http://www.cpan.org/authors/id/M/MA/MARKSTOS/CGI-Application-Dispatch-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(CGI::Application) >= 3.2
BuildRequires:  perl(Exception::Class)
BuildRequires:  perl(Exception::Class::TryCatch)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::LongString)
BuildRequires:  perl(Test::More)
# Apache::Test must be configured before use.
# BuildRequires:  perl(Apache::Test)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides a way (as a mod_perl handler or running under vanilla
CGI) to look at the path (as returned by dispatch_path) of the incoming
request, parse off the desired module and it's run mode, create an instance
of that module and run it.

%prep
%setup -q -n CGI-Application-Dispatch-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Jun 25 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 2.16-1
- Update to 2.15
- Tests activated

* Mon Dec 22 2008 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 2.15-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Dispatch/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	2 Jul 2009 18:50:02 -0000	1.1
+++ .cvsignore	2 Jul 2009 23:01:09 -0000	1.2
@@ -0,0 +1 @@
+CGI-Application-Dispatch-2.16.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Dispatch/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	2 Jul 2009 18:50:02 -0000	1.1
+++ sources	2 Jul 2009 23:01:09 -0000	1.2
@@ -0,0 +1 @@
+365b4b887dc8b60703b97dcbe874fa76  CGI-Application-Dispatch-2.16.tar.gz




More information about the Fedora-perl-devel-list mailing list