Matej Cepl 2018-12-04 17:21:41 +00:00 committed by Git OBS Bridge
parent d9a5803025
commit ba050cf666

View File

@ -23,13 +23,11 @@ Release: 0
Summary: Validating URI References per RFC 3986
License: Apache-2.0
Group: Development/Languages/Python
Url: https://rfc3986.rtfd.org
Source: https://pypi.io/packages/source/r/rfc3986/rfc3986-%{version}.tar.gz
URL: https://rfc3986.rtfd.org
Source: https://files.pythonhosted.org/packages/source/r/rfc3986/rfc3986-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
%description
@ -46,8 +44,8 @@ parsing. Coming soon: `Reference Resolution <http://tools.ietf.org/html/rfc3986#
%python_install
%files %{python_files}
%defattr(-,root,root,-)
%doc AUTHORS.rst LICENSE README.rst
%license LICENSE
%doc AUTHORS.rst README.rst
%{python_sitelib}/*
%changelog