forked from pool/python-construct
Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-construct?expand=0&rev=23
This commit is contained in:
parent
b1c6b1185f
commit
3bbe539ea5
@ -23,7 +23,7 @@ Release: 0
|
||||
Summary: A declarative parser/builder for binary data
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: http://construct.readthedocs.org
|
||||
URL: http://construct.readthedocs.org
|
||||
Source: https://files.pythonhosted.org/packages/source/c/construct/construct-%{version}.tar.gz
|
||||
# PATCH-FEATURE-OPENSUSE split_debug.patch matwey.kornilov@gmail.com -- make debug.py non-loadable
|
||||
Patch0: split_debug.patch
|
||||
@ -31,7 +31,6 @@ BuildRequires: %{python_module six}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-six
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@ -40,7 +39,7 @@ Construct is a declarative parser (and builder) for binary data.
|
||||
|
||||
Instead of writing imperative code to parse a piece of data, a data
|
||||
structure that describes the data is declared. As this data structure is not
|
||||
code, it can be used in one direction to parse data into Pythonic objects,
|
||||
code, it can be used in one direction to parse data into Pythonic objects,
|
||||
and in the other direction to convert ("build") objects into binary data.
|
||||
|
||||
%prep
|
||||
@ -55,8 +54,8 @@ and in the other direction to convert ("build") objects into binary data.
|
||||
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE README.rst
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitelib}/construct
|
||||
%{python_sitelib}/construct-%{version}-py%{python_version}.egg-info
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user