4.00 bump

This commit is contained in:
Jitka Plesnikova 2014-05-27 07:54:30 +02:00
parent 8ab913daba
commit e98a535715
3 changed files with 10 additions and 7 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/CGI.pm-3.63.tar.gz
/CGI.pm-3.64.tar.gz
/CGI.pm-3.65.tar.gz
/CGI.pm-4.00.tar.gz

View File

@ -1,10 +1,10 @@
Name: perl-CGI
Summary: Handle Common Gateway Interface requests and responses
Version: 3.65
Version: 4.00
Release: 1%{?dist}
License: (GPL+ or Artistic) and Artistic 2.0
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARKSTOS/CGI.pm-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI.pm-%{version}.tar.gz
URL: http://search.cpan.org/dist/CGI
BuildArch: noarch
BuildRequires: perl
@ -17,7 +17,6 @@ BuildRequires: perl(constant)
BuildRequires: perl(deprecate)
%endif
BuildRequires: perl(Exporter)
BuildRequires: perl(FCGI) >= 0.67
BuildRequires: perl(File::Spec) >= 0.82
BuildRequires: perl(if)
BuildRequires: perl(overload)
@ -38,12 +37,11 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%if 0%(perl -e 'print $] >= 5.019')
Requires: perl(deprecate)
%endif
Requires: perl(FCGI) >= 0.67
Requires: perl(File::Spec) >= 0.82
%{?perl_default_filter}
# Remove under-specified dependencies
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((FCGI|File::Spec)\\)$
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((File::Spec)\\)$
# Remove false provides
%global __provides_exclude %{?__provides_exclude:__provides_exclude|}^perl\\((Fh|MultipartBuffer)\\)$
@ -76,11 +74,15 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
make test
%files
%doc cgi_docs.html Changes README
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*
%changelog
* Mon May 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 4.00-1
- 4.00 bump
- CGI::Fast split out into its own distribution
* Wed Feb 12 2014 Jitka Plesnikova <jplesnik@redhat.com> - 3.65-1
- 3.65 bump

View File

@ -1 +1 @@
ca72eb908ce8a147831ed88d2bed8506 CGI.pm-3.65.tar.gz
a16e7acf77fce089ac8a4dff5fa5ec2c CGI.pm-4.00.tar.gz