forked from pool/python-PasteDeploy
Accepting request 489247 from home:frispete:python
- fix source url OBS-URL: https://build.opensuse.org/request/show/489247 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=19
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-PasteDeploy
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -24,12 +24,12 @@ Url: http://pythonpaste.org/deploy/
|
||||
Summary: Load, configure, and compose WSGI applications and servers
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Source: http://files.pythonhosted.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-Paste
|
||||
Requires: python-setuptools
|
||||
Provides: python-pastedeploy = %{version}
|
||||
|
||||
Reference in New Issue
Block a user