diff --git a/xfce4-genmon-plugin-4.0.2.tar.bz2 b/xfce4-genmon-plugin-4.0.2.tar.bz2 deleted file mode 100644 index 5cb9ab4..0000000 Binary files a/xfce4-genmon-plugin-4.0.2.tar.bz2 and /dev/null differ diff --git a/xfce4-genmon-plugin-4.1.1.tar.bz2 b/xfce4-genmon-plugin-4.1.1.tar.bz2 new file mode 100644 index 0000000..b181286 Binary files /dev/null and b/xfce4-genmon-plugin-4.1.1.tar.bz2 differ diff --git a/xfce4-genmon-plugin.spec b/xfce4-genmon-plugin.spec index 48368c4..b739397 100644 --- a/xfce4-genmon-plugin.spec +++ b/xfce4-genmon-plugin.spec @@ -1,20 +1,22 @@ -%global xfceversion 4.14 +%global minorversion 4.1 +%global xfceversion 4.16 %global _hardened_build 1 + Name: xfce4-genmon-plugin -Version: 4.0.2 +Version: 4.1.1 Release: 1 Summary: Generic monitor plugin for the Xfce panel License: LGPLv2+ -#Group: Development/Libraries URL: http://goodies.xfce.org/projects/panel-plugins/%{name} -Source0: http://archive.xfce.org/src/panel-plugins/%{name}/4.0/%{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) -#BuildArch: noarch BuildRequires: gcc-c++ BuildRequires: libxfce4ui-devel >= %{xfceversion} BuildRequires: xfce4-panel-devel >= %{xfceversion} BuildRequires: intltool BuildRequires: gettext + Requires: xfce4-panel >= %{xfceversion} %description @@ -41,10 +43,14 @@ 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}/icons/hicolor/*/apps/org.xfce.genmon.*g %{_datadir}/xfce4/panel/plugins/*.desktop %changelog +* Fri Jun 18 2021 zhanglin - 4.1.1-1 +- Update to 4.1.1 + * Wed Jul 15 2020 Dillon Chen - 4.0.2-1 - Init package