rpms/chmsee/devel chmsee.spec,1.17,1.18

Yuan Yijun (bbbush) fedora-extras-commits at redhat.com
Sun Nov 25 08:48:41 UTC 2007


Author: bbbush

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

Modified Files:
	chmsee.spec 
Log Message:
define HAVE_GECKO_1_9 on make cmdline


Index: chmsee.spec
===================================================================
RCS file: /cvs/extras/rpms/chmsee/devel/chmsee.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- chmsee.spec	25 Nov 2007 08:20:31 -0000	1.17
+++ chmsee.spec	25 Nov 2007 08:48:08 -0000	1.18
@@ -1,6 +1,6 @@
 Name:		chmsee
 Version:	1.0.0
-Release:	1.32%{?dist}
+Release:	1.33%{?dist}
 Summary(zh_CN):	CHM 文件阅读工具, 基于 Gtk2+
 Summary:	A Gtk+2 CHM document viewer
 Group:		Applications/Publishing
@@ -58,7 +58,7 @@
 
 %build
 %configure --disable-static 
-make %{?_smp_mflags} HAVE_GECKO_1_9=1
+make %{?_smp_mflags} CPPFLAGS=-DHAVE_GECKO_1_9
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -106,8 +106,8 @@
 %{_datadir}/icons/hicolor/*/apps/chmsee.png
 
 %changelog
-* Sun Nov 25 2007 bbbush <bbbush.yuan at gmail.com> - 1.0.0-1.32
-- define HAVE_GECKO_1_9 temporarily
+* Sun Nov 25 2007 bbbush <bbbush.yuan at gmail.com> - 1.0.0-1.33
+- define HAVE_GECKO_1_9 on make command line temporarily
 
 * Sun Nov 25 2007 bbbush <bbbush.yuan at gmail.com> - 1.0.0-1.31
 - now gecko-libs = 1.9 provided by xulrunner has offered its ld.so.conf file so RPATH is no longer required




More information about the fedora-extras-commits mailing list