SPECS (AC-branch): gettext.spec - unconditional undef xemacs bcond seems si...

glen glen at pld-linux.org
Thu Aug 28 01:20:31 CEST 2008


Author: glen                         Date: Wed Aug 27 23:20:31 2008 GMT
Module: SPECS                         Tag: AC-branch
---- 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.135.2.3 -> 1.135.2.4) 

---- Diffs:

================================================================
Index: SPECS/gettext.spec
diff -u SPECS/gettext.spec:1.135.2.3 SPECS/gettext.spec:1.135.2.4
--- SPECS/gettext.spec:1.135.2.3	Thu Mar 27 14:05:29 2008
+++ SPECS/gettext.spec	Thu Aug 28 01:20:25 2008
@@ -2,13 +2,10 @@
 #
 # 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
-#
-
-%{?with_dotnet:%include	/usr/lib/rpm/macros.mono}
 
 %ifnarch %{ix86} %{x8664} arm hppa ppc s390 s390x
 %undefine with_dotnet
@@ -18,7 +15,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
@@ -511,6 +508,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.135.2.4  2008/08/27 23:20:25  glen
+- unconditional undef xemacs bcond seems silly, reveerse bcond def
+- include dotnet macros after they've been conditinally disabled
+
 Revision 1.135.2.3  2008/03/27 13:05:29  glen
 - use postshell for infodir update, cvs-client virtual
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gettext.spec?r1=1.135.2.3&r2=1.135.2.4&f=u



More information about the pld-cvs-commit mailing list