diff --git a/xfce4-terminal-0.8.9.2.tar.bz2 b/xfce4-terminal-0.8.9.2.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..c99770cbb565c02887546df082ba0cf2e14ed4c4 Binary files /dev/null and b/xfce4-terminal-0.8.9.2.tar.bz2 differ diff --git a/xfce4-terminal.spec b/xfce4-terminal.spec index 6a3a6a5d734503c6ba22fae2d4d313d91e4baae4..f1c11fb559ed43ec0b2565fb547c2ba0c26ddf14 100644 --- a/xfce4-terminal.spec +++ b/xfce4-terminal.spec @@ -1,15 +1,15 @@ -%global minorversion 0.8 -%global xfceversion 4.16 +%global xfceversion 4.14 Name: xfce4-terminal -Version: 0.8.10 +Version: 0.8.9.2 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/%{minorversion}/%{name}-%{version}.tar.bz2 - +Source0: http://archive.xfce.org/src/apps/xfce4-terminal/0.8/%{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,9 +17,8 @@ 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} +Provides: Terminal = %{version}-%{release} %description Xfce4-terminal is a lightweight and easy to use terminal emulator application @@ -49,23 +48,18 @@ 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 ChangeLog NEWS AUTHORS HACKING THANKS +%doc README 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 -%{?el6:%{_datadir}/gnome-control-center/default-apps/xfce4-terminal-default-apps.xml} +%{_datadir}/gnome-control-center/default-apps/xfce4-terminal-default-apps.xml %{_mandir}/man1/xfce4-terminal.1.* %changelog -* Fri Jun 18 2021 zhanglin - 0.8.10-1 -- Update to 0.8.10 - * Fri Jul 17 2020 - 0.8.9.2-1 - Init package