From 1e2531fcfad92f804a04fa5db7046fca888e68b4 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jul 25 2018 10:53:23 +0000 Subject: Update Python macros to new packaging standards --- diff --git a/terminator.spec b/terminator.spec index f560493..f22571c 100644 --- a/terminator.spec +++ b/terminator.spec @@ -1,8 +1,6 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - Name: terminator Version: 1.91 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Store and run multiple GNOME terminals in one window Group: User Interface/Desktops @@ -59,7 +57,7 @@ desktop-file-install --dir=${RPM_BUILD_ROOT}%{_datadir}/applications data/%{name %{_mandir}/man5/%{name}_config.* %{_bindir}/%{name}* %{_bindir}/remotinator -%{python_sitelib}/* +%{python2_sitelib}/* %{_datadir}/%{name}/terminatorlib/themes/*/gtk-3.0/apps/*.css %{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/applications/%{name}.desktop @@ -82,6 +80,10 @@ gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Tue Jul 24 2018 Miro Hrončok - 1.91-8 +- Update Python macros to new packaging standards + (See https://fedoraproject.org/wiki/Changes/Move_usr_bin_python_into_separate_package) + * Sat Jul 21 2018 Dominic Hopf - 1.91-7 - RHBZ#1606509: Fix FTBFS issue, explicitly use python2