rpms/chmsee/devel chmsee.spec, 1.16, 1.17 chmsee-1.0.0-gecko-1.9.patch, 1.1, NONE

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


Author: bbbush

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

Modified Files:
	chmsee.spec 
Removed Files:
	chmsee-1.0.0-gecko-1.9.patch 
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.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- chmsee.spec	25 Nov 2007 04:28:17 -0000	1.16
+++ chmsee.spec	25 Nov 2007 08:20:31 -0000	1.17
@@ -1,6 +1,6 @@
 Name:		chmsee
 Version:	1.0.0
-Release:	1.31%{?dist}
+Release:	1.32%{?dist}
 Summary(zh_CN):	CHM 文件阅读工具, 基于 Gtk2+
 Summary:	A Gtk+2 CHM document viewer
 Group:		Applications/Publishing
@@ -10,7 +10,6 @@
 # this file comes from gnochm package
 Source1:	gnochm-chmfile.png
 Patch1:		chmsee-1.0.0-desktop-icon.patch
-Patch2:   chmsee-1.0.0-gecko-1.9.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	intltool >= 0.34 pkgconfig >= 0.9 gettext 
@@ -56,11 +55,10 @@
 %prep
 %setup -q 
 %patch1 -p1 -b .desktop-mimetype
-%patch2 -p1 -b .gecko
 
 %build
 %configure --disable-static 
-make %{?_smp_mflags}
+make %{?_smp_mflags} HAVE_GECKO_1_9=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -108,6 +106,9 @@
 %{_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.31
 - now gecko-libs = 1.9 provided by xulrunner has offered its ld.so.conf file so RPATH is no longer required
 - fix xpcom initialize and shutdown according to


--- chmsee-1.0.0-gecko-1.9.patch DELETED ---




More information about the fedora-extras-commits mailing list