rpms/gfs-didot-fonts/devel import.log, NONE, 1.1 gfs-didot-fonts-fontconfig.conf, 1.1, 1.2 gfs-didot-fonts.spec, 1.4, 1.5

Nicolas Mailhot (nim) fedora-extras-commits at redhat.com
Fri Jul 11 20:49:06 UTC 2008


Author: nim

Update of /cvs/extras/rpms/gfs-didot-fonts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10411/devel

Modified Files:
	gfs-didot-fonts-fontconfig.conf gfs-didot-fonts.spec 
Added Files:
	import.log 
Log Message:
⌖ Fedora 10 alpha general package cleanup


--- NEW FILE import.log ---
gfs-didot-fonts-20070616-7_fc10:HEAD:gfs-didot-fonts-20070616-7.fc10.src.rpm:1215809267


Index: gfs-didot-fonts-fontconfig.conf
===================================================================
RCS file: /cvs/extras/rpms/gfs-didot-fonts/devel/gfs-didot-fonts-fontconfig.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gfs-didot-fonts-fontconfig.conf	27 Nov 2007 21:09:49 -0000	1.1
+++ gfs-didot-fonts-fontconfig.conf	11 Jul 2008 20:48:22 -0000	1.2
@@ -1,11 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
-<!-- /etc/fonts/conf.d/60-gfs-didot.conf
-
-     Define settings for GFS Didot fonts
-
-     © 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
--->
 <fontconfig>
   <alias binding="same">
     <family>Palatino</family>
@@ -13,6 +7,12 @@
       <family>GFS Didot</family>
     </accept>
   </alias>
+  <alias binding="same">
+    <family>GFS Didot Classic</family>
+    <accept>
+      <family>GFS Didot</family>
+    </accept>
+  </alias>
   <alias>
     <family>GFS Didot</family>
     <default>


Index: gfs-didot-fonts.spec
===================================================================
RCS file: /cvs/extras/rpms/gfs-didot-fonts/devel/gfs-didot-fonts.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gfs-didot-fonts.spec	30 Apr 2008 21:57:18 -0000	1.4
+++ gfs-didot-fonts.spec	11 Jul 2008 20:48:22 -0000	1.5
@@ -6,7 +6,7 @@
 
 Name:    %{fontname}-fonts
 Version: 20070616
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: GFS Didot fonts
 
 Group:   User Interface/X
@@ -55,16 +55,14 @@
 
 
 %post
-if [ -x %{_bindir}/fc-cache ]; then
-  %{_bindir}/fc-cache %{fontdir} || :
+if [ -x %{_bindir}/fc-cache ] ; then
+    %{_bindir}/fc-cache %{fontdir} || :
 fi
 
 
 %postun
-if [ "$1" = "0" ]; then
-  if [ -x %{_bindir}/fc-cache ]; then
+if [ $1 -eq 0 -a -x %{_bindir}/fc-cache ] ; then
     %{_bindir}/fc-cache %{fontdir} || :
-  fi
 fi
 
 
@@ -74,11 +72,15 @@
 
 %config(noreplace) %{fontconfdir}/60-%{fontname}.conf
 
-%dir %{fontdir}
+%dir %{fontdir}/
 %{fontdir}/*.otf
 
 
 %changelog
+* Fri Jul 11 2008 <nicolas.mailhot at laposte.net>
+- 20070616-7
+⌖ Fedora 10 alpha general package cleanup
+
 * Wed Apr 30 2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
 - 20070616-6
 ⥁ Yet another prep fix®




More information about the fedora-extras-commits mailing list