upgrade to 1.3.1 for xfce 4.16

This commit is contained in:
linz 2021-06-24 16:14:40 +08:00
parent 0f02f379f3
commit 0bd2331e11
3 changed files with 10 additions and 6 deletions

Binary file not shown.

View File

@ -1,21 +1,21 @@
%global xfceversion 4.14 %global minorversion 1.3
%global xfceversion 4.16
Name: xfce4-systemload-plugin Name: xfce4-systemload-plugin
Version: 1.2.3 Version: 1.3.1
Release: 1 Release: 1
Summary: Systemload monitor for the Xfce panel Summary: Systemload monitor 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}/1.2/%{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) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libxfce4ui-devel >= %{xfceversion} BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: xfce4-panel-devel >= %{xfceversion} BuildRequires: xfce4-panel-devel >= %{xfceversion}
BuildRequires: upower-devel BuildRequires: upower-devel
BuildRequires: gettext BuildRequires: gettext
BuildRequires: intltool BuildRequires: intltool
Requires: xfce4-panel >= %{xfceversion} Requires: xfce4-panel >= %{xfceversion}
%description %description
@ -42,11 +42,15 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%find_lang %{name} %find_lang %{name}
%files -f %{name}.lang %files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%license COPYING %license COPYING
%doc AUTHORS ChangeLog NEWS
%{_libdir}/xfce4/panel/plugins/*.so %{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/panel/plugins/*.desktop %{_datadir}/xfce4/panel/plugins/*.desktop
%{_datadir}/icons/hicolor/*/apps/org.xfce.panel.systemload.*
%changelog %changelog
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 1.3.1-1
- Update to 1.3.1
* Fri Jul 17 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 1.2.3-1 * Fri Jul 17 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 1.2.3-1
- Init package - Init package