Author: uzsolt                       Date: Tue Apr 14 08:17:58 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- create format files in %%install (needs package them)

---- Files affected:
SPECS:
   texlive.spec (1.238 -> 1.239) 

---- Diffs:

================================================================
Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.238 SPECS/texlive.spec:1.239
--- SPECS/texlive.spec:1.238    Mon Apr 13 22:10:00 2009
+++ SPECS/texlive.spec  Tue Apr 14 10:17:52 2009
@@ -5858,10 +5858,31 @@
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
 
 # Create format files
-# for format in latex pdftex pdfetex pdflatex; do
-#      fmtutil --byfmt=${format} --fmtdir=$RPM_BUILD_ROOT%{fmtdir}
-# done
-fmtutil --all --fmtdir=$RPM_BUILD_ROOT%{fmtdir}
+for format in \
+       aleph \
+       csplain \
+       etex \
+       lambda \
+       lamed \
+       latex \
+       mllatex \
+       mptopdf \
+       omega \
+       pdfcsplain \
+       pdfetex \
+       pdflatex \
+       pdftex \
+       pdfxmltex \
+       physe \
+       phyzzx \
+       tex \
+       texsis \
+       xetex \
+       xelatex \
+       xmltex; do
+       fmtutil --fmtdir $RPM_BUILD_ROOT%{fmtdir} --byfmt=${format} 
+done
+# fmtutil --all --fmtdir=$RPM_BUILD_ROOT%{fmtdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -13864,6 +13885,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.239  2009/04/14 08:17:52  uzsolt
+- create format files in %%install (needs package them)
+
 Revision 1.238  2009/04/13 20:10:00  uzsolt
 - more O/P
 - create format files in %%install (needs more work)
================================================================

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to