forked from pool/python-MiniMock
Accepting request 142392 from devel:languages:python3
Remove openSUSE 11.4 spec file workarounds (forwarded request 142391 from TheBlackCat) OBS-URL: https://build.opensuse.org/request/show/142392 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MiniMock?expand=0&rev=8
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -26,20 +26,12 @@ License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Source: http://pypi.python.org/packages/source/M/MiniMock/MiniMock-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-2to3
|
||||
BuildRequires: python3-distribute
|
||||
Provides: python3-minimock = %{version}
|
||||
#TODO: Change back to '<' after version update:
|
||||
Obsoletes: python3-minimock <= %{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
|
||||
|
||||
@@ -66,9 +58,5 @@ fi
|
||||
%doc docs/*
|
||||
%{python3_sitelib}/minimock.py*
|
||||
%{python3_sitelib}/MiniMock-%{version}-py%{py3_ver}.egg-info
|
||||
%if 0%{?suse_version} <= 1140
|
||||
%dir %{_prefix}/lib/python%{py3_ver}
|
||||
%dir %{python3_sitelib}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user