|
@@ -4,11 +4,15 @@ Summary: Drop-down terminal for GNOME Desktop Environment
|
|
Summary(ja): GNOME 用のドロップダウン式の端末エミュレータ
|
|
Summary(ja): GNOME 用のドロップダウン式の端末エミュレータ
|
|
Name: guake
|
|
Name: guake
|
|
Version: 0.4.4
|
|
Version: 0.4.4
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
Source0: %{name}-%{version}.tar.gz
|
|
Source0: %{name}-%{version}.tar.gz
|
|
#Source1: guake-0.4.1-ja.po
|
|
#Source1: guake-0.4.1-ja.po
|
|
Patch0: 0001-Fix-focus-issue-on-gnome-shell.patch
|
|
Patch0: 0001-Fix-focus-issue-on-gnome-shell.patch
|
|
Patch1: 0001-Fix-notification.patch
|
|
Patch1: 0001-Fix-notification.patch
|
|
|
|
+Patch2: 0001-Let-allow-the-signal.SIGTERM-to-fail.patch
|
|
|
|
+Patch3: 0001-Fix-regex-to-include-the-port-number-when-there-is-o.patch
|
|
|
|
+# Upstream patch at https://github.com/Guake/guake/pull/75
|
|
|
|
+Patch4: 0001-Include-bpython-and-ipython-as-interpreters.patch
|
|
|
|
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
Group: Applications/Accessories
|
|
Group: Applications/Accessories
|
|
@@ -25,6 +29,8 @@ BuildRequires: desktop-file-utils
|
|
BuildRequires: intltool, gettext
|
|
BuildRequires: intltool, gettext
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
Packager: kazutaka
|
|
Packager: kazutaka
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -48,6 +54,9 @@ sed -i 's/Categories=GNOME;GTK;Utility;TerminalEmulator;/Categories=GNOME;GTK;Ut
|
|
|
|
|
|
%patch0 -p1
|
|
%patch0 -p1
|
|
%patch1 -p1
|
|
%patch1 -p1
|
|
|
|
+%patch2 -p1
|
|
|
|
+%patch3 -p1
|
|
|
|
+%patch4 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure --disable-static \
|
|
%configure --disable-static \
|
|
@@ -122,11 +131,19 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Dec 31 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 0.4.4-2
|
|
|
|
+- add some patches from Fedora guake-0.4.4-11.fc21
|
|
|
|
+ - 0001-Let-allow-the-signal.SIGTERM-to-fail.patch (Patch2)
|
|
|
|
+ - 0001-Fix-regex-to-include-the-port-number-when-there-is-o.patch (Patch3)
|
|
|
|
+ - 0001-Include-bpython-and-ipython-as-interpreters.patch (Patch4)
|
|
|
|
+- add Vendor and Distribution tags
|
|
|
|
+
|
|
* Sat Jul 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.4-1
|
|
* Sat Jul 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.4-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- added Patch1 from Fedora
|
|
- added Patch1 from Fedora
|
|
- run gtk-update-icon-cache in %%post, %%posutn
|
|
- run gtk-update-icon-cache in %%post, %%posutn
|
|
|
|
|
|
|
|
+
|
|
* Thu Jun 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.3-2
|
|
* Thu Jun 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.3-2
|
|
- run desktop-file-validate in %%check
|
|
- run desktop-file-validate in %%check
|
|
|
|
|