Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5811 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 12 years ago
parent
commit
6dac2fcacf
1 changed files with 16 additions and 5 deletions
  1. 16 5
      s/sakura/sakura-vl.spec

+ 16 - 5
s/sakura/sakura-vl.spec

@@ -1,4 +1,4 @@
-%define pkg_version 2.4.2
+%define pkg_version 3.0.0
 %define pkg_release 1%{?_dist_release}
 
 Summary: A terminal emulator based on libvte.
@@ -6,18 +6,22 @@ Summary(ja): libvteベースの端末エミュレータ
 Name: sakura
 Version: %{pkg_version}
 Release: %{pkg_release}
+
 Source0: http://pleyades.net/david/projects/sakura/%{name}-%{version}.tar.bz2
+
 Patch0: sakura-2.3.7-pod2man.patch
+Patch1: sakura-3.0.0-CMakeLists.patch
+
 License: GPLv2
 Group: User Interface/X
 URL: http://pleyades.net/david/sakura.php
 
 Requires: glib2 >= 2.14.0
-Requires: gtk2 >= 2.10.0
-Requires: vte >= 0.16.15
+Requires: gtk3 >= 3.0.0
+Requires: vte3 >= 0.28
 BuildRequires: glib2-devel >= 2.14.0
-BuildRequires: gtk2-devel >= 2.10.0
-BuildRequires: vte-devel >= 0.16.15
+BuildRequires: gtk3-devel >= 3.0.0
+BuildRequires: vte3-devel >= 0.28
 BuildRequires: cmake
 BuildRequires: desktop-file-utils
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -36,6 +40,7 @@ Sakura は GTK+ 及び VTEベースの端末エミュレータです。依存性
 %prep
 %setup -q
 %patch0 -p1 -b .pod2man
+%patch1 -p1 -b .make
 
 %build
 %cmake CMAKE_C_FLAGS=%{optflags} .
@@ -69,6 +74,12 @@ desktop-file-install --vendor ''			\
 
 
 %changelog
+* Sun Mar 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.0-1
+- new upstream release
+- change BuildRequires: gtk3-devel instead of gtk2-devel
+- change BuildRequires: vte3-devel instead of vte-devel
+- add Patch1: sakura-3.0.0-CMakeLists.patch
+
 * Tue Aug 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.2-1
 - new upstream release
 - delete Patch1