Package init

(cherry picked from commit 2d25ba8eb51895db3cd8a5d7459a0b7438f0dcd4)
This commit is contained in:
cherry530 2021-09-09 16:46:47 +08:00 committed by openeuler-sync-bot
parent 85d4cffb8d
commit fab46a3b42
2 changed files with 6 additions and 9 deletions

Binary file not shown.

View File

@ -1,15 +1,15 @@
%global minor_version 0.8
%global xfceversion 4.16
%global xfceversion 4.14
Name: xfce4-xkb-plugin
Version: 0.8.2
Version: 0.8.1
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}/%{minor_version}/%{name}-%{version}.tar.bz2
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/0.8/%{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
%doc AUTHORS ChangeLog README
%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/panel/plugins/*.desktop
%dir %{_datadir}/xfce4/xkb/
@ -57,8 +57,5 @@ 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