forked from pool/gnuplot
Accepting request 58530 from Publishing
Accepted submit request 58530 from user WernerFink OBS-URL: https://build.opensuse.org/request/show/58530 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=28
This commit is contained in:
commit
0501a3b4f9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 14:41:47 CET 2010 - sbrabec@suse.cz
|
||||
|
||||
- Compile with wxWidgets (STL variant).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 30 21:40:07 UTC 2010 - burnus@net-b.de
|
||||
|
||||
|
11
gnuplot.spec
11
gnuplot.spec
@ -19,7 +19,12 @@
|
||||
|
||||
|
||||
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 wxGTK-devel xorg-x11 xorg-x11-devel
|
||||
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
|
||||
%if %suse_version > 1130
|
||||
BuildRequires: wxWidgets-devel
|
||||
%else
|
||||
BuildRequires: wxGTK-devel
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1120
|
||||
BuildRequires: libpng14-devel lua-devel
|
||||
%else
|
||||
@ -61,6 +66,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%define _x11inc %{_includedir}
|
||||
%define _appdef %{_x11data}/app-defaults
|
||||
%endif
|
||||
%if %suse_version > 1130
|
||||
%define _use_internal_dependency_generator 0
|
||||
%define __find_requires %wx_requires
|
||||
%endif
|
||||
|
||||
%description
|
||||
GNUplot is a command line driven interactive function plotting utility.
|
||||
|
Loading…
x
Reference in New Issue
Block a user