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:
Paul Howarth 2011-12-04 12:32:39 +00:00
parent 69e06b78ac
commit 021c017c73
2 changed files with 14 additions and 5 deletions

View File

@ -1,7 +1,7 @@
Name: perl-Compress-Raw-Zlib
Version: 2.043
Version: 2.044
Release: 1%{?dist}
Summary: Low-Level Interface to zlib compression library
Summary: Low-level interface to zlib compression library
License: GPL+ or Artistic
Group: Development/Libraries
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 '*.bs' -size 0 -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} %{buildroot}/*
%{_fixperms} %{buildroot}
%check
make test
@ -53,10 +53,19 @@ make test
%files
%doc Changes README
%{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::FAQ.3pm*
%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
- Update to 2.043 (no changes)

View File

@ -1 +1 @@
fd5feb084e40497dd0da98534ce87f92 Compress-Raw-Zlib-2.043.tar.gz
d1cd0c81010658d3a870b71a0fd6ab3f Compress-Raw-Zlib-2.044.tar.gz