Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rfc3986?expand=0&rev=10
This commit is contained in:
parent
d9a5803025
commit
ba050cf666
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user