rpms/perl-Compress-Raw-Bzip2/devel .cvsignore, 1.2, 1.3 perl-Compress-Raw-Bzip2.spec, 1.1, 1.2 sources, 1.2, 1.3

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Mon Jul 2 03:14:29 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-Compress-Raw-Bzip2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15540

Modified Files:
	.cvsignore perl-Compress-Raw-Bzip2.spec sources 
Log Message:
update to 2.005, use system bzip2.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Compress-Raw-Bzip2/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	7 Jun 2007 21:26:29 -0000	1.2
+++ .cvsignore	2 Jul 2007 03:13:54 -0000	1.3
@@ -1 +1 @@
-Compress-Raw-Bzip2-2.004.tar.gz
+Compress-Raw-Bzip2-2.005.tar.gz


Index: perl-Compress-Raw-Bzip2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Compress-Raw-Bzip2/devel/perl-Compress-Raw-Bzip2.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Compress-Raw-Bzip2.spec	7 Jun 2007 21:26:29 -0000	1.1
+++ perl-Compress-Raw-Bzip2.spec	2 Jul 2007 03:13:54 -0000	1.2
@@ -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 @@
 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 @@
 
 
 %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 @@
 
 
 %changelog
+* Sun Jul 01 2007 Steven Pritchard <steve at kspei.com> 2.005-1
+- Update to 2.005.
+- Build against system libbz2 (#246401).
+
 * Tue Jun 05 2007 Robin Norwood <rnorwood at redhat.com> - 2.004-1
 - Initial build from CPAN


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Compress-Raw-Bzip2/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	7 Jun 2007 21:26:29 -0000	1.2
+++ sources	2 Jul 2007 03:13:54 -0000	1.3
@@ -1 +1 @@
-ebe26a1ca9aae874eada7636cf779d33  Compress-Raw-Bzip2-2.004.tar.gz
+fe1ec38a0faa79e2fc18c5bc8e44c9ad  Compress-Raw-Bzip2-2.005.tar.gz




More information about the scm-commits mailing list