!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 %global _hardened_build 1
Name: xfce4-eyes-plugin Name: xfce4-eyes-plugin
Version: 4.5.0 Version: 4.5.1
Release: 1 Release: 1
Summary: Eyes for the Xfce panel Summary: Eyes 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}/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) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: xfce4-panel-devel >= %{xfceversion} BuildRequires: xfce4-panel-devel >= %{xfceversion}
BuildRequires: libxfce4ui-devel >= %{xfceversion} BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: intltool BuildRequires: intltool
BuildRequires: gettext BuildRequires: gettext
Requires: xfce4-panel >= %{xfceversion} Requires: xfce4-panel >= %{xfceversion}
%description %description
@ -35,10 +37,8 @@ similar to the xeyes program.
find %{buildroot} -name \*.la -exec rm {} \; find %{buildroot} -name \*.la -exec rm {} \;
chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%files -f %{name}.lang %files -f %{name}.lang
%doc AUTHORS ChangeLog README %doc AUTHORS ChangeLog
%license COPYING %license COPYING
%{_datadir}/xfce4/panel/plugins/*.desktop %{_datadir}/xfce4/panel/plugins/*.desktop
%{_libdir}/xfce4/panel/plugins/libeyes.so %{_libdir}/xfce4/panel/plugins/libeyes.so
@ -46,5 +46,8 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/eyes %{_datadir}/xfce4/eyes
%changelog %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 * Tue Jul 14 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 4.5.0-1
- Init package - Init package