make with_python3 be conditional on fedora

This commit is contained in:
Jakub Filak 2013-02-15 11:06:39 +01:00
parent 176110552d
commit d3e3e0a68d

View File

@ -1,4 +1,6 @@
%if 0%{?fedora}
%global with_python3 1
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
@ -7,7 +9,7 @@
Summary: Monitor filesystem events with Python under Linux
Name: python-inotify
Version: 0.9.4
Release: 2%{?dist}
Release: 3%{?dist}
License: MIT
Group: Development/Libraries
URL: https://github.com/seb-m/pyinotify
@ -113,6 +115,9 @@ popd
%endif
%changelog
* Fri Feb 15 2013 Jakub Filak <jfilak@redhat.com> - 0.9.4-3
- make with_python3 be conditional on fedora
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild