Update to 2.049 (README wasn't included in the distribution)

This commit is contained in:
Paul Howarth 2012-02-18 22:34:42 +00:00
parent 0f54bd44c5
commit 5e5de172ab
2 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Compress-Raw-Lzma
Version: 2.048
Version: 2.049
Release: 1%{?dist}
Summary: Low-level interface to lzma compression library
Group: Development/Libraries
@ -29,20 +29,23 @@ 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 ';'
find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
%{_fixperms} %{buildroot}
%check
make test
%files
%defattr(-,root,root,-)
%doc Changes
%doc Changes README
%{perl_vendorarch}/auto/Compress/
%{perl_vendorarch}/Compress/
%{_mandir}/man3/Compress::Raw::Lzma.3pm*
%changelog
* 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
* Sun Jan 29 2012 Paul Howarth <paul@city-fan.org> - 2.048-1
- Update to 2.048 (set minimum Perl version to 5.6)

View File

@ -1 +1 @@
d4d39c9f6b559f7e633c30a59b7fd26b Compress-Raw-Lzma-2.048.tar.gz
7994ceab166216bc2432b30f17a93dca Compress-Raw-Lzma-2.049.tar.gz