Update to 2.052
- New upstream release 2.052 (fix build issue when Perl is built with C++) - Don't need to remove empty directories from buildroot
This commit is contained in:
parent
4839b053fc
commit
4e9e95584b
@ -1,5 +1,5 @@
|
|||||||
Name: perl-Compress-Raw-Zlib
|
Name: perl-Compress-Raw-Zlib
|
||||||
Version: 2.051
|
Version: 2.052
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Low-level interface to zlib compression library
|
Summary: Low-level interface to zlib compression library
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -44,7 +44,6 @@ make %{?_smp_mflags}
|
|||||||
make pure_install DESTDIR=%{buildroot}
|
make pure_install DESTDIR=%{buildroot}
|
||||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||||
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
||||||
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
||||||
%{_fixperms} %{buildroot}
|
%{_fixperms} %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -57,6 +56,11 @@ make test
|
|||||||
%{_mandir}/man3/Compress::Raw::Zlib.3pm*
|
%{_mandir}/man3/Compress::Raw::Zlib.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 29 2012 Paul Howarth <paul@city-fan.org> - 2.052-1
|
||||||
|
- Update to 2.052
|
||||||
|
- Fix build issue when Perl is built with C++
|
||||||
|
- Don't need to remove empty directories from buildroot
|
||||||
|
|
||||||
* Thu Feb 23 2012 Paul Howarth <paul@city-fan.org> - 2.051-1
|
* Thu Feb 23 2012 Paul Howarth <paul@city-fan.org> - 2.051-1
|
||||||
- Update to 2.051
|
- Update to 2.051
|
||||||
- Fix bug in Compress::Raw::Zlib on 64-bit Windows (CPAN RT#75222)
|
- Fix bug in Compress::Raw::Zlib on 64-bit Windows (CPAN RT#75222)
|
||||||
|
Loading…
Reference in New Issue
Block a user