!4 upgrade to 4.16.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-17 14:22:39 +00:00 committed by Gitee
commit 644fd3f93b
3 changed files with 11 additions and 7 deletions

Binary file not shown.

BIN
xfdesktop-4.16.0.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,14 +1,15 @@
%global xfceversion 4.14 %global xfceversion 4.16
Name: xfdesktop Name: xfdesktop
Version: 4.14.2 Version: 4.16.0
Release: 2 Release: 1
Summary: Desktop manager for the Xfce Desktop Environment Summary: Desktop manager for the Xfce Desktop Environment
#Group: Development/Libraries
License: GPLv2+ License: GPLv2+
URL: http://www.xfce.org/ URL: http://www.xfce.org/
Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2 Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch BuildRequires: make
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libxfce4ui-devel >= %{xfceversion} BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: gettext BuildRequires: gettext
@ -51,7 +52,7 @@ desktop-file-validate \
%files -f %{name}.lang %files -f %{name}.lang
%license COPYING %license COPYING
%doc README TODO ChangeLog NEWS AUTHORS %doc TODO ChangeLog NEWS AUTHORS
%{_bindir}/* %{_bindir}/*
%{_datadir}/applications/* %{_datadir}/applications/*
%{_datadir}/icons/hicolor/*/*/* %{_datadir}/icons/hicolor/*/*/*
@ -60,5 +61,8 @@ desktop-file-validate \
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 4.16.0-1
- Update to 4.16.0
* Sun Jul 12 2020 Dillon Chen <dillon.chen@turboliux.com.cn> - 4.14.2-1 * Sun Jul 12 2020 Dillon Chen <dillon.chen@turboliux.com.cn> - 4.14.2-1
- Init package - Init package