rpms/tetex-font-kerkis/devel tetex-font-kerkis.spec,1.6,1.7

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Jun 21 17:23:46 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/tetex-font-kerkis/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10154

Modified Files:
	tetex-font-kerkis.spec 
Log Message:
* Tue Jun 21 2005 Sarantis Paskalis <paskalis at di.uoa.gr> - 2.0-6
- Run updmap-sys only when installing/removing, not updating.



Index: tetex-font-kerkis.spec
===================================================================
RCS file: /cvs/extras/rpms/tetex-font-kerkis/devel/tetex-font-kerkis.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tetex-font-kerkis.spec	14 Jun 2005 10:00:49 -0000	1.6
+++ tetex-font-kerkis.spec	21 Jun 2005 17:23:44 -0000	1.7
@@ -4,7 +4,7 @@
 
 Name:           tetex-font-kerkis
 Version:        2.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Kerkis type 1 fonts for LaTeX
 
 Group:          Applications/Publishing
@@ -64,7 +64,9 @@
 
 %post
 /usr/bin/mktexlsr %{texmf}
-/usr/bin/updmap-sys --quiet --nohash --outputdir %{texmf}/dvips/config --enable Map kerkis.map
+if [ "$1" = "1" ]; then
+  /usr/bin/updmap-sys --quiet --nohash --outputdir %{texmf}/dvips/config --enable Map kerkis.map
+fi
 
 %postun
 if [ "$1" = "0" ]; then
@@ -85,6 +87,9 @@
 
 
 %changelog
+* Tue Jun 21 2005 Sarantis Paskalis <paskalis at di.uoa.gr> - 2.0-6
+- Run updmap-sys only when installing/removing, not updating.
+
 * Fri Jun 10 2005 Sarantis Paskalis <paskalis at di.uoa.gr> - 2.0-5
 - Fix location for font encoding files
 - Use updmap-sys instead of updmap




More information about the fedora-extras-commits mailing list