remove rhel logic from with_python3 conditional
This commit is contained in:
parent
8b7ae27d80
commit
b2d0797da4
@ -1,4 +1,4 @@
|
|||||||
%if 0%{?fedora} > 12 || 0%{?rhel} > 6
|
%if 0%{?fedora} > 12
|
||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
%else
|
%else
|
||||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
|
||||||
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: pyparsing
|
Name: pyparsing
|
||||||
Version: 1.5.6
|
Version: 1.5.6
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: An object-oriented approach to text processing
|
Summary: An object-oriented approach to text processing
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -113,6 +113,9 @@ rm -rf %{buildroot}
|
|||||||
%doc CHANGES README LICENSE docs/*
|
%doc CHANGES README LICENSE docs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 3 2012 David Malcolm <dmalcolm@redhat.com> - 1.5.6-5
|
||||||
|
- remove rhel logic from with_python3 conditional
|
||||||
|
|
||||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.6-4
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.6-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user