diff --git a/python-gprof2dot.changes b/python-gprof2dot.changes index 19ab67e..5f56bfe 100644 --- a/python-gprof2dot.changes +++ b/python-gprof2dot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:48:42 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Wed May 16 15:58:57 UTC 2018 - toddrme2178@gmail.com diff --git a/python-gprof2dot.spec b/python-gprof2dot.spec index e4e171b..d5a350b 100644 --- a/python-gprof2dot.spec +++ b/python-gprof2dot.spec @@ -12,21 +12,21 @@ # 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/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-gprof2dot Version: 2017.9.19 -%define gitver 2017.09.19 Release: 0 -License: LGPL-3.0-or-later +%define gitver 2017.09.19 Summary: Generate a dot graph from the output of several profilers -Url: https://github.com/jrfonseca/gprof2dot +License: LGPL-3.0-or-later Group: Development/Languages/Python +Url: https://github.com/jrfonseca/gprof2dot Source: https://files.pythonhosted.org/packages/source/g/gprof2dot/gprof2dot-%{version}.tar.gz Source10: https://raw.githubusercontent.com/jrfonseca/gprof2dot/%{gitver}/LICENSE.txt -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros