SPECS: texlive.spec - bootstrap + notes

arekm arekm at pld-linux.org
Sat Nov 29 21:00:51 CET 2008


Author: arekm                        Date: Sat Nov 29 20:00:51 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- bootstrap + notes

---- Files affected:
SPECS:
   texlive.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.11 SPECS/texlive.spec:1.12
--- SPECS/texlive.spec:1.11	Sat Nov 29 20:58:27 2008
+++ SPECS/texlive.spec	Sat Nov 29 21:00:45 2008
@@ -18,8 +18,15 @@
 #
 # TeXLive specific TODO:
 # - summary/description correcting (all languages)
+# - solve xindy case, it doesn't build with tetext, and probably won't with texlive
+#   until larm1000 font found (xindy option)
+# - texk/web2c doesn't build (luatex option)
+#
 #
 %include	/usr/lib/rpm/macros.perl
+#
+%bcond_with	bootstrap
+#
 Summary:	TeX typesetting system and MetaFont font formatter
 Summary(de.UTF-8):	TeX-Satzherstellungssystem und MetaFont-Formatierung
 Summary(es.UTF-8):	Sistema de typesetting TeX y formateador de fuentes MetaFont
@@ -61,6 +68,18 @@
 BuildRequires:	rpm-pythonprov
 BuildRequires:	t1lib-devel >= 5.0.2
 BuildRequires:	texinfo
+%if %{with bootstrap}
+BuildRequires:	tetex-format-latex
+BuildRequires:	tetex-format-pdflatex
+BuildRequires:	tetex-tex-babel
+BuildRequires:	tetex-latex-cyrillic
+%else
+# fill with future texlive BR. guesses ones for now
+BuildRequires:	texlive-format-latex
+BuildRequires:	texlive-format-pdflatex
+BuildRequires:	texlive-tex-babel
+BuildRequires:	texlive-latex-cyrillic
+%endif
 BuildRequires:	unzip
 BuildRequires:	xorg-lib-libICE-devel
 BuildRequires:	xorg-lib-libXaw-devel
@@ -3112,6 +3131,10 @@
 %build
 find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
 %configure \
+%if %{with bootstrap}
+	--without-xindy \
+	--without-luatex \
+%endif
 	--disable-multiplatform \
 	--disable-static \
 	--enable-a4 \
@@ -3134,8 +3157,7 @@
 	--with-xdvi-x-toolkit=xaw \
 	--without-dialog \
 	--without-t1utils \
-	--without-texinfo \
-	--without-xindy
+	--without-texinfo
 
 %{__make}
 
@@ -6138,6 +6160,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2008/11/29 20:00:45  arekm
+- bootstrap + notes
+
 Revision 1.11  2008/11/29 19:58:27  uzsolt
 - added --without-xindy to ./configure opts
 
================================================================

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



More information about the pld-cvs-commit mailing list