rpms/gnome-applet-timer/devel gnome-applet-timer.spec,1.11,1.12

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Sat Apr 28 22:15:39 UTC 2007


Author: cwickert

Update of /cvs/extras/rpms/gnome-applet-timer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15712

Modified Files:
	gnome-applet-timer.spec 
Log Message:
fix libxml2 build error


Index: gnome-applet-timer.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-applet-timer/devel/gnome-applet-timer.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gnome-applet-timer.spec	15 Apr 2007 12:07:08 -0000	1.11
+++ gnome-applet-timer.spec	28 Apr 2007 22:15:04 -0000	1.12
@@ -29,6 +29,10 @@
 %setup -q -n timer-applet-%{version}
 
 %build
+%if "%{?fedora}" > "6"
+export CPPFLAGS="${CPPFLAGS} -I/usr/include/libxml2"
+%endif
+
 %configure --disable-schemas-install
 make %{?_smp_mflags}
 
@@ -80,7 +84,7 @@
 %{_datadir}/pixmaps/timer-applet
 
 %changelog
-* Sun Apr 15 2007 Christoph Wickert <fedora christoph-wickert de> - 1.3.3-1
+* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 1.3.3-1
 - Update to 1.3.3.
 
 * Sun Dec 17 2006 Christoph Wickert <fedora christoph-wickert de> - 1.3.2-1




More information about the scm-commits mailing list