rpms/stardict/devel stardict.spec,1.19,1.20

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jun 5 22:25:35 UTC 2006


Author: jkeating

Update of /cvs/dist/rpms/stardict/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv26783

Modified Files:
	stardict.spec 
Log Message:
Fix BuildRequires, Requires(post), and Requires(postun)



Index: stardict.spec
===================================================================
RCS file: /cvs/dist/rpms/stardict/devel/stardict.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- stardict.spec	15 May 2006 12:40:01 -0000	1.19
+++ stardict.spec	5 Jun 2006 22:25:32 -0000	1.20
@@ -1,7 +1,7 @@
 Name:		stardict
 Summary: 	A powerful dictionary platform written in GTK+2
 Version:    2.4.5
-Release:    2.4
+Release:    3
 Group: 		Applications/System
 License: 	GPL
 URL: 		http://stardict.sourceforge.net
@@ -13,7 +13,9 @@
 Requires: libgnomeui >= 2.2.0
 Requires: libbonobo >= 2.2.0
 Requires: bonobo-activation >= 2.2.0
-BuildRequires: libgnomeui-devel >= 2.2.0
+BuildRequires: libgnomeui-devel >= 2.2.0, scrollkeeper
+Requires(post): GConf2, scrollkeeper
+Requires(postun): scrollkeeper
 
 %description
 StarDict is a Cross-Platform and international dictionary written in Gtk2.
@@ -60,6 +62,10 @@
 if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update; fi
 
 %changelog
+* Mon Jun 05 2006 Jesse Keating <jkeating at redhat.com>
+- Added missing BuildRequires scrollkeeper
+- Added Requires(post) and (postun) accordingly
+
 * Tue Apr 18 2006 Mayank Jain <majain at redhat.com>
 - Corrected spelling mistakes in the description section, RH bug #161777
 




More information about the fedora-cvs-commits mailing list