rpms/gc/devel gc-7.0-pkgconfig.patch,NONE,1.1 gc.spec,1.24,1.25

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Aug 22 14:15:49 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/gc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25502

Modified Files:
	gc.spec 
Added Files:
	gc-7.0-pkgconfig.patch 
Log Message:
* Tue Aug 21 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 7.0-4
- pkgconfig patch (cflags += -I%_includedir/gc)


gc-7.0-pkgconfig.patch:

--- NEW FILE gc-7.0-pkgconfig.patch ---
diff -up gc-7.0/bdw-gc.pc.in.includedir gc-7.0/bdw-gc.pc.in
--- gc-7.0/bdw-gc.pc.in.includedir	2005-10-10 17:33:34.000000000 -0500
+++ gc-7.0/bdw-gc.pc.in	2007-08-21 16:20:53.000000000 -0500
@@ -7,4 +7,4 @@ Name: Boehm-Demers-Weiser Conservative G
 Description: A garbage collector for C and C++
 Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -lgc
-Cflags: -I${includedir}
+Cflags: -I${includedir}/gc


Index: gc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gc/devel/gc.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- gc.spec	21 Aug 2007 20:31:37 -0000	1.24
+++ gc.spec	22 Aug 2007 14:15:14 -0000	1.25
@@ -3,7 +3,7 @@
 Name:    gc	
 Version: 7.0 
 
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group:   System Environment/Libraries
 License: BSD
 Url:     http://www.hpl.hp.com/personal/Hans_Boehm/gc/	
@@ -11,6 +11,9 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch1: gc-7.0-gcinit.patch
+# cflags += %%_includedir/gc
+# http://www.hpl.hp.com/hosted/linux/mail-archives/gc/2007-August/001838.html
+Patch2: gc-7.0-pkgconfig.patch
 
 # rpmforge compatibility
 Obsoletes: libgc < %{version}-%{release}
@@ -36,6 +39,7 @@
 %setup -q 
 
 %patch1 -p1 -b .gcinit
+%patch2 -p1 -b .pkgconfig
 
 
 %build
@@ -94,6 +98,9 @@
 
 
 %changelog
+* Tue Aug 21 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 7.0-4
+- pkgconfig patch (cflags += -I%%_includedir/gc)
+
 * Tue Aug 21 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 7.0-3
 - respin (ppc32)
 




More information about the fedora-extras-commits mailing list