diff --git a/python-csvkit.changes b/python-csvkit.changes index 6caf1c8..063cd62 100644 --- a/python-csvkit.changes +++ b/python-csvkit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 27 08:42:06 UTC 2019 - Tomáš Chvátal + +- Remove devel dependency and do not use symlinks on fdupes call + ------------------------------------------------------------------- Sun Aug 12 20:31:00 UTC 2018 - mcepl@suse.com diff --git a/python-csvkit.spec b/python-csvkit.spec index 70083a8..96ecc22 100644 --- a/python-csvkit.spec +++ b/python-csvkit.spec @@ -1,7 +1,7 @@ # # spec file for package python-csvkit # -# 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 @@ -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/ # @@ -35,7 +35,6 @@ BuildRequires: %{python_module agate-dbf >= 0.2.0} BuildRequires: %{python_module agate-excel >= 0.2.2} BuildRequires: %{python_module agate-sql >= 0.5.3} BuildRequires: %{python_module dbf >= 0.9.3} -BuildRequires: %{python_module devel} BuildRequires: %{python_module et_xmlfile} BuildRequires: %{python_module jdcal} BuildRequires: %{python_module openpyxl >= 2.2.0.b1} @@ -70,7 +69,7 @@ find csvkit -name "*.py" | xargs sed -i '1 {/^#!/ d}' %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check export LANG=en_US.UTF-8