upgrade to 1.3.0 for xfce 4.16

This commit is contained in:
zhang__3125 2021-06-25 12:26:46 +08:00
parent c7a99aede5
commit df56d9bbcd
3 changed files with 9 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,16 +1,16 @@
%global xfceversion 4.14
%global minorversion 1.3
%global xfceversion 4.16
%global _hardened_build 1
Name: xfce4-mailwatch-plugin
Version: 1.2.0
Version: 1.3.0
Release: 1
Summary: Mail Watcher plugin for the Xfce panel
License: GPLv2
#Group: Development/Libraries
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)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: exo-devel >= 0.7.2
BuildRequires: gnutls-devel >= 1.2.0
@ -19,6 +19,7 @@ BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: xfce4-panel-devel >= %{xfceversion}
BuildRequires: gettext
BuildRequires: intltool
Requires: xfce4-panel >= %{xfceversion}
%description
@ -57,5 +58,8 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%changelog
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 1.3.0-1
- Update to 1.3.0
* Wed Jul 15 2020 <dillon.chen@turbolinux.com.cn> - 1.2.0-1
- Init package