rpms/xorg-x11-fonts/devel xorg-x11-fonts.spec,1.8,1.9

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 18 02:49:04 UTC 2006


Author: mharris

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

Modified Files:
	xorg-x11-fonts.spec 
Log Message:
* Tue Jan 17 2006 Mike A. Harris <mharris at redhat.com> 1.0.0-3
- Added missing post/postun scripts for ISO8859-1-75dpi and ISO8859-1-100dpi
  font packages. (#174416)



Index: xorg-x11-fonts.spec
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-fonts/devel/xorg-x11-fonts.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xorg-x11-fonts.spec	10 Jan 2006 06:10:36 -0000	1.8
+++ xorg-x11-fonts.spec	18 Jan 2006 02:48:59 -0000	1.9
@@ -30,7 +30,7 @@
 Summary:	X.Org X11 fonts
 Name:		xorg-x11-fonts
 Version:	1.0.0
-Release:	2
+Release:	3
 License:	Various licenses
 Group:		User Interface/X
 URL:		http://www.x.org
@@ -692,6 +692,20 @@
 }
 # &> /dev/null || :
 
+%post ISO8859-1-75dpi
+{
+    mkfontdir %{_x11fontdir}/75dpi
+    /usr/sbin/chkfontpath -q -a %{_x11fontdir}/75dpi:unscaled
+}
+# &> /dev/null || :
+
+%post ISO8859-1-100dpi
+{
+    mkfontdir %{_x11fontdir}/100dpi
+    /usr/sbin/chkfontpath -q -a %{_x11fontdir}/100dpi:unscaled
+}
+# &> /dev/null || :
+
 %post ISO8859-2-75dpi
 {
     mkfontdir %{_x11fontdir}/75dpi
@@ -771,6 +785,22 @@
 }
 # &> /dev/null || :
 
+%postun ISO8859-1-75dpi
+{
+  if [ "$1" = "0" ]; then
+    mkfontdir %{_x11fontdir}/75dpi
+  fi
+}
+# &> /dev/null || :
+
+%postun ISO8859-1-100dpi
+{
+  if [ "$1" = "0" ]; then
+    mkfontdir %{_x11fontdir}/100dpi
+  fi
+}
+# &> /dev/null || :
+
 %postun ISO8859-2-75dpi
 {
   if [ "$1" = "0" ]; then
@@ -1494,6 +1524,10 @@
 %ghost %verify(not md5 size mtime) %{_x11fontdir}/cyrillic/fonts.cache-*
 
 %changelog
+* Tue Jan 17 2006 Mike A. Harris <mharris at redhat.com> 1.0.0-3
+- Added missing post/postun scripts for ISO8859-1-75dpi and ISO8859-1-100dpi
+  font packages. (#174416)
+
 * Tue Jan 10 2006 Bill Nottingham <notting at redhat.com> 1.0.0-2
 - fix obsoletes (#177377)
 




More information about the fedora-cvs-commits mailing list