!7 [sync] PR-5: Package init

From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2021-12-03 10:12:03 +00:00 committed by Gitee
commit aff88e1bf5
2 changed files with 7 additions and 11 deletions

BIN
xfdesktop-4.14.2.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,15 +1,14 @@
%global xfceversion 4.16
%global xfceversion 4.14
Name: xfdesktop
Version: 4.16.0
Release: 1
Version: 4.14.2
Release: 2
Summary: Desktop manager for the Xfce Desktop Environment
#Group: Development/Libraries
License: GPLv2+
URL: http://www.xfce.org/
Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
BuildRequires: make
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: gettext
@ -52,7 +51,7 @@ desktop-file-validate \
%files -f %{name}.lang
%license COPYING
%doc TODO ChangeLog NEWS AUTHORS
%doc README TODO ChangeLog NEWS AUTHORS
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/*/*/*
@ -61,8 +60,5 @@ desktop-file-validate \
%{_mandir}/man1/*
%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
- Init package