!3 upgrade to 1.3.0 for xfce 4.16

From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2021-06-25 04:38:01 +00:00 committed by Gitee
commit 5ab2224a9c
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 %global _hardened_build 1
Name: xfce4-mailwatch-plugin Name: xfce4-mailwatch-plugin
Version: 1.2.0 Version: 1.3.0
Release: 1 Release: 1
Summary: Mail Watcher plugin for the Xfce panel Summary: Mail Watcher plugin for the Xfce panel
License: GPLv2 License: GPLv2
#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: exo-devel >= 0.7.2 BuildRequires: exo-devel >= 0.7.2
BuildRequires: gnutls-devel >= 1.2.0 BuildRequires: gnutls-devel >= 1.2.0
@ -19,6 +19,7 @@ BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: xfce4-panel-devel >= %{xfceversion} BuildRequires: xfce4-panel-devel >= %{xfceversion}
BuildRequires: gettext BuildRequires: gettext
BuildRequires: intltool BuildRequires: intltool
Requires: xfce4-panel >= %{xfceversion} Requires: xfce4-panel >= %{xfceversion}
%description %description
@ -57,5 +58,8 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%changelog %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 * Wed Jul 15 2020 <dillon.chen@turbolinux.com.cn> - 1.2.0-1
- Init package - Init package