!4 upgrade to 0.8.10 for xfce 4.16

From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2021-06-24 07:09:43 +00:00 committed by Gitee
commit 39ed66fd5f
3 changed files with 14 additions and 8 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,15 +1,15 @@
%global xfceversion 4.14
%global minorversion 0.8
%global xfceversion 4.16
Name: xfce4-terminal
Version: 0.8.9.2
Version: 0.8.10
Release: 1
Summary: Terminal Emulator for the Xfce Desktop environment
License: GPLv2+
#Group: Development/Libraries
URL: http://docs.xfce.org/apps/terminal/start
Source0: http://archive.xfce.org/src/apps/xfce4-terminal/0.8/%{name}-%{version}.tar.bz2
Source0: http://archive.xfce.org/src/apps/xfce4-terminal/%{minorversion}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: vte291-devel >= 0.38
BuildRequires: gtk3-devel >= 3.14.0
@ -17,6 +17,7 @@ BuildRequires: glib2-devel >= 2.26.0
BuildRequires: intltool
BuildRequires: desktop-file-utils
BuildRequires: libxfce4ui-devel >= %{xfceversion}
Requires: dejavu-sans-mono-fonts
Provides: Terminal = %{version}-%{release}
@ -48,18 +49,23 @@ desktop-file-install \
--dir=%{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/%{name}-settings.desktop
rm -rf %{buildroot}%{_datadir}/gnome-control-center/
%ldconfig_scriptlets
%files -f %{name}.lang
%license COPYING
%doc README ChangeLog NEWS AUTHORS HACKING THANKS
%doc ChangeLog NEWS AUTHORS HACKING THANKS
%{_bindir}/xfce4-terminal
%{_datadir}/xfce4/terminal
%{_datadir}/icons/hicolor/*/apps/org.xfce.terminal*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-settings.desktop
%{_datadir}/gnome-control-center/default-apps/xfce4-terminal-default-apps.xml
%{?el6:%{_datadir}/gnome-control-center/default-apps/xfce4-terminal-default-apps.xml}
%{_mandir}/man1/xfce4-terminal.1.*
%changelog
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 0.8.10-1
- Update to 0.8.10
* Fri Jul 17 2020 <dillon.chen@turbolinux.com.cn> - 0.8.9.2-1
- Init package