rpms/perl-CGI-Simple/devel perl-CGI-Simple.spec,1.1,1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Sep 5 02:43:42 UTC 2005


Author: spot

Update of /cvs/extras/rpms/perl-CGI-Simple/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18631/devel

Modified Files:
	perl-CGI-Simple.spec 
Log Message:

License texts, remove BR: perl



Index: perl-CGI-Simple.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-CGI-Simple/devel/perl-CGI-Simple.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-CGI-Simple.spec	30 Jul 2005 03:09:34 -0000	1.1
+++ perl-CGI-Simple.spec	5 Sep 2005 02:43:40 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           perl-CGI-Simple
 Version:        0.077
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Simple totally OO CGI interface that is CGI.pm compliant
 Group:          Development/Libraries
 License:        GPL or Artistic
@@ -9,7 +9,6 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -18,6 +17,8 @@
 %prep
 %setup -q -n Cgi-Simple-%{version}
 chmod -x Changes README cgi-simple_vs_cgi-pm.html Simple.pm Simple/*.pm
+perldoc -t perlartistic > Artistic
+perldoc -t perlgpl > COPYING
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -38,12 +39,16 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README cgi-simple_vs_cgi-pm.html
+%doc Artistic COPYING Changes README cgi-simple_vs_cgi-pm.html
 %{perl_vendorlib}/CGI
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Sun Sep  4 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.077-5
+- remove BR: perl
+- add license texts
+
 * Fri Jul 29 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.077-4
 - cleanup chmod -x
 




More information about the fedora-extras-commits mailing list