]> git.pld-linux.org Git - packages/texlive.git/commitdiff
- clisp still fails on forge, but ulimit -s unlimited hack helps
authorsparky <sparky@pld-linux.org>
Sat, 11 Apr 2009 00:08:22 +0000 (00:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    texlive.spec -> 1.227

texlive.spec

index c21d218c7e805d398d1d1c1bfabacfd0dedb4c8a..1f55cf17dfad7a8c17bc0e13bde720bd8fc0ab0a 100644 (file)
@@ -89,10 +89,7 @@ URL:         http://www.tug.org/texlive/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bison
-%ifarch ppc
-%else
 BuildRequires: clisp
-%endif
 BuildRequires: ed
 BuildRequires: expat-devel
 BuildRequires: ffcall-devel
@@ -5560,12 +5557,14 @@ cd texk/kpathsea
 %{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf
 cd ../..
 
+%ifarch ppc ppc64
+# clisp does not work properly on forge
+ulimit -s unlimited
+%endif
+
 %configure \
 %if %{with bootstrap}
        --without-xindy \
-%endif
-%ifarch ppc
-       --without-xindy \
 %endif
        --without-luatex \
        --disable-multiplatform \
@@ -7957,6 +7956,10 @@ fi
 %{texmf}/dvips/config
 %{texmf}/dvips/getafm
 %{texmf}/dvips/gsftopk
+<<<<<<< texlive.spec
+# %config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
+=======
+>>>>>>> 1.226
 %{texmfdist}/fonts/enc/dvips/base
 %{texmfdist}/fonts/map/dvips/allrunes
 %{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
@@ -8187,9 +8190,6 @@ fi
 %{texmf}/texconfig/v
 %{texmf}/texconfig/x
 
-%ifarch ppc
-# Don't builded xindy
-%else
 %files -n xindy
 %defattr(644,root,root,755)
 %doc %{texmf}/doc/xindy
@@ -8385,7 +8385,6 @@ fi
 %files -n xindy-vietnamese
 %defattr(644,root,root,755)
 %{texmf}/xindy/lang/vietnamese/
-%endif
 
 %files -n xdvi
 %defattr(644,root,root,755)
This page took 0.150555 seconds and 4 git commands to generate.