!3 upgrade to 0.8.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-24 03:19:48 +00:00 committed by Gitee
commit 85d4cffb8d
3 changed files with 9 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,15 +1,15 @@
%global xfceversion 4.14 %global minor_version 0.8
%global xfceversion 4.16
Name: xfce4-xkb-plugin Name: xfce4-xkb-plugin
Version: 0.8.1 Version: 0.8.2
Release: 1 Release: 1
Summary: XKB layout switch plugin for the Xfce panel Summary: XKB layout switch plugin for the Xfce panel
License: BSD License: BSD
#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}/0.8/%{name}-%{version}.tar.bz2 Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{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: gettext BuildRequires: gettext
BuildRequires: intltool BuildRequires: intltool
@ -49,7 +49,7 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%files -f %{name}.lang %files -f %{name}.lang
%license COPYING %license COPYING
%doc AUTHORS ChangeLog README %doc AUTHORS ChangeLog
%{_libdir}/xfce4/panel/plugins/*.so %{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/panel/plugins/*.desktop %{_datadir}/xfce4/panel/plugins/*.desktop
%dir %{_datadir}/xfce4/xkb/ %dir %{_datadir}/xfce4/xkb/
@ -57,5 +57,8 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/xkb/flags/*.svg %{_datadir}/xfce4/xkb/flags/*.svg
%changelog %changelog
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 0.8.2-1
- Update to 0.8.2
* Mon Jul 27 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.8.1-1 * Mon Jul 27 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.8.1-1
- Init package - Init package