diff --git a/python-pydot.changes b/python-pydot.changes index d3da453..659af6a 100644 --- a/python-pydot.changes +++ b/python-pydot.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Dec 18 23:56:25 UTC 2018 - Jan Engelhardt + +- Use noun phrase in summary. Grammar adjustments for the + description. + +------------------------------------------------------------------- +Tue Dec 4 12:52:08 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Sat Jan 6 17:20:02 UTC 2018 - arun@gmx.de diff --git a/python-pydot.spec b/python-pydot.spec index 772416e..04761f4 100644 --- a/python-pydot.spec +++ b/python-pydot.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,13 +20,11 @@ Name: python-pydot Version: 1.2.4 Release: 0 -Url: https://github.com/erocarrera/pydot -Summary: Create (dot) graphs from python +Summary: Module to create (dot) graphs from Python License: MIT Group: Development/Libraries/Python +URL: https://github.com/erocarrera/pydot Source: https://files.pythonhosted.org/packages/source/p/pydot/pydot-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: %{python_module devel} BuildRequires: %{python_module pyparsing >= 2.1.4} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -37,8 +35,9 @@ BuildArch: noarch %python_subpackages %description -pydot allows to easily create both directed and non directed graphs from Python. -Currently all attributes implemented in the Dot language are supported (up to Graphviz 2.16). +pydot allows to create both directed and non-directed graphs from +Python. All attributes implemented in the Dot language up to Graphviz +2.16 are supported. %prep %setup -q -n pydot-%{version} @@ -51,8 +50,8 @@ Currently all attributes implemented in the Dot language are supported (up to Gr %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) -%doc README.md LICENSE +%license LICENSE +%doc README.md %{python_sitelib}/dot_parser.py* %{python_sitelib}/pydot.py* %pycache_only %{python_sitelib}/__pycache__/dot_parser.*.py*