forked from pool/python-beautifulsoup4
- Fix runtime python dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-beautifulsoup4?expand=0&rev=6
This commit is contained in:
parent
e18aa063de
commit
970b5343e1
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-beautifulsoup4
|
# spec file for package python-beautifulsoup4
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,10 +15,10 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _name beautifulsoup4
|
%define _name beautifulsoup4
|
||||||
%define _major 4.x
|
%define _major 4.x
|
||||||
|
|
||||||
|
|
||||||
Name: python-%{_name}
|
Name: python-%{_name}
|
||||||
Version: 4.1.3
|
Version: 4.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 12 12:03:05 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Fix runtime python dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 9 21:15:18 UTC 2013 - cfarrell@suse.com
|
Wed Jan 9 21:15:18 UTC 2013 - cfarrell@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-beautifulsoup4
|
# spec file for package python3-beautifulsoup4
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,10 +15,10 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _name beautifulsoup4
|
%define _name beautifulsoup4
|
||||||
%define _major 4.x
|
%define _major 4.x
|
||||||
|
|
||||||
|
|
||||||
Name: python3-%{_name}
|
Name: python3-%{_name}
|
||||||
Version: 4.1.3
|
Version: 4.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -30,7 +30,7 @@ Source: http://pypi.python.org/packages/source/b/beautifulsoup4/beautifu
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
BuildRequires: python3-nose
|
BuildRequires: python3-nose
|
||||||
%{py_requires}
|
Requires: python3 >= %{py3_ver}
|
||||||
|
|
||||||
# build fails for SLE11 64bit due to 'noarch'
|
# build fails for SLE11 64bit due to 'noarch'
|
||||||
%if 0%{?suse_version} >= 1140
|
%if 0%{?suse_version} >= 1140
|
||||||
|
Loading…
Reference in New Issue
Block a user