Update to 2.049 (README wasn't included in the distribution)
This commit is contained in:
parent
0f54bd44c5
commit
5e5de172ab
@ -1,5 +1,5 @@
|
|||||||
Name: perl-Compress-Raw-Lzma
|
Name: perl-Compress-Raw-Lzma
|
||||||
Version: 2.048
|
Version: 2.049
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Low-level interface to lzma compression library
|
Summary: Low-level interface to lzma compression library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -29,20 +29,23 @@ 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' -a -size 0 -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}
|
%{_fixperms} %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%doc Changes README
|
||||||
%doc Changes
|
|
||||||
%{perl_vendorarch}/auto/Compress/
|
%{perl_vendorarch}/auto/Compress/
|
||||||
%{perl_vendorarch}/Compress/
|
%{perl_vendorarch}/Compress/
|
||||||
%{_mandir}/man3/Compress::Raw::Lzma.3pm*
|
%{_mandir}/man3/Compress::Raw::Lzma.3pm*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Jan 29 2012 Paul Howarth <paul@city-fan.org> - 2.048-1
|
||||||
- Update to 2.048 (set minimum Perl version to 5.6)
|
- Update to 2.048 (set minimum Perl version to 5.6)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user