remove rhel conditional for with_python3

This commit is contained in:
Thomas Spura 2013-06-14 15:00:24 +02:00
parent c5b2f6f5e3
commit 29929f52a4
1 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
%if 0%{?fedora} > 12 || 0%{?rhel} > 6
%if 0%{?fedora} > 12
%global with_python3 1
%else
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
@ -8,7 +8,7 @@
Name: python-%{pkgname}
Version: 2.2.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Scalable, non-blocking web server and tools
Group: Development/Libraries
@ -146,6 +146,10 @@ rm -rf %{buildroot}
%changelog
* Fri Jun 14 2013 Thomas Spura <tomspur@fedoraproject.org> - 2.2.1-5
- remove rhel conditional for with_python3:
https://fedorahosted.org/fpc/ticket/200
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild