From 5ec9a552781ff707e72d397103d69eeb55e813f2 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 21 Feb 2008 15:23:29 +0000 Subject: Cleanup freeipa-python requires We don't need the elaborate python requires, since a requires for e.g. "python-abi = 2.5" is automatically added. We also don't need the elaborate build requires, since all it does is query the currently installed version of python and require that you have it's appropriate python-devel installed. But if python-devel is installed at all, this should hold true. (Also, IMHO the .spec files should be removed from mercurial since they are automatically generated) Signed-off-by: Mark McLouglin --- ipa-python/freeipa-python.spec.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ipa-python/freeipa-python.spec.in') diff --git a/ipa-python/freeipa-python.spec.in b/ipa-python/freeipa-python.spec.in index b07b21fe..37eb23f0 100755 --- a/ipa-python/freeipa-python.spec.in +++ b/ipa-python/freeipa-python.spec.in @@ -1,5 +1,3 @@ -%define pyver %(%{__python} -c 'import sys ; print sys.version[:3]') -%define pynext %(%{__python} -c 'print %{pyver} + 0.1') Name: freeipa-python Version: VERSION @@ -12,8 +10,7 @@ URL: http://www.freeipa.org Source0: http://www.freeipa.org/downloads/%{name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python >= 0:%{pyver}, python < 0:%{pynext}, python-devel <= 0:%{pyver} -Requires: python >= 0:%{pyver}, python < 0:%{pynext} +BuildRequires: python-devel Requires: PyKerberos %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -- cgit