rpms/tetex-font-tipa/devel tetex-font-tipa.spec,1.5,1.6

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Nov 12 20:06:51 UTC 2005


Author: mschwendt

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

Modified Files:
	tetex-font-tipa.spec 
Log Message:
* Sat Nov 12 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.3-5
- Remove obsolete --outputdir within scriptlets (#172493).
- Run updmap-sys in scriptlets only during installation/removal.



Index: tetex-font-tipa.spec
===================================================================
RCS file: /cvs/extras/rpms/tetex-font-tipa/devel/tetex-font-tipa.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tetex-font-tipa.spec	22 Sep 2005 11:06:35 -0000	1.5
+++ tetex-font-tipa.spec	12 Nov 2005 20:06:49 -0000	1.6
@@ -9,7 +9,7 @@
 
 Name:           tetex-font-tipa
 Version:        1.3
-Release:        4
+Release:        5
 Summary:        TIPA fonts for LaTeX
 
 Group:          Applications/Publishing
@@ -63,17 +63,19 @@
 
 
 %post
-/usr/bin/mktexlsr %{texmf}
 if [ "$1" = "2" ]; then
     [ -f /usr/share/texmf/dvips/config/tipa.map ] && \
       rm -f /usr/share/texmf/dvips/config/tipa.map
 fi
-/usr/bin/updmap-sys --quiet --nohash --outputdir %{texmf}/dvips/config --enable Map tipa.map
+/usr/bin/mktexlsr %{texmf}
+if [ "$1" = "1" ]; then
+    /usr/bin/updmap-sys --quiet --nohash --enable Map tipa.map
+fi
 
 
 %postun
 if [ "$1" = "0" ]; then
-  /usr/bin/updmap-sys --quiet --nohash --outputdir %{texmf}/dvips/config --disable tipa.map
+  /usr/bin/updmap-sys --quiet --nohash --disable tipa.map
 fi
 /usr/bin/mktexlsr %{texmf}
 
@@ -89,6 +91,10 @@
 
 
 %changelog
+* Sat Nov 12 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.3-5
+- Remove obsolete --outputdir within scriptlets (#172493).
+- Run updmap-sys in scriptlets only during installation/removal.
+
 * Thu Sep 22 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.3-4
 - rebuilt
 




More information about the fedora-extras-commits mailing list