]> git.pld-linux.org Git - packages/texlive.git/commitdiff
- fixing in %%build
authorZsolt Udvari <uzsolt@pld-linux.org>
Thu, 9 Apr 2009 16:57:16 +0000 (16:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- move --without-luatex outside %%if

Changed files:
    texlive.spec -> 1.219

texlive.spec

index dad2df93208aa9850c1b111cf6a377bdc2cc61df..30aa6395d883821ad5617fbc34b49ce15d52348a 100644 (file)
@@ -114,6 +114,7 @@ BuildRequires:      tetex-format-pdflatex
 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
@@ -5524,6 +5525,13 @@ It allows TeX to directly process XML files.
 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@larm\(.\).*@larm0\100.tfm@") ; done
+cd ${CURDIR}
 
 cd libs/teckit
 cat ax*.m4 > acinclude.m4
@@ -5547,8 +5555,8 @@ cd ../..
 %configure \
 %if %{with bootstrap}
        --without-xindy \
-       --without-luatex \
 %endif
+       --without-luatex \
        --disable-multiplatform \
        --disable-static \
        --enable-a4 \
This page took 0.301577 seconds and 4 git commands to generate.