diff --git a/xfce4-xkb-plugin-0.8.1.tar.bz2 b/xfce4-xkb-plugin-0.8.1.tar.bz2 new file mode 100644 index 0000000..a5c3a7e Binary files /dev/null and b/xfce4-xkb-plugin-0.8.1.tar.bz2 differ diff --git a/xfce4-xkb-plugin.spec b/xfce4-xkb-plugin.spec index 401f6ac..8386bc5 100644 --- a/xfce4-xkb-plugin.spec +++ b/xfce4-xkb-plugin.spec @@ -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 - 0.8.2-1 -- Update to 0.8.2 - * Mon Jul 27 2020 Dillon Chen - 0.8.1-1 - Init package