rpms/fonts-japanese/devel fonts-japanese.spec,1.13,1.14

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Nov 17 20:41:01 UTC 2005


Author: wtogami

Update of /cvs/dist/rpms/fonts-japanese/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19007

Modified Files:
	fonts-japanese.spec 
Log Message:
split req(foo,bar) for erasure ordering



Index: fonts-japanese.spec
===================================================================
RCS file: /cvs/dist/rpms/fonts-japanese/devel/fonts-japanese.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- fonts-japanese.spec	15 Nov 2005 21:42:46 -0000	1.13
+++ fonts-japanese.spec	17 Nov 2005 20:40:58 -0000	1.14
@@ -23,7 +23,7 @@
 
 Name:		fonts-japanese
 Version:	0.20050222
-Release: 10
+Release: 11
 License:	Distributable
 Group:		User Interface/X
 BuildArch:	noarch
@@ -88,11 +88,11 @@
 
 
 Summary:	Free Japanese Bitmap/TrueType fonts
-Requires(post,postun): /usr/sbin/chkfontpath
-Requires(post,postun): ttmkfdir >= 3.0.6
-Requires(post,postun): fontconfig
-Requires(post,postun): mkfontdir
+
+Requires(post): ttmkfdir >= 3.0.6, mkfontdir, fontconfig, /usr/sbin/chkfontpath
+Requires(postun): fontconfig, /usr/sbin/chkfontpath
 Obsoletes: ttfonts-ja jisksp14 jisksp16-1990 kappa20 knm_new fonts-ja
+
 %description
 This package provides the free Japanese Bitmap/TrueType fonts.
 
@@ -348,10 +348,10 @@
     umask 133
     touch %{ttfontdir} 2> /dev/null && {
 	/usr/bin/ttmkfdir -d %{ttfontdir} -o %{ttfontdir}/fonts.scale
-	`which mkfontdir` %{ttfontdir}
+	mkfontdir %{ttfontdir}
 	/usr/sbin/chkfontpath -q -a %{ttfontdir}
     }
-    `which mkfontdir` %{bmpfontdir} && /usr/sbin/chkfontpath -q -a %{bmpfontdir}
+    mkfontdir %{bmpfontdir} && /usr/sbin/chkfontpath -q -a %{bmpfontdir}
     fc-cache 2> /dev/null
 }
 
@@ -389,6 +389,9 @@
 %{cidmapdir}/cidfmap.ja
 
 %changelog
+* Thu Nov 17 2005 Warren Togami <wtogami at redhat.com> - 0.20050222-11
+- split req(foo,bar) for erasure ordering
+
 * Tue Nov 15 2005 Jeremy Katz <katzj at redhat.com> - 0.20050222-10
 - better mkfontdir
 




More information about the fedora-cvs-commits mailing list