[pyshp] Move BR python3-devel in conditional block

Volker Fröhlich volter at fedoraproject.org
Sat May 19 20:32:49 UTC 2012


commit 9e99ead3811736584eadf547c1496c5e3ec9a0b4
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Sat May 19 22:32:07 2012 +0200

    Move BR python3-devel in conditional block

 pyshp.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pyshp.spec b/pyshp.spec
index cc962ef..e2910d1 100644
--- a/pyshp.spec
+++ b/pyshp.spec
@@ -5,7 +5,7 @@
 
 Name:           pyshp
 Version:        1.1.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Pure Python read/write support for ESRI Shapefile format
 Group:          Development/Libraries
 License:        MIT
@@ -13,9 +13,9 @@ URL:            http://code.google.com/p/pyshp
 Source0:        http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.zip
 
 BuildRequires:  python2-devel
-BuildRequires:  python3-devel
 BuildRequires:  python-setuptools
 %if 0%{?with_python3}
+BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 %endif # if with_python3
 
@@ -92,6 +92,9 @@ pushd %{py3dir}
 
 
 %changelog
+* Sat May 19 2012 Volker Fröhlich <volker27 at gmx.at> - 1.1.4-3
+- Move BR python3-devel in conditional block
+
 * Fri May 18 2012 Volker Fröhlich <volker27 at gmx.at> - 1.1.4-2
 - Run doctests
 - Delete the original egg-info


More information about the scm-commits mailing list