|
@@ -1,5 +1,5 @@
|
|
Name: clipit
|
|
Name: clipit
|
|
-Version: 1.4.1
|
|
|
|
|
|
+Version: 1.4.2
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: lightweight GTK+ clipboard manager
|
|
Summary: lightweight GTK+ clipboard manager
|
|
Summary(ja): 軽量な GTK+ クリップボードマネージャ
|
|
Summary(ja): 軽量な GTK+ クリップボードマネージャ
|
|
@@ -8,7 +8,8 @@ Group: Applications/Accessories
|
|
License: GPLv3
|
|
License: GPLv3
|
|
URL: http://gtk%{name}.sourceforge.net/
|
|
URL: http://gtk%{name}.sourceforge.net/
|
|
Source0: %{name}-%{version}.tar.gz
|
|
Source0: %{name}-%{version}.tar.gz
|
|
-Source1: %{name}_ja.po
|
|
|
|
|
|
+#Source1: %{name}_ja.po
|
|
|
|
+Patch0: delete_unity.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
@@ -17,6 +18,8 @@ BuildRequires: desktop-file-utils, intltool >= 0.23
|
|
BuildRequires: gettext
|
|
BuildRequires: gettext
|
|
BuildRequires: perl-XML-Parser
|
|
BuildRequires: perl-XML-Parser
|
|
|
|
|
|
|
|
+Requires: xdotool
|
|
|
|
+
|
|
%description
|
|
%description
|
|
ClipIt is a lightweight, fully featured GTK+ clipboard manager.
|
|
ClipIt is a lightweight, fully featured GTK+ clipboard manager.
|
|
It was forked from Parcellite (http://parcellite.sourceforge.net),
|
|
It was forked from Parcellite (http://parcellite.sourceforge.net),
|
|
@@ -29,7 +32,8 @@ Parcellite (http://parcellite.sourceforge.net) からフォークし、
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-cp -f %{SOURCE1} po/ja.po
|
|
|
|
|
|
+#cp -f %{SOURCE1} po/ja.po
|
|
|
|
+%patch0 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure --enable-appindicator=no
|
|
%configure --enable-appindicator=no
|
|
@@ -76,6 +80,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
%{_mandir}/man1/%{name}.1.gz
|
|
%{_mandir}/man1/%{name}.1.gz
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Apr 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.4.2-1
|
|
|
|
+- new upstream release
|
|
|
|
+- dropt source1 to add Japanese translation
|
|
|
|
+- added patch0 to delete unity key in desktop file
|
|
|
|
+- added Requires: xdotool
|
|
|
|
+
|
|
* Tue Jun 07 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.4.1-1
|
|
* Tue Jun 07 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.4.1-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- updated source1
|
|
- updated source1
|