From 36c3506a7874c2d4446f1773ebdfdc94f40f4e41871a2e6233d530d1afbce549 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Sat, 3 Dec 2011 12:56:02 +0000 Subject: [PATCH] Accepting request 94786 from home:coolo:removeautomake add automake to buildrequires OBS-URL: https://build.opensuse.org/request/show/94786 OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=24 --- gnuplot.changes | 5 +++++ gnuplot.spec | 29 +++++++++++++++++++---------- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/gnuplot.changes b/gnuplot.changes index a6abe3d..4048812 100644 --- a/gnuplot.changes +++ b/gnuplot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 1 16:46:07 UTC 2011 - coolo@suse.com + +- add automake as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Tue Nov 29 22:48:07 UTC 2011 - burnus@net-b.de diff --git a/gnuplot.spec b/gnuplot.spec index a86a9e8..0c1fa3c 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -15,18 +15,30 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: gnuplot -BuildRequires: cairo-devel emacs-nox freetype2-devel gcc-c++ gd-devel gtk2-devel latex2html libjpeg-devel netpbm pango-devel readline-devel texlive-latex xorg-x11 xorg-x11-devel +BuildRequires: automake +BuildRequires: cairo-devel +BuildRequires: emacs-nox +BuildRequires: freetype2-devel +BuildRequires: gcc-c++ +BuildRequires: gd-devel +BuildRequires: gtk2-devel +BuildRequires: latex2html +BuildRequires: libjpeg-devel +BuildRequires: netpbm +BuildRequires: pango-devel +BuildRequires: readline-devel +BuildRequires: texlive-latex +BuildRequires: xorg-x11 +BuildRequires: xorg-x11-devel %if %suse_version > 1130 BuildRequires: wxWidgets-devel %else BuildRequires: wxGTK-devel %endif %if 0%{?suse_version} > 1120 -BuildRequires: libpng14-devel lua-devel +BuildRequires: libpng14-devel +BuildRequires: lua-devel %else BuildRequires: libpng-devel %endif @@ -36,11 +48,10 @@ BuildRequires: plotutils-devel BuildRequires: plotutils %endif Url: http://www.gnuplot.info/ -License: BSD3c(or similar) +License: BSD-3-Clause Group: Productivity/Graphics/Visualization/Graph -AutoReqProv: on Version: 4.4.4 -Release: 1 +Release: 0 Summary: GNUplot a Function Plotting Utility Source0: gnuplot-%{version}.tar.bz2 Source2: gnuplot-fr.doc.bz2 @@ -77,9 +88,7 @@ printers (including many color devices and pseudodevices like LaTeX) and can easily be extended to include new devices. %package doc -License: BSD3c(or similar) Summary: Documentation of GNUplot -Group: Productivity/Graphics/Visualization/Graph Requires: %{name} Requires(post): %install_info_prereq Requires(postun): %install_info_prereq