update to 2.005, use system bzip2.

This commit is contained in:
Robin Norwood 2007-07-02 03:13:54 +00:00
parent 6d2780e0a7
commit e7f66549f6
3 changed files with 12 additions and 3 deletions

View File

@ -1 +1 @@
Compress-Raw-Bzip2-2.004.tar.gz
Compress-Raw-Bzip2-2.005.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-Compress-Raw-Bzip2
Version: 2.004
Version: 2.005
Release: 1%{?dist}
Summary: Low-Level Interface to bzip2 compression library
@ -10,6 +10,7 @@ Source0: http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Bz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl, perl(ExtUtils::MakeMaker), perl(Test::Pod)
BuildRequires: bzip2-devel
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -21,6 +22,10 @@ It is used by IO::Compress::Bzip2.
%build
BUILD_BZIP2=0
BZIP2_LIB=%{_libdir}
export BUILD_BZIP2 BZIP2_LIB
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}
@ -51,5 +56,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Jul 01 2007 Steven Pritchard <steve@kspei.com> 2.005-1
- Update to 2.005.
- Build against system libbz2 (#246401).
* Tue Jun 05 2007 Robin Norwood <rnorwood@redhat.com> - 2.004-1
- Initial build from CPAN

View File

@ -1 +1 @@
ebe26a1ca9aae874eada7636cf779d33 Compress-Raw-Bzip2-2.004.tar.gz
fe1ec38a0faa79e2fc18c5bc8e44c9ad Compress-Raw-Bzip2-2.005.tar.gz