Update to 2.033
- New upstream release 2.033 (fixed typos and spelling errors - Perl RT#81782) - Drop redundant Obsoletes and Epoch tags - Simplify provides filter
This commit is contained in:
parent
2a89c32edd
commit
0010191268
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
Compress-Raw-Zlib-2.030.tar.gz
|
||||
/Compress-Raw-Zlib-2.032.tar.gz
|
||||
/Compress-Raw-Zlib-2.033.tar.gz
|
||||
|
@ -1,7 +1,6 @@
|
||||
Name: perl-Compress-Raw-Zlib
|
||||
Epoch: 0
|
||||
Version: 2.032
|
||||
Release: 2%{?dist}
|
||||
Version: 2.033
|
||||
Release: 1%{?dist}
|
||||
Summary: Low-Level Interface to zlib compression library
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -11,19 +10,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: zlib-devel
|
||||
Obsoletes: perl-Compress-Raw-Zlib <= 0:2.023-112
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%{?perl_default_filter}
|
||||
|
||||
%description
|
||||
The Compress::Raw::Zlib module provides a Perl interface to the zlib
|
||||
compression library, which is used by IO::Compress::Zlib.
|
||||
|
||||
%prep
|
||||
%setup -q -n Compress-Raw-Zlib-%{version}
|
||||
%{?filter_setup:
|
||||
%filter_from_provides /Zlib.so/d
|
||||
%?perl_default_filter
|
||||
}
|
||||
|
||||
%build
|
||||
BUILD_ZLIB=False
|
||||
@ -55,11 +51,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes README
|
||||
%{perl_archlib}/auto/*
|
||||
%{perl_archlib}/Compress*
|
||||
%{_mandir}/man3/*
|
||||
%{perl_archlib}/auto/Compress/
|
||||
%{perl_archlib}/Compress/
|
||||
%{_mandir}/man3/Compress::Raw::Zlib.3pm*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 13 2011 Paul Howarth <paul@city-fan.org> - 2.033-1
|
||||
- Update to 2.033 (fixed typos and spelling errors - Perl RT#81782)
|
||||
- Drop redundant Obsoletes and Epoch tags
|
||||
- Simplify provides filter
|
||||
|
||||
* Fri Jan 07 2011 Petr Pisar <ppisar@redhat.com> - 0:2.032-2
|
||||
- BuildRequire perl(Test::Pod) for tests
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user