|
@@ -1,6 +1,6 @@
|
|
Name: clipit
|
|
Name: clipit
|
|
Version: 1.4.4
|
|
Version: 1.4.4
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
Summary: lightweight GTK+ clipboard manager
|
|
Summary: lightweight GTK+ clipboard manager
|
|
Summary(ja): 軽量な GTK+ クリップボードマネージャ
|
|
Summary(ja): 軽量な GTK+ クリップボードマネージャ
|
|
|
|
|
|
@@ -14,6 +14,9 @@ Source0: ClipIt-%{version}.tar.gz
|
|
#Source1: %{name}_ja.po
|
|
#Source1: %{name}_ja.po
|
|
Patch0: delete_unity.patch
|
|
Patch0: delete_unity.patch
|
|
|
|
|
|
|
|
+# fix selecting by number at reverse history
|
|
|
|
+Patch1: clipit_select_reverse_history.patch
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
BuildRequires: gtk2-devel >= 2.10.0, glib2-devel >= 2.14.0
|
|
BuildRequires: gtk2-devel >= 2.10.0, glib2-devel >= 2.14.0
|
|
@@ -37,6 +40,7 @@ Parcellite (http://parcellite.sourceforge.net) からフォークし、
|
|
%setup -q -n ClipIt-%{version}
|
|
%setup -q -n ClipIt-%{version}
|
|
#cp -f %{SOURCE1} po/ja.po
|
|
#cp -f %{SOURCE1} po/ja.po
|
|
%patch0 -p1
|
|
%patch0 -p1
|
|
|
|
+%patch1
|
|
|
|
|
|
%build
|
|
%build
|
|
./autogen.sh
|
|
./autogen.sh
|
|
@@ -86,6 +90,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Sep 08 2019 Toshiaki Ara <ara_t@384.jp> - 1.4.4-2
|
|
|
|
+- add Patch1 to fix selecting by number at reverse history
|
|
|
|
+
|
|
* Sat Sep 07 2019 Toshiaki Ara <ara_t@384.jp> - 1.4.4-1
|
|
* Sat Sep 07 2019 Toshiaki Ara <ara_t@384.jp> - 1.4.4-1
|
|
- update to 1.4.4
|
|
- update to 1.4.4
|
|
|
|
|