SPECS: texlive.spec - doesn't build xindy when arch is ppc (because of clis...

uzsolt uzsolt at pld-linux.org
Thu Apr 9 21:46:39 CEST 2009


Author: uzsolt                       Date: Thu Apr  9 19:46:39 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- doesn't build xindy when arch is ppc (because of clisp's fault)

---- Files affected:
SPECS:
   texlive.spec (1.221 -> 1.222) 

---- Diffs:

================================================================
Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.221 SPECS/texlive.spec:1.222
--- SPECS/texlive.spec:1.221	Thu Apr  9 20:05:49 2009
+++ SPECS/texlive.spec	Thu Apr  9 21:46:34 2009
@@ -5557,6 +5557,9 @@
 %if %{with bootstrap}
 	--without-xindy \
 %endif
+%ifarch %{ppc}
+	--without-xindy \
+%endif
 	--without-luatex \
 	--disable-multiplatform \
 	--disable-static \
@@ -8177,6 +8180,9 @@
 %{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
@@ -8372,6 +8378,7 @@
 %files -n xindy-vietnamese
 %defattr(644,root,root,755)
 %{texmf}/xindy/lang/vietnamese/
+%endif
 
 %files -n xdvi
 %defattr(644,root,root,755)
@@ -13811,6 +13818,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.222  2009/04/09 19:46:34  uzsolt
+- doesn't build xindy when arch is ppc (because of clisp's fault)
+
 Revision 1.221  2009/04/09 18:05:49  uzsolt
 - more xindy files
 
================================================================

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



More information about the pld-cvs-commit mailing list