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

Sarantis Paskalis (sarantis) fedora-extras-commits at redhat.com
Wed Nov 2 10:58:41 UTC 2005


Author: sarantis

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

Modified Files:
	tetex-font-cm-lgc.spec 
Log Message:
- Remove explicit outputdir for updmap-sys (bug #172268)
- Readd texhash 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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tetex-font-cm-lgc.spec	10 Oct 2005 12:42:42 -0000	1.8
+++ tetex-font-cm-lgc.spec	2 Nov 2005 10:58:39 -0000	1.9
@@ -6,7 +6,7 @@
 
 Name:           tetex-font-cm-lgc
 Version:        0.5
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        CM-LGC Type1 fonts for LaTeX
 Group:          Applications/Publishing
 License:        GPL
@@ -56,15 +56,17 @@
 
 
 %post
+texhash
 if [ "$1" = "1" ]; then
-  /usr/bin/updmap-sys --quiet --nohash --outputdir %{texmf}/dvips/config --enable Map cm-lgc.map
+  updmap-sys --quiet --nohash --enable Map %{texpkg}.map
 fi
 
 
 %postun
 if [ "$1" = "0" ]; then
-  /usr/bin/updmap-sys --quiet --nohash --outputdir %{texmf}/dvips/config --disable cm-lgc.map
+  updmap-sys --quiet --nohash --disable %{texpkg}.map
 fi
+texhash
 
 
 %files
@@ -81,6 +83,10 @@
 
 
 %changelog
+* 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.
+
 * Fri Oct  7 2005 Sarantis Paskalis <paskalis at di.uoa.gr> - 0.5-3
 - Require tetex-fonts.
 - Drop cm-lgc-test.tex.




More information about the fedora-extras-commits mailing list