rpms/tetex-font-kerkis/FC-4 tetex-font-kerkis.spec,1.9,1.10

Sarantis Paskalis (sarantis) fedora-extras-commits at redhat.com
Wed Nov 2 12:59:02 UTC 2005


Author: sarantis

Update of /cvs/extras/rpms/tetex-font-kerkis/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27972

Modified Files:
	tetex-font-kerkis.spec 
Log Message:
- Use absolute path commands in post and postun.



Index: tetex-font-kerkis.spec
===================================================================
RCS file: /cvs/extras/rpms/tetex-font-kerkis/FC-4/tetex-font-kerkis.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tetex-font-kerkis.spec	2 Nov 2005 11:03:36 -0000	1.9
+++ tetex-font-kerkis.spec	2 Nov 2005 12:59:00 -0000	1.10
@@ -6,7 +6,7 @@
 
 Name:           tetex-font-kerkis
 Version:        2.0
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Kerkis type 1 fonts for LaTeX
 Group:          Applications/Publishing
 License:        Distributable
@@ -61,7 +61,7 @@
 
 
 %post
-texhash
+/usr/bin/texhash
 if [ "$1" = "1" ]; then
   /usr/bin/updmap-sys --quiet --nohash --enable Map %{texpkg}.map
 fi
@@ -71,7 +71,7 @@
 if [ "$1" = "0" ]; then
   /usr/bin/updmap-sys --quiet --nohash --disable %{texpkg}.map
 fi
-texhash
+/usr/bin/texhash
 
 
 %files
@@ -86,6 +86,9 @@
 
 
 %changelog
+* Wed Nov  2 2005 Sarantis Paskalis <paskalis at di.uoa.gr> - 2.0-9
+- Use absolute path commands in post and postun.
+
 * Wed Nov  2 2005 Sarantis Paskalis <paskalis at di.uoa.gr> - 2.0-8
 - Remove explicit outputdir for updmap-sys (bug #172268)
 - Readd texhash in post and postun.




More information about the fedora-extras-commits mailing list