From 7453d092d939434e505c19bda768b00ad829aa6f Mon Sep 17 00:00:00 2001 From: Robert Kuska Date: Sep 22 2015 10:50:41 +0000 Subject: Move idlelib and libto3 to python-tools This change aims to shrink volume of default python installation --- diff --git a/python.spec b/python.spec index ad54f4f..a252c7d 100644 --- a/python.spec +++ b/python.spec @@ -108,7 +108,7 @@ Summary: An interpreted, interactive, object-oriented programming language Name: %{python} # Remember to also rebase python-docs when changing this: Version: 2.7.10 -Release: 8%{?dist} +Release: 9%{?dist} License: Python Group: Development/Languages Requires: %{python}-libs%{?_isa} = %{version}-%{release} @@ -1902,12 +1902,9 @@ rm -fr %{buildroot} %{pylibdir}/email/mime %{pylibdir}/encodings %{pylibdir}/hotshot -%{pylibdir}/idlelib %{pylibdir}/importlib %dir %{pylibdir}/json %{pylibdir}/json/*.py* -%{pylibdir}/lib2to3 -%exclude %{pylibdir}/lib2to3/tests %{pylibdir}/logging %{pylibdir}/multiprocessing %{pylibdir}/plat-linux2 @@ -1984,6 +1981,9 @@ rm -fr %{buildroot} %{_bindir}/pynche* %{_bindir}/pygettext*.py* %{_bindir}/msgfmt*.py* +%{pylibdir}/idlelib +%{pylibdir}/lib2to3 +%exclude %{pylibdir}/lib2to3/tests %{tools_dir} %{demo_dir} %{pylibdir}/Doc @@ -2155,6 +2155,9 @@ rm -fr %{buildroot} # ====================================================== %changelog +* Tue Sep 22 2015 Robert Kuska - 2.7.10-9 +- Move idlelib and lib2to3 modules to pythont-tools + * Thu Sep 3 2015 Orion Poplawski - 2.7.10-8 - Fix quoting in %%python_provide macro