From 9786f82445fef0241e727ae5e305eba0e79e6bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 7 Jun 2014 16:18:32 +0200 Subject: [PATCH] Python nightly build bootstraping --- python-pip.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-pip.spec b/python-pip.spec index 96d785a..4fa3a8f 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -1,4 +1,4 @@ -%global build_wheel 0 +%global build_wheel 1 %global srcname pip %if 0%{?build_wheel} @@ -7,7 +7,7 @@ Name: python35-%{srcname} Version: 1.5.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for installing and managing Python 3 packages Group: Development/Libraries @@ -51,7 +51,7 @@ easy_installable should be pip-installable as well. %{__rm} -rf %{buildroot} %if 0%{?build_wheel} -pip3 install -I dist/%{python3_wheelname} --root %{buildroot} --strip-file-prefix %{buildroot} +pip3.5 install -I dist/%{python3_wheelname} --root %{buildroot} --strip-file-prefix %{buildroot} %else %{__python35} setup.py install --skip-build --root %{buildroot} %endif @@ -72,6 +72,9 @@ rm %{buildroot}%{_bindir}/pip3 %{python35_sitelib}/pip* %changelog +* Sat Jun 07 2014 Miro HronĨok - 1.5.6-2 +- Bootstraping + * Sun May 25 2014 Matej Stuchlik - 1.5.6-1 - Update to 1.5.6