rpms/xorg-x11-fonts/devel xorg-x11-fonts.spec,1.17,1.18

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Dec 8 18:44:35 UTC 2006


Author: ajackson

Update of /cvs/dist/rpms/xorg-x11-fonts/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29035

Modified Files:
	xorg-x11-fonts.spec 
Log Message:
* Fri Dec 8 2006 Adam Jackson <ajax at redhat.com> 7.1-3
- Create encodings.dir containing entries for both
  %{_datadir}/X11/fonts/encodings and
  %{_datadir}/X11/fonts/encodings/large (#209102).



Index: xorg-x11-fonts.spec
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-fonts/devel/xorg-x11-fonts.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- xorg-x11-fonts.spec	31 Aug 2006 22:41:35 -0000	1.17
+++ xorg-x11-fonts.spec	8 Dec 2006 18:44:33 -0000	1.18
@@ -30,7 +30,7 @@
 Summary:	X.Org X11 fonts
 Name:		xorg-x11-fonts
 Version:	7.1
-Release:	2
+Release:	3%{?dist}
 License:	Various licenses
 Group:		User Interface/X
 URL:		http://www.x.org
@@ -539,11 +539,9 @@
   # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173875
   # https://bugs.freedesktop.org/show_bug.cgi?id=6028
   {
-    for each in "${ENCODINGSDIR}" "${ENCODINGSDIR}/large" ; do
-        pushd $each &> /dev/null
-        mkfontscale -n -e "${each}"
-        popd &> /dev/null
-    done 
+    pushd "${ENCODINGSDIR}" &> /dev/null
+    mkfontscale -n -e "${ENCODINGSDIR}" -e "${ENCODINGSDIR}/large"
+    popd &> /dev/null
   }
 
   mkfontdir $FONTDIR 
@@ -1534,6 +1532,11 @@
 %ghost %verify(not md5 size mtime) %{_x11fontdir}/cyrillic/fonts.cache-*
 
 %changelog
+* Fri Dec 8 2006 Adam Jackson <ajax at redhat.com> 7.1-3
+- Create encodings.dir containing entries for both
+  %{_datadir}/X11/fonts/encodings and
+  %{_datadir}/X11/fonts/encodings/large (#209102).
+
 * Thu Aug 31 2006 Kristian Høgsberg <krh at redhat.com> 7.1-2
 - Fix postun scripts to only run if the directory is still there (#197208).
 




More information about the fedora-cvs-commits mailing list