#2 Update Python macros to new packaging standards
Merged 5 years ago by dmaphy. Opened 5 years ago by churchyard.
rpms/ churchyard/terminator py2macros  into  master

file modified
+6 -4
@@ -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 @@ 

  %{_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 @@ 

  

  

  %changelog

+ * Tue Jul 24 2018 Miro Hrončok <mhroncok@redhat.com> - 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 <dmaphy@fedoraproject.org> - 1.91-7

  - RHBZ#1606509: Fix FTBFS issue, explicitly use python2

  

This package uses macros with ambiguous python.

According to Fedora Packaging guidelines for Python, packages must use macros with either python2 or python3.

This PR is part of Fedora's Change Move /usr/bin/python into a separate package.

Note that, although this PR was created automatically, we will respond to any comments or issues which you might find with it. We will keep the PR open for review for a week, and if there's no feedback we'll merge and build it.
For Koji scratch build please see simple-koji-ci result.

This PR was opened automatically, for source code see here

Since the package now owns /, I change the date of merging if nobody objects to Friday the 27th.

rebased onto 1e2531f

5 years ago

Pull-Request has been merged by dmaphy

5 years ago