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

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


Author: nim

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

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


--- NEW FILE import.log ---
gfs-neohellenic-fonts-20070415-6_fc10:HEAD:gfs-neohellenic-fonts-20070415-6.fc10.src.rpm:1215809363


Index: gfs-neohellenic-fonts-fontconfig.conf
===================================================================
RCS file: /cvs/extras/rpms/gfs-neohellenic-fonts/devel/gfs-neohellenic-fonts-fontconfig.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gfs-neohellenic-fonts-fontconfig.conf	26 Nov 2007 19:57:54 -0000	1.1
+++ gfs-neohellenic-fonts-fontconfig.conf	11 Jul 2008 20:49:44 -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-neohellenic.conf
-
-     Define settings for GFS Neohellenic fonts
-
-     © 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
--->
 <fontconfig>
   <alias>
     <family>GFS Neohellenic</family>


Index: gfs-neohellenic-fonts.spec
===================================================================
RCS file: /cvs/extras/rpms/gfs-neohellenic-fonts/devel/gfs-neohellenic-fonts.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gfs-neohellenic-fonts.spec	30 Apr 2008 21:59:45 -0000	1.4
+++ gfs-neohellenic-fonts.spec	11 Jul 2008 20:49:44 -0000	1.5
@@ -1,4 +1,4 @@
-%define fontname     gfs-neohellenic
+%define fontname    gfs-neohellenic
 %define fontdir     %{_datadir}/fonts/%{fontname}
 %define fontconfdir %{_sysconfdir}/fonts/conf.d
 
@@ -6,7 +6,7 @@
 
 Name:    %{fontname}-fonts
 Version: 20070415
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: GFS Neohellenic fonts
 
 Group:   User Interface/X
@@ -75,16 +75,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
 
 
@@ -94,11 +92,15 @@
 
 %config(noreplace) %{fontconfdir}/60-%{fontname}.conf
 
-%dir %{fontdir}
+%dir %{fontdir}/
 %{fontdir}/*.otf
 
 
 %changelog
+* Fri Jul 11 2008 <nicolas.mailhot at laposte.net>
+- 20070415-6
+⌖ Fedora 10 alpha general package cleanup
+
 * Wed Apr 30 2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
 - 20070415-5
 ⥁ Yet another prep fix®




More information about the fedora-extras-commits mailing list