SPECS: odtransform.spec - why %{?without_<feature> does not work? changed t...

pawelz pawelz at pld-linux.org
Fri Mar 13 13:58:55 CET 2009


Author: pawelz                       Date: Fri Mar 13 12:58:55 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- why %{?without_<feature> does not work? changed to %{!?with_<feature>

---- Files affected:
SPECS:
   odtransform.spec (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: SPECS/odtransform.spec
diff -u SPECS/odtransform.spec:1.21 SPECS/odtransform.spec:1.22
--- SPECS/odtransform.spec:1.21	Fri Mar 13 13:48:22 2009
+++ SPECS/odtransform.spec	Fri Mar 13 13:58:50 2009
@@ -18,7 +18,7 @@
 URL:		http://svn.clazzes.org/svn/odtransform/
 BuildRequires:	jar
 BuildRequires:	java-commons-logging
-%{?without_java_sun:BuildRequires:	java-gcj-compat-devel}
+%{!?with_java_sun:BuildRequires:	java-gcj-compat-devel}
 %{?with_java_sun:BuildRequires:	java-sun >= 1.5}
 BuildRequires:	jpackage-utils
 BuildRequires:	rpm-javaprov
@@ -83,6 +83,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.22  2009/03/13 12:58:50  pawelz
+- why %{?without_<feature> does not work? changed to %{!?with_<feature>
+
 Revision 1.21  2009/03/13 12:48:22  pawelz
 - added with java_sun bcond
 - this source code is not compatibile with jdk < 1.5
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/odtransform.spec?r1=1.21&r2=1.22&f=u



More information about the pld-cvs-commit mailing list