!7 upgrade to 1.6.2 for xfce 4.16

From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2021-06-25 07:07:09 +00:00 committed by Gitee
commit e4fc15b017
3 changed files with 12 additions and 8 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,16 +1,16 @@
%global xfceversion 4.14
%global _hardened_build 1
%global minorversion 1.6 %global minorversion 1.6
%global xfceversion 4.16
%global _hardened_build 1
Name: xfce4-clipman-plugin Name: xfce4-clipman-plugin
Version: 1.6.1 Version: 1.6.2
Release: 3 Release: 1
Summary: Clipboard manager plugin for the Xfce panel Summary: Clipboard manager plugin for the Xfce panel
License: GPLv2+ License: GPLv2+
#Group: Development/Libraries
URL: http://goodies.xfce.org/projects/panel-plugins/%{name} URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: exo-devel >= 0.6.0 BuildRequires: exo-devel >= 0.6.0
BuildRequires: libxfce4ui-devel >= %{xfceversion} BuildRequires: libxfce4ui-devel >= %{xfceversion}
@ -23,6 +23,7 @@ BuildRequires: unique-devel >= 1.0.0
BuildRequires: gettext BuildRequires: gettext
BuildRequires: intltool BuildRequires: intltool
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
Requires: xfce4-panel >= %{xfceversion} Requires: xfce4-panel >= %{xfceversion}
%description %description
@ -61,7 +62,7 @@ desktop-file-install \
%files -f %{name}.lang %files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README %doc AUTHORS ChangeLog NEWS README.md
%license COPYING %license COPYING
%config %{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop %config %{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop
%config(noreplace) %{_sysconfdir}/xdg/xfce4/panel/xfce4-clipman-actions.xml %config(noreplace) %{_sysconfdir}/xdg/xfce4/panel/xfce4-clipman-actions.xml
@ -75,10 +76,13 @@ desktop-file-install \
%{_datadir}/applications/xfce4-clipman.desktop %{_datadir}/applications/xfce4-clipman.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.* %{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/xfce4/panel/plugins/%{name}.desktop %{_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 %{_datadir}/icons/hicolor/16x16/apps/clipman-symbolic.svg
%changelog %changelog
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 1.6.2-1
- Update to 1.6.2
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 1.6.1-3 * Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 1.6.1-3
- add extra macros : minorversion - add extra macros : minorversion