rpms/bzip2/devel bzip2.spec,1.37,1.38

Ivana Varekova varekova at fedoraproject.org
Mon Sep 1 10:31:11 UTC 2008


Author: varekova

Update of /cvs/pkgs/rpms/bzip2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8995

Modified Files:
	bzip2.spec 
Log Message:
minor spec file change




Index: bzip2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bzip2/devel/bzip2.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- bzip2.spec	10 Apr 2008 07:19:49 -0000	1.37
+++ bzip2.spec	1 Sep 2008 10:30:41 -0000	1.38
@@ -2,7 +2,7 @@
 Summary: A file compression utility
 Name: bzip2
 Version: 1.0.5
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Group: Applications/File
 URL: http://www.bzip.org/
@@ -49,14 +49,14 @@
 
 %build
 
-make -f Makefile-libbz2_so CC=%{__cc} AR=%{__ar} RANLIB=%{__ranlib} \
+make -f Makefile-libbz2_so "CC=%{__cc} AR=%{__ar} RANLIB=%{__ranlib} \
 	CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -fpic -fPIC" \
-	%{?_smp_mflags} all
+	%{?_smp_mflags} all"
 
 rm -f *.o
-make CC=%{__cc} AR=%{__ar} RANLIB=%{__ranlib} \
+make "CC=%{__cc} AR=%{__ar} RANLIB=%{__ranlib} \
 	CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" \
-	%{?_smp_mflags} all
+	%{?_smp_mflags} all"
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
@@ -109,6 +109,9 @@
 %{_libdir}/*.a
 
 %changelog
+* Mon Sep  1 2008 Ivana Varekova <varekova at redhat.com> 1.0.5-3
+- minor spec file changew
+
 * Thu Apr 10 2008 Ivana Varekova <varekova at redhat.com> 1.0.5-2
 - Resolves: #441775
   fix libs link




More information about the fedora-extras-commits mailing list