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

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


Author: sarantis

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

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



Index: tetex-font-cm-lgc.spec
===================================================================
RCS file: /cvs/extras/rpms/tetex-font-cm-lgc/FC-4/tetex-font-cm-lgc.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tetex-font-cm-lgc.spec	2 Nov 2005 10:58:39 -0000	1.9
+++ tetex-font-cm-lgc.spec	2 Nov 2005 12:57:18 -0000	1.10
@@ -6,7 +6,7 @@
 
 Name:           tetex-font-cm-lgc
 Version:        0.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        CM-LGC Type1 fonts for LaTeX
 Group:          Applications/Publishing
 License:        GPL
@@ -56,17 +56,17 @@
 
 
 %post
-texhash
+/usr/bin/texhash
 if [ "$1" = "1" ]; then
-  updmap-sys --quiet --nohash --enable Map %{texpkg}.map
+  /usr/bin/updmap-sys --quiet --nohash --enable Map %{texpkg}.map
 fi
 
 
 %postun
 if [ "$1" = "0" ]; then
-  updmap-sys --quiet --nohash --disable %{texpkg}.map
+  /usr/bin/updmap-sys --quiet --nohash --disable %{texpkg}.map
 fi
-texhash
+/usr/bin/texhash
 
 
 %files
@@ -83,6 +83,9 @@
 
 
 %changelog
+* Wed Nov  2 2005 Sarantis Paskalis <paskalis at di.uoa.gr> - 0.5-5
+- Use absolute path commands in post and postun.
+
 * Wed Nov  2 2005 Sarantis Paskalis <paskalis at di.uoa.gr> - 0.5-4
 - Remove explicit outputdir for updmap-sys (bug #172268)
 - Readd texhash in post and postun.




More information about the fedora-extras-commits mailing list