1
0
Tomáš Chvátal
2018-04-30 11:18:07 +00:00
committed by Git OBS Bridge
parent 5ae1b95e26
commit 238e1a0286
2 changed files with 9 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 30 11:17:55 UTC 2018 - tchvatal@suse.com
- Use license macro
-------------------------------------------------------------------
Mon Jul 3 11:46:06 UTC 2017 - tbechtold@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-requests-aws
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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
@@ -23,16 +23,14 @@ Release: 0
Summary: AWS authentication for Amazon S3 for the python requests module
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/tax/python-requests-aws
URL: https://github.com/tax/python-requests-aws
Source: https://files.pythonhosted.org/packages/source/r/requests-aws/requests-aws-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
Requires: python-requests >= 2.4.1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
%description
@@ -53,8 +51,8 @@ AWS authentication for Amazon S3 for the wonderful [pyhon requests library](http
%python_install
%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE.txt README.md
%license LICENSE.txt
%doc README.md
%{python_sitelib}/*
%changelog