Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6551 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 11 years ago
parent
commit
c5f90f02ae
1 changed files with 8 additions and 2 deletions
  1. 8 2
      g/gnuplot/gnuplot-vl.spec

+ 8 - 2
g/gnuplot/gnuplot-vl.spec

@@ -5,7 +5,7 @@ Summary: A program for plotting mathematical expressions and data.
 Summary(ja):  数学系の関数やデータのプロット・プログラム
 Name: gnuplot
 Version: %{gpver}
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: gnuplot and GPLv2
 Group: Applications/Engineering
@@ -15,11 +15,13 @@ Source: http://prdownloads.sourceforge.net/gnuplot/gnuplot-%{version}.tar.gz
 
 BuildRoot: %{_tmppath}/%{name}-root
 BuildRequires: gd-devel >= 2.0.27, libpng-devel, zlib-devel
-BuildRequires: libX11-devel, libXt-devel, wx-gtk2-devel
+BuildRequires: libX11-devel, libXt-devel, wxGTK-devel
 BuildRequires: readline-devel
 BuildRequires: lua-devel cairo-devel pango-devel
+BuildRequires: libXpm-devel libjpeg-turbo-devel
 
 BuildRequires: texlive
+BuildRequires: texlive-common
 BuildRequires: texlive-collection-latexextra
 BuildRequires: texinfo, emacsen
 Requires(post): install-info
@@ -102,6 +104,10 @@ fi
 %{_mandir}/man1/gnuplot.*
 
 %changelog
+* Wed Jul 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 4.4.3-2
+- changed BuildRequires: wx-gtk2-devel >= 2.8.12 to wxGTK-devel >= 2.8.12
+- added BuildRequires: libXpm-devel libjpeg-turbo-devel texlive-common
+
 * Sat Apr 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
 - update to gnuplot-4.4.3
 - use BR: texlive instead of tetex