[python-sure] Updated to 1.2.5

Bohuslav Kabrda bkabrda at fedoraproject.org
Fri Mar 7 13:07:16 UTC 2014


commit f6c10052d10d6fefd2ccc94b219e9f2de38c8720
Author: Slavek Kabrda <bkabrda at redhat.com>
Date:   Fri Mar 7 14:07:00 2014 +0100

    Updated to 1.2.5
    
    - Fix with_python3 macro definition to work correctly on EPEL, too.

 .gitignore       |    2 ++
 python-sure.spec |   22 ++++++++++++++++------
 sources          |    4 ++--
 3 files changed, 20 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2dc6127..5226ce0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,5 @@
 /sure-1.1.7.tar.gz
 /sure-1.2.3.tar.gz
 /sure-1.2.3-tests.tgz
+/sure-1.2.5-tests.tgz
+/sure-1.2.5.tar.gz
diff --git a/python-sure.spec b/python-sure.spec
index 5a76815..dc63ac6 100644
--- a/python-sure.spec
+++ b/python-sure.spec
@@ -10,12 +10,16 @@
 %{!?scl:%global pkg_name %{name}}
 
 # Created by pyp2rpm-0.5.1
-%{!?scl:%global with_python3 1}
-%{?scl:%global with_python3 0}
+# if building for SCL or on RHEL, don't build python3- subpackage
+%if %{?scl:0}%{!?scl:1} && %{?rhel:0}%{!?rhel:1}
+%global with_python3 1
+%else
+%global with_python3 0
+%endif
 %global pypi_name sure
 
 Name:           %{?scl_prefix}python-%{pypi_name}
-Version:        1.2.3
+Version:        1.2.5
 Release:        1%{?dist}
 Summary:        Assertion toolbox for python
 
@@ -27,7 +31,7 @@ Source0:        http://pypi.python.org/packages/source/s/%{pypi_name}/%{pypi_nam
 Source1:        https://raw.github.com/gabrielfalcao/sure/master/COPYING
 # To get tests:
 # git clone https://github.com/gabrielfalcao/sure.git && cd sure
-# git checkout 2d1a71d618 && tar czf sure-1.2.3-tests.tgz tests/
+# git checkout 1.2.5 && tar czf sure-1.2.5-tests.tgz tests/
 Source2:        %{pypi_name}-%{version}-tests.tgz
 BuildArch:      noarch
 
@@ -72,7 +76,7 @@ find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!/bin/env python|#!%{__python3}
 
 %if 0%{with_python3}
 pushd %{py3dir}
-%{__python3} setup.py build
+LANG=en_US.utf8 %{__python3} setup.py build
 popd
 %endif
 
@@ -83,7 +87,7 @@ popd
 
 %if 0%{?with_python3}
 pushd %{py3dir}
-%{__python3} setup.py install --skip-build --root %{buildroot}
+LANG=en_US.utf8 %{__python3} setup.py install --skip-build --root %{buildroot}
 popd
 %endif # with_python3
 
@@ -103,12 +107,18 @@ popd
 %{python_sitelib}/%{pypi_name}
 %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
 
+%if 0%{?with_python3}
 %files -n python3-%{pypi_name}
 %doc COPYING
 %{python3_sitelib}/%{pypi_name}
 %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
+%endif
 
 %changelog
+* Fri Mar 07 2014 Bohuslav Kabrda <bkabrda at redhat.com> - 1.2.5-1
+- Updated to 1.2.5
+- Fix with_python3 macro definition to work correctly on EPEL, too.
+
 * Fri Nov 29 2013 Miro HronĨok <mhroncok at redhat.com> - 1.2.3-1
 - Updated
 - Introduced Python 3 subpackage
diff --git a/sources b/sources
index b501ee3..9b538fa 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-33a37b5fda753f44315029391f619abb  sure-1.2.3.tar.gz
-f179587ecf031671c9b5d1c3e1163d31  sure-1.2.3-tests.tgz
+eecc580b9f9f8edd68bb142729df2b5f  sure-1.2.5-tests.tgz
+1470c08420681ca904bf306b1b3d250d  sure-1.2.5.tar.gz


More information about the scm-commits mailing list