SHA256
1
0
forked from pool/gnuplot

Accepting request 58506 from home:sbrabec:branches:X11:wxWidgets

OBS-URL: https://build.opensuse.org/request/show/58506
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=19
This commit is contained in:
2011-01-17 14:53:01 +00:00
committed by Git OBS Bridge
parent bbf4b53f77
commit a67a978e5d
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

View File

@@ -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.