rpms/jakarta-commons-net/devel jakarta-commons-net.spec,1.2,1.3

Permaine Cheung (pcheung) fedora-extras-commits at redhat.com
Tue Jan 22 18:47:34 UTC 2008


Author: pcheung

Update of /cvs/extras/rpms/jakarta-commons-net/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1005

Modified Files:
	jakarta-commons-net.spec 
Log Message:
Fix define




Index: jakarta-commons-net.spec
===================================================================
RCS file: /cvs/extras/rpms/jakarta-commons-net/devel/jakarta-commons-net.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jakarta-commons-net.spec	22 Jan 2008 18:17:22 -0000	1.2
+++ jakarta-commons-net.spec	22 Jan 2008 18:46:57 -0000	1.3
@@ -35,7 +35,8 @@
  
 %define with_maven %{!?_without_maven:1}%{?_without_maven:0}
 %define without_maven %{?_without_maven:1}%{!?_without_maven:0}
-%define without_tests 1
+%define _without_tests 1
+%define without_tests %{?_without_tests:1}%{!?_without_tests:%{?_with_tests:0}%{!?_with_tests:%{?_tests:%{_tests}}%{!?_tests:0}}}
 %define gcj_support 0
 %define base_name    net
 %define short_name   commons-%{base_name}




More information about the fedora-extras-commits mailing list