SPECS: texlive.spec - fixing in %%build - move --without-luatex outside %%if

uzsolt uzsolt at pld-linux.org
Thu Apr 9 18:57:22 CEST 2009


Author: uzsolt                       Date: Thu Apr  9 16:57:22 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixing in %%build
- move --without-luatex outside %%if

---- Files affected:
SPECS:
   texlive.spec (1.218 -> 1.219) 

---- Diffs:

================================================================
Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.218 SPECS/texlive.spec:1.219
--- SPECS/texlive.spec:1.218	Thu Apr  9 17:11:50 2009
+++ SPECS/texlive.spec	Thu Apr  9 18:57:16 2009
@@ -115,6 +115,7 @@
 BuildRequires:	tetex-latex-cyrillic
 BuildRequires:	tetex-tex-babel
 %else
+BuildRequires:	texlive-fonts-cmsuper
 BuildRequires:	texlive-format-pdflatex
 BuildRequires:	texlive-latex-cyrillic
 BuildRequires:	texlive-tex-babel
@@ -5525,6 +5526,13 @@
 lzma -dc %{SOURCE0} | tar xf - -C ..
 %patch0 -p1
 %patch1 -p1
+CURDIR=$(pwd)
+
+cd utils/xindy/make-rules/alphabets
+tar xvf %{SOURCE11}
+cp $(find fonts -type f) .
+for i in larm?00.tfm; do ln -s $i $(echo $i | sed "s at larm\(.\).*@larm0\100.tfm@") ; done
+cd ${CURDIR}
 
 cd libs/teckit
 cat ax*.m4 > acinclude.m4
@@ -5548,8 +5556,8 @@
 %configure \
 %if %{with bootstrap}
 	--without-xindy \
-	--without-luatex \
 %endif
+	--without-luatex \
 	--disable-multiplatform \
 	--disable-static \
 	--enable-a4 \
@@ -13792,6 +13800,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.219  2009/04/09 16:57:16  uzsolt
+- fixing in %%build
+- move --without-luatex outside %%if
+
 Revision 1.218  2009/04/09 15:11:50  uzsolt
 - larm fonts
 
================================================================

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



More information about the pld-cvs-commit mailing list