rpms/stardict/devel stardict.spec, 1.28, 1.29 fonts.dir, 1.1, NONE stardict-2.4.5-invalid-cplusplus.patch, 1.1, NONE stardict-defaulttranshome.patch, 1.1, NONE stardict-unsetfontpath.patch, 1.1, NONE

Hu Zheng (zhu) fedora-extras-commits at redhat.com
Fri Jun 22 05:17:48 UTC 2007


Author: zhu

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

Modified Files:
	stardict.spec 
Removed Files:
	fonts.dir stardict-2.4.5-invalid-cplusplus.patch 
	stardict-defaulttranshome.patch stardict-unsetfontpath.patch 
Log Message:
add dic and treedict directory


Index: stardict.spec
===================================================================
RCS file: /cvs/pkgs/rpms/stardict/devel/stardict.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- stardict.spec	16 Jan 2007 10:43:04 -0000	1.28
+++ stardict.spec	22 Jun 2007 05:17:13 -0000	1.29
@@ -1,12 +1,12 @@
 Name:		stardict
 Summary: 	A powerful dictionary platform written in GTK+2
-Version:    2.4.8
-Release:    2%{?dist}
+Version:	2.4.8
+Release:	3%{?dist}
 Group: 		Applications/System
 License: 	GPL
 URL: 		http://stardict.sourceforge.net
 Source0:	%{name}-%{version}.tar.bz2
-BuildRoot:	%{_builddir}/%{name}-%{version}-root
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: libgnome >= 2.2.0
 Requires: libgnomeui >= 2.2.0
@@ -18,11 +18,11 @@
 
 %description
 StarDict is a Cross-Platform and international dictionary written in Gtk2.
-It has powerful features such as "Glob-style pattern matching", "Scan selection word,"
-"Fuzzy query," etc.
+It has powerful features such as "Glob-style pattern matching",
+"Scan selection word," "Fuzzy query," etc.
 
 %prep
-%setup
+%setup -q
 
 %build
 
@@ -32,6 +32,8 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
+mkdir $RPM_BUILD_ROOT%{_datadir}/%{name}/dic
+mkdir $RPM_BUILD_ROOT%{_datadir}/%{name}/treedict
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -60,6 +62,9 @@
 #if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update; fi
 
 %changelog
+* Fri Jun 22 2007 Hu Zheng <zhu at redhat.com> - 2.4.8-3
+- Add dic and treedict directory.
+
 * Thu Jan 16 2007 Mayank Jain <majain at redhat.com>
 - Removed gnome support from the spec file (--disable-gnome-support) for bug 213850
 - Commented the gnome related directives.


--- fonts.dir DELETED ---


--- stardict-2.4.5-invalid-cplusplus.patch DELETED ---


--- stardict-defaulttranshome.patch DELETED ---


--- stardict-unsetfontpath.patch DELETED ---




More information about the fedora-extras-commits mailing list