rpms/gnuplot/devel gnuplot.spec,1.29,1.30

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Dec 21 11:23:31 UTC 2006


Author: varekova

Update of /cvs/dist/rpms/gnuplot/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25302

Modified Files:
	gnuplot.spec 
Log Message:
- remove --without-gd options (#173922, #172565)
- spec file cleanup




Index: gnuplot.spec
===================================================================
RCS file: /cvs/dist/rpms/gnuplot/devel/gnuplot.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- gnuplot.spec	1 Dec 2006 09:34:29 -0000	1.29
+++ gnuplot.spec	21 Dec 2006 11:23:29 -0000	1.30
@@ -1,14 +1,14 @@
-Summary: A program for plotting mathematical expressions and data.
+Summary: A program for plotting mathematical expressions and data
 Name: gnuplot
 Version: 4.0.0
-Release: 13
+Release: 14%{?dist}
 License: Redistributable, with restrictions
 Group: Applications/Engineering
 Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source2: gnuplot-init.el
 Patch0: gnuplot-4.0.0-x11segv.patch
-BuildPrereq: libpng-devel, tetex-latex, zlib-devel, libX11-devel, emacs
-BuildRequires: texinfo, readline-devel, libXt-devel
+BuildRequires: libpng-devel, tetex-latex, zlib-devel, libX11-devel, emacs
+BuildRequires: texinfo, readline-devel, libXt-devel, gd-devel
 Requires: libpng
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 URL: http://www.gnuplot.info/
@@ -37,7 +37,7 @@
 
 %build
 %configure --with-readline=gnu --with-png --without-linux-vga \
- --without-gd --enable-history-file
+ --enable-history-file
 
 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
 
@@ -92,6 +92,10 @@
 
 
 %changelog
+* Tue Dec 21 2006 Ivana Varekova <varekova at redhat.com> -4.0.0-14
+- remove --without-gd options (#173922, #172565)
+- spec file cleanup
+
 * Fri Dec  1 2006 Ivana Varekova <varekova at redhat.com> - 4.0.0-13
 - rebuild against libncurses
 
@@ -194,7 +198,7 @@
 * Tue Aug 22 2000 Bill Nottingham <notting at redhat.com>
 - remove zlib-devel requirement (#16718)
 
-* Wed Aug 02 2000 Trond Eivind Glomsrød <teg at redhat.com>
+* Wed Aug 02 2000 Trond Eivind Glomsrød <teg at redhat.com>
 - rebuild with libpng 1.0.8
 
 * Thu Jul 13 2000 Prospector <bugzilla at redhat.com>




More information about the fedora-cvs-commits mailing list