diff --git a/python-enzyme.changes b/python-enzyme.changes index 5e80001..09f6661 100644 --- a/python-enzyme.changes +++ b/python-enzyme.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 7 12:39:41 UTC 2019 - Petr Gajdos + +- call spec cleaner +- note the tests are online + ------------------------------------------------------------------- Tue Dec 4 12:47:41 UTC 2018 - Matej Cepl diff --git a/python-enzyme.spec b/python-enzyme.spec index 302e68f..5a3a161 100644 --- a/python-enzyme.spec +++ b/python-enzyme.spec @@ -1,7 +1,7 @@ # # spec file for package python-enzyme # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -42,7 +42,10 @@ Enzyme is a Python module to parse video metadata. %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +# online tests only %files %{python_files} %license LICENSE