remove rhel logic from with_python3 conditional
This commit is contained in:
parent
c6e58da838
commit
c3c55b2f82
@ -3,7 +3,7 @@
|
||||
%define gobject_introspection_version 0.10.8
|
||||
%define python2_version 2.3.5
|
||||
|
||||
%if 0%{?fedora} > 12 || 0%{?rhel} > 6
|
||||
%if 0%{?fedora} > 12
|
||||
%global with_python3 1
|
||||
%define python3_version 3.1
|
||||
%endif
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
Name: pygobject3
|
||||
Version: 3.3.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+ and MIT
|
||||
Group: Development/Languages
|
||||
Summary: Python 2 bindings for GObject Introspection
|
||||
@ -144,6 +144,9 @@ find $RPM_BUILD_ROOT -name '*.a' -delete
|
||||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Fri Aug 3 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.4-2
|
||||
- remove rhel logic from with_python3 conditional
|
||||
|
||||
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.3.4-1
|
||||
- Update to 3.3.4
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user