rpms/bzip2/devel bzip2-1.0.3-cflags.patch, NONE, 1.1 bzip2.spec, 1.19, 1.20

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jul 17 08:11:22 UTC 2006


Author: varekova

Update of /cvs/dist/rpms/bzip2/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9317

Modified Files:
	bzip2.spec 
Added Files:
	bzip2-1.0.3-cflags.patch 
Log Message:
- add cflags (#198926)



bzip2-1.0.3-cflags.patch:
 Makefile-libbz2_so |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE bzip2-1.0.3-cflags.patch ---
--- bzip2-1.0.3/Makefile-libbz2_so.pom	2006-07-17 09:57:17.000000000 +0200
+++ bzip2-1.0.3/Makefile-libbz2_so	2006-07-17 09:58:41.000000000 +0200
@@ -20,7 +20,7 @@
       bzlib.o
 
 all: $(OBJS)
-	$(CC) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.3 $(OBJS)
+	$(CC) $(CFLAGS) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.3 $(OBJS)
 	$(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.3
 	rm -f libbz2.so.1.0
 	ln -s libbz2.so.1.0.3 libbz2.so.1.0


Index: bzip2.spec
===================================================================
RCS file: /cvs/dist/rpms/bzip2/devel/bzip2.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- bzip2.spec	12 Jul 2006 05:29:54 -0000	1.19
+++ bzip2.spec	17 Jul 2006 08:11:20 -0000	1.20
@@ -1,7 +1,7 @@
 Summary: A file compression utility.
 Name: bzip2
 Version: 1.0.3
-Release: 2.2.2
+Release: 3
 License: BSD
 Group: Applications/File
 URL: http://sources.redhat.com/bzip2/
@@ -11,6 +11,7 @@
 Patch2: bzip2-1.0.2-chmod.patch
 Patch3: bzip2-1.0.2-NULL-ptr-check.patch
 Patch4: bzip2-1.0.2-bzgrep.patch
+Patch5: bzip2-1.0.3-cflags.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Requires: bzip2-libs = %{version}
 
@@ -50,6 +51,7 @@
 %patch2 -p1
 %patch3 -p1 -b .nullptr
 %patch4 -p1 -b .sed
+%patch5 -p1 -b .cflags
 
 %build
 
@@ -109,6 +111,9 @@
 %{_libdir}/*so
 
 %changelog
+* Mon Jul 17 2006 Ivana Varekova <varekova at redhat.com> 1.0.3-3
+- add cflags (#198926)
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 1.0.3-2.2.2
 - rebuild
 




More information about the fedora-cvs-commits mailing list