15
0
forked from pool/python-bsddb3

Accepting request 148674 from devel:languages:python

removed noarch macro, it contains such debuginfo file, not empty, make it as noarch package seems incorrect (forwarded request 148669 from mlin7442)

OBS-URL: https://build.opensuse.org/request/show/148674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bsddb3?expand=0&rev=16
This commit is contained in:
Stephan Kulow
2013-01-17 08:57:20 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 4 deletions
+10
View File
@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 16 03:47:36 UTC 2013 - mlin@suse.com
- Removed BuildArch: noarch macro
-------------------------------------------------------------------
Mon Jan 14 09:29:26 UTC 2013 - saschpe@suse.de
- Simplify macro usage
-------------------------------------------------------------------
Fri Jan 11 14:41:24 UTC 2013 - p.drouand@gmail.com
+5
View File
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 14 09:29:32 UTC 2013 - saschpe@suse.de
- Drop requires on "python(abi)", RPM does that automatically
-------------------------------------------------------------------
Fri Jan 11 14:41:40 UTC 2013 - p.drouand@gmail.com
+2 -3
View File
@@ -27,10 +27,9 @@ Source: http://pypi.python.org/packages/source/b/bsddb3/bsddb3-%{version
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: db-devel
BuildRequires: python-devel
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%endif
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%description
This module provides a nearly complete wrapping of the Oracle/Sleepycat C API
-1
View File
@@ -29,7 +29,6 @@ BuildRequires: db-devel
BuildRequires: python3
BuildRequires: python3-devel
BuildRequires: python3-distribute
Requires: python(abi) = %{py3_ver}
%description
This module provides a nearly complete wrapping of the Oracle/Sleepycat C API