rpms/gtk2hs/FC-5 gtk2hs.spec,1.1,1.2

Jens Petersen (petersen) fedora-extras-commits at redhat.com
Mon Jan 22 04:16:38 UTC 2007


Author: petersen

Update of /cvs/extras/rpms/gtk2hs/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13598

Modified Files:
	gtk2hs.spec 
Log Message:
- drop explicit mozilla-devel version to avoid rebuild every time it changes
  (cf #202395)



Index: gtk2hs.spec
===================================================================
RCS file: /cvs/extras/rpms/gtk2hs/FC-5/gtk2hs.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtk2hs.spec	15 May 2006 03:18:55 -0000	1.1
+++ gtk2hs.spec	22 Jan 2007 04:16:07 -0000	1.2
@@ -8,7 +8,7 @@
 Summary:	A Haskell GUI library based on the Gtk+ GUI toolkit
 Name:		gtk2hs
 Version:	0.9.10
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	LGPL
 Group:		Development/Libraries
 Source:		http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -21,7 +21,7 @@
 BuildRequires:	libglade2-devel
 BuildRequires:	GConf2-devel
 %if %{build_mozembed}
-BuildRequires:	mozilla-devel = %{mozver}
+BuildRequires:	mozilla-devel
 %endif
 %if %{build_cairo}
 BuildRequires:	cairo-devel
@@ -119,6 +119,7 @@
 	--enable-cairo
 %endif
 
+# C locale to workaround c2hs failing in CJK locale
 LANG=C make all
 
 
@@ -217,35 +218,29 @@
 %{gtk2hsdir}/cairo.package.conf
 %{gtk2hsdir}/libHScairo.a
 %ghost %{gtk2hsdir}/HScairo.o
-%dir %{gtk2hsdir}/imports
 %{gtk2hsdir}/imports/cairo
 %endif
 %{gtk2hsdir}/gconf.package.conf
 %{gtk2hsdir}/libHSgconf.a
 %ghost %{gtk2hsdir}/HSgconf.o
-%dir %{gtk2hsdir}/imports
 %{gtk2hsdir}/imports/gconf
 %{gtk2hsdir}/glade.package.conf
 %{gtk2hsdir}/libHSglade.a
 %ghost %{gtk2hsdir}/HSglade.o
-%dir %{gtk2hsdir}/imports
 %{gtk2hsdir}/imports/glade
 %{gtk2hsdir}/glib.package.conf
 %{gtk2hsdir}/libHSglib.a
 %ghost %{gtk2hsdir}/HSglib.o
-%dir %{gtk2hsdir}/imports
 %{gtk2hsdir}/imports/glib
 %dir %{gtk2hsdir}/include
 %{gtk2hsdir}/include/gtk2hs-config.h
 %{gtk2hsdir}/mogul.package.conf
 %{gtk2hsdir}/libHSmogul.a
 %ghost %{gtk2hsdir}/HSmogul.o
-%dir %{gtk2hsdir}/imports
 %{gtk2hsdir}/imports/mogul
 %{gtk2hsdir}/sourceview.package.conf
 %{gtk2hsdir}/libHSsourceview.a
 %ghost %{gtk2hsdir}/HSsourceview.o
-%dir %{gtk2hsdir}/imports
 %{gtk2hsdir}/imports/sourceview
 
 
@@ -260,12 +255,15 @@
 %{gtk2hsdir}/mozembed.package.conf
 %{gtk2hsdir}/libHSmozembed.a
 %ghost %{gtk2hsdir}/HSmozembed.o
-%dir %{gtk2hsdir}/imports
 %{gtk2hsdir}/imports/mozembed
 %endif
 
 
 %changelog
+* Mon Jan 22 2007 Jens Petersen <petersen at redhat.com> - 0.9.10-2.fc5
+- drop explicit mozilla-devel version to avoid rebuild every time it changes
+  (cf #202395)
+
 * Mon May 15 2006 Jens Petersen <petersen at redhat.com> - 0.9.10-1
 - rework packaging to keep all the ghc packages together except mozembed
 - update mozilla version to 1.7.13




More information about the scm-commits mailing list