upgrade to 0.8.2 for xfce 4.16

This commit is contained in:
linz 2021-06-24 11:10:27 +08:00
parent 1066a40682
commit af1cd5191c
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
Version: 0.8.1
Version: 0.8.2
Release: 1
Summary: XKB layout switch plugin for the Xfce panel
License: BSD
#Group: Development/Libraries
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)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: gettext
BuildRequires: intltool
@ -49,7 +49,7 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%files -f %{name}.lang
%license COPYING
%doc AUTHORS ChangeLog README
%doc AUTHORS ChangeLog
%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/panel/plugins/*.desktop
%dir %{_datadir}/xfce4/xkb/
@ -57,5 +57,8 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/xkb/flags/*.svg
%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
- Init package