2.20 bump
This commit is contained in:
parent
a65d48edc0
commit
09e76d96f4
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ Compress-Bzip2-2.09.tar.gz
|
||||
/Compress-Bzip2-2.17.tar.gz
|
||||
/Compress-Bzip2-2.18.tar.gz
|
||||
/Compress-Bzip2-2.19.tar.gz
|
||||
/Compress-Bzip2-2.20.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-Compress-Bzip2
|
||||
Version: 2.19
|
||||
Release: 2%{?dist}
|
||||
Version: 2.20
|
||||
Release: 1%{?dist}
|
||||
Summary: Interface to Bzip2 compression library
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
@ -37,7 +37,8 @@ Requires: perl(constant) >= 1.04
|
||||
%description
|
||||
The Compress::Bzip2 module provides a Perl interface to the Bzip2 compression
|
||||
library. A relevant subset of the functionality provided by Bzip2 is available
|
||||
in Compress::Bzip2.
|
||||
in Compress::Bzip2. Compress::Bzip2 is not well integrated into PerlIO, use
|
||||
the preferred IO::Compress::Bzip2 instead.
|
||||
|
||||
%prep
|
||||
%setup -q -n Compress-Bzip2-%{version}
|
||||
@ -60,12 +61,16 @@ chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc ANNOUNCE Changes COPYING NEWS README
|
||||
%license COPYING
|
||||
%doc ANNOUNCE Changes NEWS README.md
|
||||
%{perl_vendorarch}/Compress/
|
||||
%{perl_vendorarch}/auto/Compress/
|
||||
%{_mandir}/man3/*.3pm*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 30 2015 Petr Pisar <ppisar@redhat.com> - 2.20-1
|
||||
- 2.20 bump
|
||||
|
||||
* Wed Oct 29 2014 Petr Pisar <ppisar@redhat.com> - 2.19-2
|
||||
- Do not build-require version module
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user