!3 upgrade to 4.5.1 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 05:52:50 +00:00 committed by Gitee
commit 9b3fbd02ba
3 changed files with 11 additions and 8 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,21 +1,23 @@
%global xfceversion 4.14
%global minorversion 4.5
%global xfceversion 4.16
%global _hardened_build 1
Name: xfce4-eyes-plugin
Version: 4.5.0
Version: 4.5.1
Release: 1
Summary: Eyes 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}/4.5/%{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: xfce4-panel-devel >= %{xfceversion}
BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: libxml2-devel
BuildRequires: intltool
BuildRequires: gettext
Requires: xfce4-panel >= %{xfceversion}
%description
@ -35,10 +37,8 @@ similar to the xeyes program.
find %{buildroot} -name \*.la -exec rm {} \;
chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%doc AUTHORS ChangeLog
%license COPYING
%{_datadir}/xfce4/panel/plugins/*.desktop
%{_libdir}/xfce4/panel/plugins/libeyes.so
@ -46,5 +46,8 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/eyes
%changelog
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 4.5.1-1
- Update to 4.5.1
* Tue Jul 14 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 4.5.0-1
- Init package