Package init

(cherry picked from commit 81b5b93073865be0e392d6a8f1472272ae49cda4)
This commit is contained in:
cherry530 2021-09-09 16:46:57 +08:00 committed by openeuler-sync-bot
parent 644fd3f93b
commit abfb4817f1
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 Name: xfdesktop
Version: 4.16.0 Version: 4.14.2
Release: 1 Release: 2
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)
BuildRequires: make #BuildArch: noarch
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libxfce4ui-devel >= %{xfceversion} BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: gettext BuildRequires: gettext
@ -52,7 +51,7 @@ desktop-file-validate \
%files -f %{name}.lang %files -f %{name}.lang
%license COPYING %license COPYING
%doc TODO ChangeLog NEWS AUTHORS %doc README TODO ChangeLog NEWS AUTHORS
%{_bindir}/* %{_bindir}/*
%{_datadir}/applications/* %{_datadir}/applications/*
%{_datadir}/icons/hicolor/*/*/* %{_datadir}/icons/hicolor/*/*/*
@ -61,8 +60,5 @@ 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