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
This commit is contained in:
Dr. Werner Fink 2011-12-03 12:56:02 +00:00 committed by Git OBS Bridge
parent b54a7a3338
commit 36c3506a78
2 changed files with 24 additions and 10 deletions

View File

@ -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 Tue Nov 29 22:48:07 UTC 2011 - burnus@net-b.de

View File

@ -15,18 +15,30 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: gnuplot 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 %if %suse_version > 1130
BuildRequires: wxWidgets-devel BuildRequires: wxWidgets-devel
%else %else
BuildRequires: wxGTK-devel BuildRequires: wxGTK-devel
%endif %endif
%if 0%{?suse_version} > 1120 %if 0%{?suse_version} > 1120
BuildRequires: libpng14-devel lua-devel BuildRequires: libpng14-devel
BuildRequires: lua-devel
%else %else
BuildRequires: libpng-devel BuildRequires: libpng-devel
%endif %endif
@ -36,11 +48,10 @@ BuildRequires: plotutils-devel
BuildRequires: plotutils BuildRequires: plotutils
%endif %endif
Url: http://www.gnuplot.info/ Url: http://www.gnuplot.info/
License: BSD3c(or similar) License: BSD-3-Clause
Group: Productivity/Graphics/Visualization/Graph Group: Productivity/Graphics/Visualization/Graph
AutoReqProv: on
Version: 4.4.4 Version: 4.4.4
Release: 1 Release: 0
Summary: GNUplot a Function Plotting Utility Summary: GNUplot a Function Plotting Utility
Source0: gnuplot-%{version}.tar.bz2 Source0: gnuplot-%{version}.tar.bz2
Source2: gnuplot-fr.doc.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. and can easily be extended to include new devices.
%package doc %package doc
License: BSD3c(or similar)
Summary: Documentation of GNUplot Summary: Documentation of GNUplot
Group: Productivity/Graphics/Visualization/Graph
Requires: %{name} Requires: %{name}
Requires(post): %install_info_prereq Requires(post): %install_info_prereq
Requires(postun): %install_info_prereq Requires(postun): %install_info_prereq