From 94c23ae9bfd5b4d6e4bcda73c791e41f25206b03f5e0c97174af0559c1e42671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 7 Mar 2019 11:26:58 +0000 Subject: [PATCH] - Fix fdupes call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysndfile?expand=0&rev=8 --- python-pysndfile.changes | 5 +++++ python-pysndfile.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/python-pysndfile.changes b/python-pysndfile.changes index a4fe3ed..45f1553 100644 --- a/python-pysndfile.changes +++ b/python-pysndfile.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 7 11:26:38 UTC 2019 - Tomáš Chvátal + +- Fix fdupes call + ------------------------------------------------------------------- Thu Feb 7 22:06:30 UTC 2019 - Todd R diff --git a/python-pysndfile.spec b/python-pysndfile.spec index e62b27a..eee2b6a 100644 --- a/python-pysndfile.spec +++ b/python-pysndfile.spec @@ -1,7 +1,7 @@ # # spec file for package python-pysndfile # -# 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/ # @@ -23,7 +23,7 @@ Release: 0 Summary: Cython wrapper class for reading/writing soundfiles License: LGPL-3.0-only Group: Development/Languages/Python -URL: http://forge.ircam.fr/p/pysndfile +URL: https://forge-2.ircam.fr/roebel/pysndfile Source: https://files.pythonhosted.org/packages/source/p/pysndfile/pysndfile-%{version}.tar.gz Source10: https://forge-2.ircam.fr/roebel/pysndfile/raw/master/COPYING.txt Source11: https://forge-2.ircam.fr/roebel/pysndfile/raw/master/COPYING.LESSER.txt @@ -32,8 +32,8 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module numpy-devel} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: c++_compiler BuildRequires: fdupes +BuildRequires: gcc-c++ BuildRequires: libsndfile-devel BuildRequires: python-rpm-macros Requires: python-numpy @@ -68,7 +68,7 @@ export CFLAGS="%{optflags}" %install %python_install -%python_expand %fdupes %{buildroot}%{python_sitearch} +%python_expand %fdupes %{buildroot}%{$python_sitearch} %check %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}