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:
parent
5e5de172ab
commit
dd5433ec67
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user