From 02566ffe5ce3f731302b9678fd4bd74ca51ac22f27e1003e4e1af47b9dbefffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 27 Feb 2019 08:42:26 +0000 Subject: [PATCH] - Remove devel dependency and do not use symlinks on fdupes call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-csvkit?expand=0&rev=9 --- python-csvkit.changes | 5 +++++ python-csvkit.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) 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