|
@@ -1,5 +1,5 @@
|
|
|
-%define pkg_version 2.4.1
|
|
|
-%define pkg_release 2%{?_dist_release}
|
|
|
+%define pkg_version 2.4.2
|
|
|
+%define pkg_release 1%{?_dist_release}
|
|
|
|
|
|
Summary: A terminal emulator based on libvte.
|
|
|
Summary(ja): libvteベースの端末エミュレータ
|
|
@@ -8,7 +8,6 @@ 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-2.4.1-sakura_init.patch
|
|
|
License: GPLv2
|
|
|
Group: User Interface/X
|
|
|
URL: http://pleyades.net/david/sakura.php
|
|
@@ -37,7 +36,6 @@ Sakura は GTK+ 及び VTEベースの端末エミュレータです。依存性
|
|
|
%prep
|
|
|
%setup -q
|
|
|
%patch0 -p1 -b .pod2man
|
|
|
-%patch1 -p1 -b .init
|
|
|
|
|
|
%build
|
|
|
%cmake CMAKE_C_FLAGS=%{optflags} .
|
|
@@ -71,6 +69,10 @@ desktop-file-install --vendor '' \
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Aug 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.2-1
|
|
|
+- new upstream release
|
|
|
+- delete Patch1
|
|
|
+
|
|
|
* Sun Jul 31 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.1-2
|
|
|
- add Patch1 (sakura-2.4.1-sakura_init.patch)
|
|
|
- add BuildRequires: desktop-file-utils
|