SPECS: nightfall.spec - add --with-gnuplot configure option - mv g...

lisu lisu at pld-linux.org
Fri Jun 22 11:26:35 CEST 2007


Author: lisu                         Date: Fri Jun 22 09:26:35 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add --with-gnuplot configure option
- mv gnuplot to requires

---- Files affected:
SPECS:
   nightfall.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/nightfall.spec
diff -u SPECS/nightfall.spec:1.1 SPECS/nightfall.spec:1.2
--- SPECS/nightfall.spec:1.1	Fri Jun 22 01:20:53 2007
+++ SPECS/nightfall.spec	Fri Jun 22 11:26:30 2007
@@ -10,8 +10,9 @@
 # Source0-md5:	318314e97b83fdb74860aba6adef219b
 Patch0:		%{name}-desktop.patch
 URL:		http://www.hs.uni-hamburg.de/DE/Ins/Per/Wichmann/Nightfall.html
-BuildRequires:	gnuplot
+#BuildRequires:	gnuplot
 BuildRequires:	gtk+-devel
+Requires:	gnuplot
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,7 +33,8 @@
 %patch0 -p1
 
 %build
-%configure
+%configure \
+	--with-gnuplot
 %{__make}
 
 %install
@@ -65,6 +67,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/06/22 09:26:30  lisu
+- add --with-gnuplot configure option
+- mv gnuplot to requires
+
 Revision 1.1  2007/06/21 23:20:53  lisu
 - new
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nightfall.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list