SPECS: gettext.spec - unconditional undef xemacs bcond seems silly, reveers...
glen
glen at pld-linux.org
Thu Aug 28 01:21:11 CEST 2008
Author: glen Date: Wed Aug 27 23:21:11 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- unconditional undef xemacs bcond seems silly, reveerse bcond def
- include dotnet macros after they've been conditinally disabled
---- Files affected:
SPECS:
gettext.spec (1.159 -> 1.160)
---- Diffs:
================================================================
Index: SPECS/gettext.spec
diff -u SPECS/gettext.spec:1.159 SPECS/gettext.spec:1.160
--- SPECS/gettext.spec:1.159 Thu Aug 28 00:46:17 2008
+++ SPECS/gettext.spec Thu Aug 28 01:21:06 2008
@@ -10,14 +10,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
@@ -26,7 +24,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
@@ -530,6 +528,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.160 2008/08/27 23:21:06 glen
+- unconditional undef xemacs bcond seems silly, reveerse bcond def
+- include dotnet macros after they've been conditinally disabled
+
Revision 1.159 2008/08/27 22:46:17 glen
- check-files cleanup, ghost soname symlinks
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gettext.spec?r1=1.159&r2=1.160&f=u
More information about the pld-cvs-commit
mailing list