rpms/texlive/devel texlive.spec,1.18,1.19

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Fri Jan 18 13:20:38 UTC 2008


Author: jnovy

Update of /cvs/extras/rpms/texlive/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25044

Modified Files:
	texlive.spec 
Log Message:
- don't copy original pdftex map files but regenerate them
  with the correct updmap.cfg file updated in texlive-texmf
  (Related: #425804)
- install mendex via libtool (#428507)



Index: texlive.spec
===================================================================
RCS file: /cvs/extras/rpms/texlive/devel/texlive.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- texlive.spec	17 Jan 2008 12:39:34 -0000	1.18
+++ texlive.spec	18 Jan 2008 13:20:02 -0000	1.19
@@ -26,7 +26,7 @@
 
 Name:		texlive
 Version:	%{texlive_ver}
-Release:	12%{?dist}
+Release:	13%{?dist}
 Summary:	Binaries for the TeX formatting system
 
 Group:		Applications/Publishing
@@ -642,7 +642,8 @@
 
 # mendexk install
 cd texk/mendexk%{mendexk_ver}
-install -p -m 755 mendex %{buildroot}%{_bindir}
+
+sh ../libtool --mode=install install mendex %{buildroot}%{_bindir}
 
 mkdir -p %{buildroot}%{_mandir}/ja/man1
 iconv -f EUC-JP -t UTF-8 mendex.1 -o %{buildroot}%{_mandir}/ja/man1/mendex.1
@@ -673,7 +674,6 @@
 [ -x /sbin/install-info ] && /sbin/install-info %{_infodir}/web2c.info.gz %{_infodir}/dir
 %{_bindir}/fmtutil-sys --all &> /dev/null
 %{_bindir}/updmap-sys --syncwithtrees &> /dev/null
-cp -f %{_texmf_main}/fonts/map/pdftex/updmap/pdftex_* %{_texmf_var}/fonts/map/pdftex/updmap/
 :
 
 %post afm
@@ -692,7 +692,6 @@
 %{_bindir}/texconfig-sys init &> /dev/null
 %{_bindir}/texconfig-sys rehash 2> /dev/null
 %{_bindir}/fmtutil-sys --all &> /dev/null
-cp -f %{_texmf_main}/fonts/map/pdftex/updmap/pdftex_* %{_texmf_var}/fonts/map/pdftex/updmap/
 :
 
 %post -n kpathsea
@@ -1185,6 +1184,12 @@
 %{_texmf_main}/dvipdfm/
 
 %changelog
+* Fri Jan 18 2008 Jindrich Novy <jnovy at redhat.com> - 2007-13
+- don't copy original pdftex map files but regenerate them
+  with the correct updmap.cfg file updated in texlive-texmf
+  (Related: #425804)
+- install mendex via libtool (#428507)
+
 * Thu Jan 17 2008 Jindrich Novy <jnovy at redhat.com> - 2007-12
 - remove all references to teTeX from the packaged man pages
   and update links to point correctly to upstream mailing




More information about the fedora-extras-commits mailing list