]> git.pld-linux.org Git - packages/texlive.git/commitdiff
- introduce without xindy bcond
authortommat <tommat@pld-linux.org>
Tue, 7 Jul 2009 09:38:50 +0000 (09:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    texlive.spec -> 1.281

texlive.spec

index efe175fd2a0a78334759680858cdcadc5f9d9d1d..74f44b823a4c006e1587023df65a6257c2800503 100644 (file)
 %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
@@ -82,7 +88,9 @@ URL:          http://www.tug.org/texlive/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bison
+%if %{with xindy}
 BuildRequires: clisp
+%endif
 BuildRequires: ed
 BuildRequires: expat-devel
 BuildRequires: ffcall-devel
@@ -5619,9 +5627,7 @@ ulimit -s unlimited
 %endif
 
 %configure \
-%if %{with bootstrap}
-       --without-xindy \
-%endif
+       --with%{!?with_xindy:out}-xindy \
        --without-luatex \
        --disable-multiplatform \
        --disable-static \
@@ -8309,7 +8315,7 @@ fi
 %{texmf}/texconfig/v
 %{texmf}/texconfig/x
 
-%if !%{with bootstrap}
+%if %{with xindy}
 %files -n xindy
 %defattr(644,root,root,755)
 %doc %{texmf}/doc/xindy
This page took 0.173255 seconds and 4 git commands to generate.