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:
parent
b54a7a3338
commit
36c3506a78
@ -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
|
||||
|
||||
|
29
gnuplot.spec
29
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user