rpms/control-center/devel control-center-2.19.3-makefile-format.patch, NONE, 1.1 control-center.spec, 1.268, 1.269

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Tue Jun 5 19:36:20 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/control-center/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11954

Modified Files:
	control-center.spec 
Added Files:
	control-center-2.19.3-makefile-format.patch 
Log Message:
fix Makefile syntax issues


control-center-2.19.3-makefile-format.patch:

--- NEW FILE control-center-2.19.3-makefile-format.patch ---
--- gnome-control-center-2.19.3/capplets/appearance/Makefile.am.makefile-format	2007-06-05 15:28:11.000000000 -0400
+++ gnome-control-center-2.19.3/capplets/appearance/Makefile.am	2007-06-05 15:28:15.000000000 -0400
@@ -42,7 +42,7 @@ glade_DATA = appearance.glade
 
 pixmapdir = $(pkgdatadir)/pixmaps
 pixmap_DATA =             \
-        theme-thumbnailing.png  \        
+        theme-thumbnailing.png  \
         subpixel-bgr.png  \
         subpixel-rgb.png  \
         subpixel-vbgr.png \
@@ -57,7 +57,7 @@ desktop_DATA = $(desktop_in_files:.deskt
 INCLUDES = 						\
 	$(METACITY_CFLAGS)				\
 	$(GNOMECC_CAPPLETS_CFLAGS)			\
-	$(FONT_CAPPLET_CFLAGS) \
+	$(FONT_CAPPLET_CFLAGS) 				\
 	-DGNOMELOCALEDIR="\"$(datadir)/locale\""	\
 	-DGNOMECC_DATA_DIR="\"$(pkgdatadir)\""		\
 	-DGNOMECC_GLADE_DIR="\"$(gladedir)\""		\


Index: control-center.spec
===================================================================
RCS file: /cvs/extras/rpms/control-center/devel/control-center.spec,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -r1.268 -r1.269
--- control-center.spec	5 Jun 2007 15:35:57 -0000	1.268
+++ control-center.spec	5 Jun 2007 19:35:37 -0000	1.269
@@ -21,7 +21,7 @@
 Summary: GNOME Control Center
 Name: control-center
 Version: 2.19.3
-Release: 4%{?dist}
+Release: 5%{?dist}
 Epoch: 1
 License: GPL/LGPL
 Group: User Interface/Desktops
@@ -68,6 +68,7 @@
 # change default preferred apps to programs we ship
 Patch99: control-center-2.19.1-default-apps.patch
 
+Patch100: control-center-2.19.3-makefile-format.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 URL: http://www.gnome.org
@@ -179,6 +180,8 @@
 %patch96 -p1 -b .gecos
 #%patch98 -p1 -b .filesel
 %patch99 -p1 -b .default-apps
+%patch100 -p1 -b .makefile-format
+
 %build
 
 autoreconf
@@ -331,6 +334,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Tue Jun  5 2007 Matthias Clasen <mclasen at redhat.com> - 2.19.3-5
+- Another rebuild, fixing some Makefile syntax problems
+
 * Tue Jun 05 2007 - Bastien Nocera <bnocera at redhat.com> - 2.19.3-4
 - Another rebuild with GStreamer for PPC rebuilt
 




More information about the fedora-extras-commits mailing list