diff --git a/xfce4-clipman-plugin-1.6.1.tar.bz2 b/xfce4-clipman-plugin-1.6.1.tar.bz2 deleted file mode 100644 index 748d22f..0000000 Binary files a/xfce4-clipman-plugin-1.6.1.tar.bz2 and /dev/null differ diff --git a/xfce4-clipman-plugin-1.6.2.tar.bz2 b/xfce4-clipman-plugin-1.6.2.tar.bz2 new file mode 100644 index 0000000..a1082ce Binary files /dev/null and b/xfce4-clipman-plugin-1.6.2.tar.bz2 differ diff --git a/xfce4-clipman-plugin.spec b/xfce4-clipman-plugin.spec index 5d73528..73e00c4 100644 --- a/xfce4-clipman-plugin.spec +++ b/xfce4-clipman-plugin.spec @@ -1,16 +1,16 @@ -%global xfceversion 4.14 -%global _hardened_build 1 %global minorversion 1.6 +%global xfceversion 4.16 +%global _hardened_build 1 + Name: xfce4-clipman-plugin -Version: 1.6.1 -Release: 3 +Version: 1.6.2 +Release: 1 Summary: Clipboard manager plugin for the Xfce panel License: GPLv2+ -#Group: Development/Libraries URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -#BuildArch: noarch BuildRequires: gcc-c++ BuildRequires: exo-devel >= 0.6.0 BuildRequires: libxfce4ui-devel >= %{xfceversion} @@ -23,6 +23,7 @@ BuildRequires: unique-devel >= 1.0.0 BuildRequires: gettext BuildRequires: intltool BuildRequires: desktop-file-utils + Requires: xfce4-panel >= %{xfceversion} %description @@ -61,7 +62,7 @@ desktop-file-install \ %files -f %{name}.lang -%doc AUTHORS ChangeLog NEWS README +%doc AUTHORS ChangeLog NEWS README.md %license COPYING %config %{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop %config(noreplace) %{_sysconfdir}/xdg/xfce4/panel/xfce4-clipman-actions.xml @@ -75,10 +76,13 @@ desktop-file-install \ %{_datadir}/applications/xfce4-clipman.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.* %{_datadir}/xfce4/panel/plugins/%{name}.desktop -%{_datadir}/appdata/xfce4-clipman.appdata.xml +%{_datadir}/metainfo/xfce4-clipman.appdata.xml %{_datadir}/icons/hicolor/16x16/apps/clipman-symbolic.svg %changelog +* Fri Jun 18 2021 zhanglin - 1.6.2-1 +- Update to 1.6.2 + * Fri Jun 18 2021 zhanglin - 1.6.1-3 - add extra macros : minorversion