Update to 2.052

- New upstream release 2.052 (fix to allow building with C++)
- Don't need to remove empty directories from buildroot
This commit is contained in:
Paul Howarth 2012-04-29 19:06:25 +01:00
parent 5e5de172ab
commit dd5433ec67
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Compress-Raw-Lzma
Version: 2.049
Version: 2.052
Release: 1%{?dist}
Summary: Low-level interface to lzma compression library
Group: Development/Libraries
@ -29,7 +29,6 @@ make %{?_smp_mflags}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
%{_fixperms} %{buildroot}
%check
@ -42,6 +41,10 @@ make test
%{_mandir}/man3/Compress::Raw::Lzma.3pm*
%changelog
* Sun Apr 29 2012 Paul Howarth <paul@city-fan.org> - 2.052-1
- Update to 2.052 (fix to allow building with C++)
- Don't need to remove empty directories from buildroot
* Sat Feb 18 2012 Paul Howarth <paul@city-fan.org> - 2.049-1
- Update to 2.049 (README wasn't included in the distribution)
- Drop redundant %%defattr

View File

@ -1 +1 @@
7994ceab166216bc2432b30f17a93dca Compress-Raw-Lzma-2.049.tar.gz
fce9805ad1fa6c23a9e2fb5b19641b57 Compress-Raw-Lzma-2.052.tar.gz