Update to 0.77 and use license macro

This commit is contained in:
Emmanuel Seyman 2014-08-17 02:35:41 +02:00
parent 7a9b284f4a
commit 07e75e9263
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ FCGI-0.71.tar.gz
/FCGI-0.73.tar.gz
/FCGI-0.74.tar.gz
/FCGI-0.75.tar.gz
/FCGI-0.77.tar.gz

View File

@ -2,12 +2,12 @@ Name: perl-FCGI
Summary: FastCGI Perl bindings
# needed to properly replace/obsolete fcgi-perl
Epoch: 1
Version: 0.75
Version: 0.77
Release: 1%{?dist}
# same as fcgi
License: OML
Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/FCGI-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/FCGI-%{version}.tar.gz
URL: http://search.cpan.org/dist/FCGI
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
BuildRequires: perl(constant)
@ -46,12 +46,17 @@ find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
make test
%files
%doc ChangeLog README LICENSE.TERMS
%license LICENSE.TERMS
%doc ChangeLog README
%{perl_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto
%{_mandir}/man3/*.3*
%changelog
* Sun Aug 17 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 1:0.77-1
- Update to 0.77
- Use %%license
* Sun Jul 20 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 1:0.75-1
- Update to 0.75
- Remove the Group macro

View File

@ -1 +1 @@
23ae25f62b9757198d52488b357709bb FCGI-0.75.tar.gz
8d88f0fe90f05973522813263b0be39b FCGI-0.77.tar.gz