2.25 bump

This commit is contained in:
Petr Písař 2016-11-14 09:37:10 +01:00
parent 16b0d15bd4
commit 41b79c6a00
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ Compress-Bzip2-2.09.tar.gz
/Compress-Bzip2-2.20.tar.gz
/Compress-Bzip2-2.22.tar.gz
/Compress-Bzip2-2.24.tar.gz
/Compress-Bzip2-2.25.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-Compress-Bzip2
Version: 2.24
Version: 2.25
Release: 1%{?dist}
Summary: Interface to Bzip2 compression library
Group: Development/Libraries
@ -70,8 +70,8 @@ make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name .packlist -delete
find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -delete
chmod -R u+w $RPM_BUILD_ROOT/*
%check
@ -85,6 +85,9 @@ make test
%{_mandir}/man3/*.3pm*
%changelog
* Mon Nov 14 2016 Petr Pisar <ppisar@redhat.com> - 2.25-1
- 2.25 bump
* Fri Dec 11 2015 Petr Pisar <ppisar@redhat.com> - 2.24-1
- 2.24 bump

View File

@ -1 +1 @@
d5ef04d1e51fe45743b3044abad967d2 Compress-Bzip2-2.24.tar.gz
2c4336e3cd345acce4fae07e9f8b71fb Compress-Bzip2-2.25.tar.gz