Package init

(cherry picked from commit 81344fa2eb229b39fea01f03c877f07164bd211a)
This commit is contained in:
cherry530 2021-09-09 16:43:39 +08:00 committed by openeuler-sync-bot
parent 5ab2224a9c
commit 5c7c7ec654
2 changed files with 5 additions and 9 deletions

Binary file not shown.

View File

@ -1,16 +1,16 @@
%global minorversion 1.3
%global xfceversion 4.16
%global xfceversion 4.14
%global _hardened_build 1
Name: xfce4-mailwatch-plugin
Version: 1.3.0
Version: 1.2.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}/%{minorversion}/%{name}-%{version}.tar.bz2
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/1.2/%{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,7 +19,6 @@ BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: xfce4-panel-devel >= %{xfceversion}
BuildRequires: gettext
BuildRequires: intltool
Requires: xfce4-panel >= %{xfceversion}
%description
@ -58,8 +57,5 @@ 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