diff --git a/python3-Beaker.changes b/python3-Beaker.changes index a9819f7..6f4333f 100644 --- a/python3-Beaker.changes +++ b/python3-Beaker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 22 09:39:27 UTC 2012 - toddrme2178@gmail.com + +- Remove openSUSE 11.4 spec file workarounds + ------------------------------------------------------------------- Sat Sep 22 20:26:45 UTC 2012 - os-dev@jacraig.com diff --git a/python3-Beaker.spec b/python3-Beaker.spec index b5b23bb..d825bc3 100644 --- a/python3-Beaker.spec +++ b/python3-Beaker.spec @@ -29,12 +29,6 @@ BuildRequires: python3 BuildRequires: python3-2to3 BuildRequires: python3-devel BuildRequires: python3-distribute -%if 0%{?suse_version} && 0%{?suse_version} <= 1140 -%{!?python3_sitelib: %global python3_sitelib %(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} -%{!?py3_ver: %global py3_ver %(python3 -c "import sys; version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); print(version)" 2>/dev/null || echo PYTHON-NOT-FOUND)} -%else -BuildRequires: python3-base -%endif Requires: python(abi) = %{py3_ver} BuildArch: noarch @@ -84,8 +78,5 @@ python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} %doc CHANGELOG LICENSE %{python3_sitelib}/beaker/ %{python3_sitelib}/Beaker-%{version}-py%{py3_ver}.egg-info -%if 0%{?suse_version} <= 1140 -%dir %{_prefix}/lib/python%{py3_ver} -%endif %changelog