forked from pool/python-pydot
Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=15
This commit is contained in:
@@ -20,12 +20,11 @@
|
|||||||
Name: python-pydot
|
Name: python-pydot
|
||||||
Version: 1.2.4
|
Version: 1.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://github.com/erocarrera/pydot
|
|
||||||
Summary: Create (dot) graphs from python
|
Summary: Create (dot) graphs from python
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
|
URL: https://github.com/erocarrera/pydot
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pydot/pydot-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pydot/pydot-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: %{python_module pyparsing >= 2.1.4}
|
BuildRequires: %{python_module pyparsing >= 2.1.4}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@@ -50,8 +49,8 @@ Currently all attributes implemented in the Dot language are supported (up to Gr
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%license LICENSE
|
||||||
%doc README.md LICENSE
|
%doc README.md
|
||||||
%{python_sitelib}/dot_parser.py*
|
%{python_sitelib}/dot_parser.py*
|
||||||
%{python_sitelib}/pydot.py*
|
%{python_sitelib}/pydot.py*
|
||||||
%pycache_only %{python_sitelib}/__pycache__/dot_parser.*.py*
|
%pycache_only %{python_sitelib}/__pycache__/dot_parser.*.py*
|
||||||
|
Reference in New Issue
Block a user