]> git.pld-linux.org Git - packages/gettext.git/commitdiff
- unconditional undef xemacs bcond seems silly, reveerse bcond def auto/ac/gettext-0_17-3
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 27 Aug 2008 23:21:06 +0000 (23:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- include dotnet macros after they've been conditinally disabled

Changed files:
    gettext.spec -> 1.160

gettext.spec

index 07b5433806e56687c1d7ffef3f12f19db63c2031..358e016e67365ee268179bfb00743029a075a769 100644 (file)
@@ -9,14 +9,12 @@
 #
 # Conditional build:
 %bcond_without asprintf        # without libasprintf C++ library
-%bcond_without xemacs          # without po-mode for xemacs
+%bcond_with            xemacs          # without po-mode for xemacs
 %bcond_without gcj             # with Java support by gcj (preferred over javac)
-%bcond_with    javac           # with Java support by some javac
+%bcond_with            javac           # with Java support by some javac
 %bcond_without dotnet          # without .NET support
 %bcond_with    bootstrap       # use system GLib and libcroco
 
-%{?with_dotnet:%include        /usr/lib/rpm/macros.mono}
-
 %ifnarch %{ix86} %{x8664} arm hppa ppc s390 s390x
 %undefine with_dotnet
 %endif
@@ -25,7 +23,7 @@
 %undefine with_dotnet
 %endif
 
-%undefine with_xemacs
+%{?with_dotnet:%include        /usr/lib/rpm/macros.mono}
 
 %define build_java     %{?with_gcj:1}%{!?with_gcj:%{?with_javac:1}%{!?with_javac:0}}
 Summary:       Utilties for program national language support
This page took 0.221852 seconds and 4 git commands to generate.