packages: texlive/texlive.spec - introduce without xindy bcond

tommat tommat at pld-linux.org
Tue Jul 7 11:38:58 CEST 2009


Author: tommat                       Date: Tue Jul  7 09:38:58 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- introduce without xindy bcond

---- Files affected:
packages/texlive:
   texlive.spec (1.280 -> 1.281) 

---- Diffs:

================================================================
Index: packages/texlive/texlive.spec
diff -u packages/texlive/texlive.spec:1.280 packages/texlive/texlive.spec:1.281
--- packages/texlive/texlive.spec:1.280	Sun Jul  5 17:22:55 2009
+++ packages/texlive/texlive.spec	Tue Jul  7 11:38:50 2009
@@ -22,6 +22,12 @@
 %include	/usr/lib/rpm/macros.perl
 # Conditional build:
 %bcond_with	bootstrap	# bootstrap build
+%bcond_without	xindy		# do not build xindy packages
+
+%if %{with bootstrap}
+%undefine	with_xindy
+%endif
+
 #
 Summary:	TeX typesetting system and MetaFont font formatter
 Summary(de.UTF-8):	TeX-Satzherstellungssystem und MetaFont-Formatierung
@@ -83,7 +89,9 @@
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	bison
+%if %{with xindy}
 BuildRequires:	clisp
+%endif
 BuildRequires:	ed
 BuildRequires:	expat-devel
 BuildRequires:	ffcall-devel
@@ -5620,9 +5628,7 @@
 %endif
 
 %configure \
-%if %{with bootstrap}
-	--without-xindy \
-%endif
+	--with%{!?with_xindy:out}-xindy \
 	--without-luatex \
 	--disable-multiplatform \
 	--disable-static \
@@ -8310,7 +8316,7 @@
 %{texmf}/texconfig/v
 %{texmf}/texconfig/x
 
-%if !%{with bootstrap}
+%if %{with xindy}
 %files -n xindy
 %defattr(644,root,root,755)
 %doc %{texmf}/doc/xindy
@@ -13862,6 +13868,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.281  2009/07/07 09:38:50  tommat
+- introduce without xindy bcond
+
 Revision 1.280  2009/07/05 15:22:55  uzsolt
 - fix generating formlett documentation
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/texlive/texlive.spec?r1=1.280&r2=1.281&f=u



More information about the pld-cvs-commit mailing list