rpms/urw-fonts/FC-6 urw-fonts.spec,1.27,1.28

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jun 15 13:41:51 UTC 2007


Author: than

Update of /cvs/dist/rpms/urw-fonts/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv19610

Modified Files:
	urw-fonts.spec 
Log Message:
- update to 1.0.7pre41, changed Roman glyphs in all fonts back
  to original metrics. bz#243180, bz#138896, bz#140584
- cleanup BR, bz#227297




Index: urw-fonts.spec
===================================================================
RCS file: /cvs/dist/rpms/urw-fonts/FC-6/urw-fonts.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- urw-fonts.spec	15 Jun 2007 13:17:29 -0000	1.27
+++ urw-fonts.spec	15 Jun 2007 13:41:48 -0000	1.28
@@ -12,8 +12,8 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArchitectures: noarch
 
-Requires(post): chkfontpath, fontconfig, mkfontscale, mkfontdir
-Requires(postun): chkfontpath, fontconfig
+Requires(post): fontconfig
+Requires(postun): fontconfig
 
 %description 
 Free, good quality versions of the 35 standard PostScript(TM) fonts,
@@ -43,9 +43,9 @@
 %post
 {
    umask 133
-   mkfontscale %{fontdir}
-   `which mkfontdir` %{fontdir}
-   /usr/sbin/chkfontpath -q -a %{fontdir}
+   mkfontscale %{fontdir} || :
+   `which mkfontdir` %{fontdir} || :
+   /usr/sbin/chkfontpath -q -a %{fontdir} || :
    fc-cache %{_datadir}/fonts
 } &> /dev/null || :
 
@@ -75,7 +75,8 @@
 %changelog
 * Fri Jun 15 2007 Than Ngo <than at redhat.com> - 2.3-7.fc6
 - update to 1.0.7pre41, changed Roman glyphs in all fonts back
-  to original metrics.
+  to original metrics. bz#243180, bz#138896, bz#140584
+- cleanup BR, bz#227297
 
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 2.3-6.1.1
 - rebuild




More information about the fedora-cvs-commits mailing list