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

Sarantis Paskalis (sarantis) fedora-extras-commits at redhat.com
Wed Nov 2 11:03:53 UTC 2005


Author: sarantis

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

Modified Files:
	tetex-font-kerkis.spec 
Log Message:
- Remove explicit outputdir for updmap-sys (bug #172268)
- Readd texhash 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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tetex-font-kerkis.spec	10 Oct 2005 12:31:17 -0000	1.8
+++ tetex-font-kerkis.spec	2 Nov 2005 11:03:36 -0000	1.9
@@ -6,7 +6,7 @@
 
 Name:           tetex-font-kerkis
 Version:        2.0
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Kerkis type 1 fonts for LaTeX
 Group:          Applications/Publishing
 License:        Distributable
@@ -33,6 +33,7 @@
 
 Please see the file "License.txt" for details on the use of this font.
 
+
 %prep
 %setup -q -n %{texpkg}
 
@@ -60,15 +61,17 @@
 
 
 %post
+texhash
 if [ "$1" = "1" ]; then
-  /usr/bin/updmap-sys --quiet --outputdir %{texmf}/dvips/config --enable Map kerkis.map
+  /usr/bin/updmap-sys --quiet --nohash --enable Map %{texpkg}.map
 fi
 
 
 %postun
 if [ "$1" = "0" ]; then
-  /usr/bin/updmap-sys --quiet --outputdir %{texmf}/dvips/config --disable kerkis.map
+  /usr/bin/updmap-sys --quiet --nohash --disable %{texpkg}.map
 fi
+texhash
 
 
 %files
@@ -83,6 +86,10 @@
 
 
 %changelog
+* 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.
+
 * Fri Oct  7 2005 Sarantis Paskalis <paskalis at di.uoa.gr> - 2.0-7
 - Require tetex-fonts.
 - Drop kerkis-test.tex.




More information about the fedora-extras-commits mailing list