SPECS: texlive.spec - deleted "create fmt-files" TODO (done) - fix symlinks...

uzsolt uzsolt at pld-linux.org
Mon Dec 29 16:38:15 CET 2008


Author: uzsolt                       Date: Mon Dec 29 15:38:15 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- deleted "create fmt-files" TODO (done)
- fix symlinks (it isn't perfect, i don't why - yet ;) )

---- Files affected:
SPECS:
   texlive.spec (1.88 -> 1.89) 

---- Diffs:

================================================================
Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.88 SPECS/texlive.spec:1.89
--- SPECS/texlive.spec:1.88	Mon Dec 29 14:52:20 2008
+++ SPECS/texlive.spec	Mon Dec 29 16:38:10 2008
@@ -19,8 +19,7 @@
 # - merge all above with configure switch "--enable-fhs" and send it to TE
 #
 # TeXLive specific TODO:
-# - MOST IMPORTANT!!! create *.fmt files, "fmtutil-sys --byfmt tex", maybe in %post sections (plain, latex, ...)
-# - fix broken symlinks in /usr/bin
+# - fix broken symlinks in /usr/bin (see line 3564)
 # - summary/description correcting (all languages)
 # - solve xindy case, it doesn't build with tetext, and probably won't with texlive
 #   until larm1000 font found (xindy option)
@@ -3560,6 +3559,14 @@
 	texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
 	texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
 
+# Fix broken symlinks
+# CURDIR=$(pwd)
+# cd $RPM_BUILD_ROOT%{_bindir}
+# for file in $(file * | grep broken | awk -F ":" {'print $1'}); do
+# 	ln -sf $(readlink $file | %{__sed} "s@\.\.@/usr/share@") $file
+# done
+# cd $CURDIR
+
 #install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
 #touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
 
@@ -7022,6 +7029,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.89  2008/12/29 15:38:10  uzsolt
+- deleted "create fmt-files" TODO (done)
+- fix symlinks (it isn't perfect, i don't why - yet ;) )
+
 Revision 1.88  2008/12/29 13:52:20  uzsolt
 - rel 0.8 - almost ready (it's usable, much more faster than old tetex)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texlive.spec?r1=1.88&r2=1.89&f=u



More information about the pld-cvs-commit mailing list