update to 2.005, use system bzip2.
This commit is contained in:
parent
6d2780e0a7
commit
e7f66549f6
@ -1 +1 @@
|
||||
Compress-Raw-Bzip2-2.004.tar.gz
|
||||
Compress-Raw-Bzip2-2.005.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user