[svn] r6275 - trunk/rpms/graphviz

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Mon Apr 21 12:19:06 CEST 2008


Author: dries
Date: 2008-04-21 11:19:05 +0100 (Mon, 21 Apr 2008)
New Revision: 6275

Modified:
   trunk/rpms/graphviz/graphviz.spec
Log:
 --disable-java added to configure when _without_java is set

Modified: trunk/rpms/graphviz/graphviz.spec
===================================================================
--- trunk/rpms/graphviz/graphviz.spec	2008-04-21 04:50:59 UTC (rev 6274)
+++ trunk/rpms/graphviz/graphviz.spec	2008-04-21 10:19:05 UTC (rev 6275)
@@ -41,7 +41,7 @@
 Summary: Graph Visualization Tools
 Name: graphviz
 Version: 2.14.1
-Release: 1
+Release: 2
 License: CPL
 Group: Applications/Multimedia
 URL: http://www.graphviz.org/
@@ -182,7 +182,8 @@
 %{expand: %%define optflags %{optflags} -ffast-math}
 %configure \
 	--with-mylibgd \
-	--with-x
+	--with-x \
+	%{?_without_java:--disable-java}
 %{__make} %{?_smp_mflags}
 
 %install
@@ -280,6 +281,9 @@
 %doc rpmdoc/*
 
 %changelog
+* Sun Apr 20 2008 Dries Verachtert <dries at ulyssis.org> - 2.14.1-2
+- Added --disable-java to configure when _without_java is set.
+
 * Mon Sep  3 2007 Dries Verachtert <dries at ulyssis.org> - 2.14.1-1
 - Updated to release 2.14.1.
 - Generate config file in post script, thanks to Stefan Radman.



More information about the svn-commits mailing list