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