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

Emmanuel Seyman eseyman at fedoraproject.org
Sun Mar 22 22:10:10 UTC 2009


Author: eseyman

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-CGI-Application.spec 
Log Message:
* Sun Mar 22 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 4.21-2
- Initial import




--- NEW FILE import.log ---
perl-CGI-Application-4_21-2_fc10:HEAD:perl-CGI-Application-4.21-2.fc10.src.rpm:1237759658


--- NEW FILE perl-CGI-Application.spec ---
Name:           perl-CGI-Application
Version:        4.21
Release:        2%{?dist}
Summary:        Framework for building reusable web-applications
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/CGI-Application/
Source0:        http://search.cpan.org/CPAN/authors/id/M/MA/MARKSTOS/CGI-Application-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(HTML::Template)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::More)
Requires:       perl(HTML::Template)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
CGI::Application is an Object-Oriented Perl module which implements an
Abstract Class. It is not intended that this package be instantiated
directly. Instead, it is intended that your Application Module will be
implemented as a Sub-Class of CGI::Application.

%prep
%setup -q -n CGI-Application-%{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 ARTISTIC Changes GPL README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Tue Mar 03 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 4.21-2
- Include Test::More in the BuildRequires (brc #486584)

* Fri Feb 20 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 4.21-1
- Update to 4.21

* Sun Nov 02 2008 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 4.20-1
- Update to 4.20

* Mon Jun 11 2007 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 4.06-1
- Specfile autogenerated by cpanspec 1.70.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CGI-Application/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Mar 2009 05:48:24 -0000	1.1
+++ .cvsignore	22 Mar 2009 22:09:40 -0000	1.2
@@ -0,0 +1 @@
+CGI-Application-4.21.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CGI-Application/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Mar 2009 05:48:24 -0000	1.1
+++ sources	22 Mar 2009 22:09:40 -0000	1.2
@@ -0,0 +1 @@
+d63b877314caae7b45c359c228670048  CGI-Application-4.21.tar.gz




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