14
0
2018-12-04 17:21:09 +00:00
committed by Git OBS Bridge
parent f3e3adf402
commit cd07588c57

View File

@@ -16,23 +16,21 @@
# #
%bcond_without tests
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without tests
Name: python-requests-file Name: python-requests-file
Version: 1.4.3 Version: 1.4.3
Release: 0 Release: 0
Summary: File transport adapter for Requests Summary: File transport adapter for Requests
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://github.com/dashea/requests-file URL: http://github.com/dashea/requests-file
Source: https://files.pythonhosted.org/packages/source/r/requests-file/requests-file-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/r/requests-file/requests-file-%{version}.tar.gz
BuildRequires: %{python_module requests} BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-requests Requires: python-requests
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
@@ -56,8 +54,8 @@ library to allow local filesystem access via file:// URLs.
%endif %endif
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-) %license LICENSE
%doc LICENSE README.rst %doc README.rst
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog