1.57 bump
This commit is contained in:
parent
6ce297c88a
commit
99e4ed305a
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ Archive-Zip-1.30.tar.gz
|
||||
/Archive-Zip-1.53.tar.gz
|
||||
/Archive-Zip-1.55.tar.gz
|
||||
/Archive-Zip-1.56.tar.gz
|
||||
/Archive-Zip-1.57.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-Archive-Zip
|
||||
Version: 1.56
|
||||
Release: 2%{?dist}
|
||||
Version: 1.57
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for accessing Zip archives
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -80,7 +80,7 @@ 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 .packlist -delete
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
|
||||
@ -96,6 +96,9 @@ make test
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 04 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.57-1
|
||||
- 1.57 bump
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.56-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user