packages: perl-CGI/perl-CGI.spec - updated to 3.52
qboosh
qboosh at pld-linux.org
Wed Feb 9 19:49:04 CET 2011
Author: qboosh Date: Wed Feb 9 18:49:04 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 3.52
---- Files affected:
packages/perl-CGI:
perl-CGI.spec (1.75 -> 1.76)
---- Diffs:
================================================================
Index: packages/perl-CGI/perl-CGI.spec
diff -u packages/perl-CGI/perl-CGI.spec:1.75 packages/perl-CGI/perl-CGI.spec:1.76
--- packages/perl-CGI/perl-CGI.spec:1.75 Fri Oct 16 13:35:18 2009
+++ packages/perl-CGI/perl-CGI.spec Wed Feb 9 19:48:59 2011
@@ -8,14 +8,14 @@
Summary: CGI Perl module - simple CGI interface class
Summary(pl.UTF-8): Moduł Perla CGI - prosta klasa interfejsu do CGI
Name: perl-CGI
-Version: 3.48
+Version: 3.52
Release: 1
Epoch: 1
# same as perl
License: GPL or Artistic
Group: Development/Languages/Perl
-Source0: http://www.cpan.org/modules/by-module/CGI/%{pdir}.pm-%{version}.tar.gz
-# Source0-md5: 5a48152cb58d112d572725df8b81d3c7
+Source0: http://www.cpan.org/modules/by-module/CGI/MARKSTOS/%{pdir}.pm-%{version}.tar.gz
+# Source0-md5: 6ec43c8777713175e71ad9b19598899f
URL: http://search.cpan.org/dist/CGI.pm/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.3-0.20030610.20.2
@@ -42,7 +42,7 @@
Summary: Examples for the CGI module
Summary(pl.UTF-8): Przykłady użycia modułu CGI
Group: Development/Languages/Perl
-Requires: %{name} = %{epoch}:%{version}
+Requires: %{name} = %{epoch}:%{version}-%{release}
%description examples
Examples for the CGI module.
@@ -53,7 +53,7 @@
%prep
%setup -q -n %{pdir}.pm-%{version}
-%{__sed} -i -e 's|/usr/local/bin/perl|/usr/bin/perl|g' examples/*.cgi
+%{__sed} -i -e 's|/usr/local/bin/perl|/usr/bin/perl|g' examples/*.{cgi,pl}
%build
%{__perl} Makefile.PL \
@@ -78,15 +78,18 @@
%defattr(644,root,root,755)
%doc Changes README *.html
%{perl_vendorlib}/CGI.pm
-%{perl_vendorlib}/CGI/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/CGI/*.pm
+%{_mandir}/man3/CGI*.3pm*
%files examples
%defattr(644,root,root,755)
%dir %{_examplesdir}/%{name}-%{version}
%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/*.cgi
-%{_examplesdir}/%{name}-%{version}/*.[!c]*
-%{_examplesdir}/%{name}-%{version}/WORLD*
+%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/*.pl
+%{_examplesdir}/%{name}-%{version}/*.gif
+%{_examplesdir}/%{name}-%{version}/*.html
+%{_examplesdir}/%{name}-%{version}/*.xbm
+%{_examplesdir}/%{name}-%{version}/WORLD_WRITABLE
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -94,6 +97,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.76 2011/02/09 18:48:59 qboosh
+- updated to 3.52
+
Revision 1.75 2009/10/16 11:35:18 amateja
- updated to 3.48
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-CGI/perl-CGI.spec?r1=1.75&r2=1.76&f=u
More information about the pld-cvs-commit
mailing list