Update to 2.044
- New upstream release 2.044 - Moved FAQ.pod under the lib directory so it can get installed
This commit is contained in:
parent
69e06b78ac
commit
021c017c73
@ -1,7 +1,7 @@
|
|||||||
Name: perl-Compress-Raw-Zlib
|
Name: perl-Compress-Raw-Zlib
|
||||||
Version: 2.043
|
Version: 2.044
|
||||||
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
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/Compress-Raw-Zlib/
|
URL: http://search.cpan.org/dist/Compress-Raw-Zlib/
|
||||||
@ -45,7 +45,7 @@ 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 \;
|
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||||
%{_fixperms} %{buildroot}/*
|
%{_fixperms} %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -53,10 +53,19 @@ make test
|
|||||||
%files
|
%files
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
%{perl_vendorarch}/auto/Compress/
|
%{perl_vendorarch}/auto/Compress/
|
||||||
%{perl_vendorarch}/Compress/
|
%dir %{perl_vendorarch}/Compress/
|
||||||
|
%dir %{perl_vendorarch}/Compress/Raw/
|
||||||
|
%dir %{perl_vendorarch}/Compress/Raw/Zlib/
|
||||||
|
%doc %{perl_vendorarch}/Compress/Raw/Zlib/FAQ.pod
|
||||||
|
%{perl_vendorarch}/Compress/Raw/Zlib.pm
|
||||||
%{_mandir}/man3/Compress::Raw::Zlib.3pm*
|
%{_mandir}/man3/Compress::Raw::Zlib.3pm*
|
||||||
|
%{_mandir}/man3/Compress::Raw::Zlib::FAQ.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 4 2011 Paul Howarth <paul@city-fan.org> - 2.044-1
|
||||||
|
- Update to 2.044
|
||||||
|
- Moved FAQ.pod under the lib directory so it can get installed
|
||||||
|
|
||||||
* Mon Nov 21 2011 Paul Howarth <paul@city-fan.org> - 2.043-1
|
* Mon Nov 21 2011 Paul Howarth <paul@city-fan.org> - 2.043-1
|
||||||
- Update to 2.043 (no changes)
|
- Update to 2.043 (no changes)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user