diff --git a/python3-PasteDeploy.changes b/python3-PasteDeploy.changes index e9eda0c..5448f15 100644 --- a/python3-PasteDeploy.changes +++ b/python3-PasteDeploy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 22 09:39:27 UTC 2012 - toddrme2178@gmail.com + +- Remove openSUSE 11.4 spec file workarounds + ------------------------------------------------------------------- Thu Sep 6 09:28:27 UTC 2012 - toddrme2178@gmail.com diff --git a/python3-PasteDeploy.spec b/python3-PasteDeploy.spec index e8d32b8..5b94c17 100644 --- a/python3-PasteDeploy.spec +++ b/python3-PasteDeploy.spec @@ -15,8 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: python3-PasteDeploy Version: 1.5.0 Release: 0 @@ -34,12 +32,6 @@ BuildRequires: python3-distribute Provides: python3-pastedeploy = %{version} Obsoletes: python3-pastedeploy < %{version} -%if 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 @@ -64,8 +56,5 @@ python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} %{python3_sitelib}/paste/deploy/ %{python3_sitelib}/PasteDeploy-%{version}-py%{py3_ver}.egg-info %{python3_sitelib}/PasteDeploy-%{version}-py%{py3_ver}-nspkg.pth -%if 0%{?suse_version} <= 1140 -%dir %{_prefix}/lib/python%{py3_ver} -%endif %changelog