SHA256
1
0
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:
Marcus Rückert 2011-01-17 17:42:54 +00:00 committed by Git OBS Bridge
commit 0501a3b4f9
2 changed files with 15 additions and 1 deletions

View File

@ -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 Thu Sep 30 21:40:07 UTC 2010 - burnus@net-b.de

View File

@ -19,7 +19,12 @@
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 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 %if 0%{?suse_version} > 1120
BuildRequires: libpng14-devel lua-devel BuildRequires: libpng14-devel lua-devel
%else %else
@ -61,6 +66,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define _x11inc %{_includedir} %define _x11inc %{_includedir}
%define _appdef %{_x11data}/app-defaults %define _appdef %{_x11data}/app-defaults
%endif %endif
%if %suse_version > 1130
%define _use_internal_dependency_generator 0
%define __find_requires %wx_requires
%endif
%description %description
GNUplot is a command line driven interactive function plotting utility. GNUplot is a command line driven interactive function plotting utility.