rpms/gai/devel gai-0.5.10-build.patch,NONE,1.1 gai.spec,1.25,1.26

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon Oct 15 10:04:30 UTC 2007


Author: mschwendt

Update of /cvs/extras/rpms/gai/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20537

Modified Files:
	gai.spec 
Added Files:
	gai-0.5.10-build.patch 
Log Message:
* Mon Oct 15 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.5.10-12
- Patch gai/Makefile.in CFLAGS to find PangoFT2.


gai-0.5.10-build.patch:

--- NEW FILE gai-0.5.10-build.patch ---
diff -Nur gai-0.5.10-orig/gai/Makefile.in gai-0.5.10/gai/Makefile.in
--- gai-0.5.10-orig/gai/Makefile.in	2005-04-02 11:40:06.000000000 +0200
+++ gai-0.5.10/gai/Makefile.in	2007-10-15 11:53:59.000000000 +0200
@@ -1,9 +1,9 @@
 
 # Makefile for the General Applet Interface Library
 
-CFLAGS += -Wall -O2 -I.. @GTK_CFLAGS@ @SDL_CFLAGS@ @GNOME_CFLAGS@ @GL_CFLAGS@
-
-LDFLAGS += -g -fPIC -L/usr/X11R6/lib -lX11 @SYSTEM_SPECIFIC_LIBS@ @GTK_LIBS@ @GTHREAD_CFLAGS@ @PANGO_CFLAGS@ 
+CFLAGS += -Wall -I.. @GTK_CFLAGS@ @SDL_CFLAGS@ @GNOME_CFLAGS@ @GL_CFLAGS@ @GTHREAD_CFLAGS@ @PANGO_CFLAGS@ 
+LDFLAGS += @GNOME_LIBS@ @GL_LIBS@ @SDL_LIBS@ @GTHREAD_LIBS@ @PANGO_LIBS@
+LDFLAGS += -g -fPIC -L/usr/X11R6/lib -lX11 @SYSTEM_SPECIFIC_LIBS@ @GTK_LIBS@
 LDFLAGS += @GNOME_LIBS@ @GL_LIBS@ @SDL_LIBS@ @GTHREAD_LIBS@ @PANGO_LIBS@
 
 CC = @CC@


Index: gai.spec
===================================================================
RCS file: /cvs/extras/rpms/gai/devel/gai.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- gai.spec	17 Sep 2007 21:26:18 -0000	1.25
+++ gai.spec	15 Oct 2007 10:03:57 -0000	1.26
@@ -1,6 +1,6 @@
 Name:		gai
 Version:	0.5.10
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:	Generic Applet Interface
 
 Group:		User Interface/Desktops
@@ -10,6 +10,7 @@
 Patch0:		gai-0.5.9-pkgconfig.patch
 Patch1:		gai-0.5.10-nls.patch
 Patch2:		gai-0.5.10-xorg.patch
+Patch3:		gai-0.5.10-build.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	libgnomeui-devel, gnome-panel-devel
@@ -40,6 +41,7 @@
 %patch0 -p1 -b .pkgconfig
 %patch1 -p1 -b .nls
 %patch2 -p1 -b .xorg
+%patch3 -p1 -b .build
 
 %build
 export CFLAGS="-fPIC $RPM_OPT_FLAGS"
@@ -70,6 +72,9 @@
 %{_libdir}/libgai.so
 
 %changelog
+* Mon Oct 15 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.5.10-12
+- Patch gai/Makefile.in CFLAGS to find PangoFT2.
+
 * Mon Sep 17 2007 Michel Salim <michel.sylvan at gmail.com> - 0.5.10-11
 - License field updated
 




More information about the fedora-extras-commits mailing list