rpms/stardict/devel stardict.spec,1.55,1.56

Caius Chance (cchance) fedora-extras-commits at redhat.com
Mon Jul 14 01:48:49 UTC 2008


Author: cchance

Update of /cvs/pkgs/rpms/stardict/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23996

Modified Files:
	stardict.spec 
Log Message:
disable gucharmap-2 until stardict sources support it



Index: stardict.spec
===================================================================
RCS file: /cvs/pkgs/rpms/stardict/devel/stardict.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- stardict.spec	11 Jul 2008 07:02:25 -0000	1.55
+++ stardict.spec	14 Jul 2008 01:47:45 -0000	1.56
@@ -1,11 +1,10 @@
 %define name	stardict
 %define version 3.0.1
 
-
 Name:		%{name}
 Summary: 	A powerful dictionary platform written in GTK+2
 Version:	%{version}
-Release:	10%{?dist}
+Release:	11%{?dist}
 Group: 		Applications/System
 License: 	GPLv3
 URL: 		http://stardict.sourceforge.net
@@ -56,7 +55,8 @@
 %build
 %{__aclocal}
 %{__autoconf}
-%configure --prefix=%{_prefix} --disable-schemas-install --disable-festival
+%configure --prefix=%{_prefix} --disable-schemas-install --disable-festival \
+ --disable-gucharmap
 make
 
 %install
@@ -98,6 +98,9 @@
 if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update; fi
 
 %changelog
+* Mon Jul 14 2008 Caius Chance <cchance at redhat.com> - 3.0.1-11.fc10
+- Disable gucharmap for incompatibility with gucharmap-2.
+
 * Thu Jul 10 2008 Caius Chance <cchance at redhat.com> - 3.0.1-10.fc10
 - Rebuilt for gucharmap updation 2.22.1 and pkgconfig .ac name change.
 




More information about the fedora-extras-commits mailing list