14
0
Tomáš Chvátal
2019-03-07 11:26:58 +00:00
committed by Git OBS Bridge
parent efd33cc260
commit 94c23ae9bf
2 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 7 11:26:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Fix fdupes call
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 7 22:06:30 UTC 2019 - Todd R <toddrme2178@gmail.com> Thu Feb 7 22:06:30 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pysndfile # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 Summary: Cython wrapper class for reading/writing soundfiles
License: LGPL-3.0-only License: LGPL-3.0-only
Group: Development/Languages/Python 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 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 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 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 numpy-devel}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: c++_compiler
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: libsndfile-devel BuildRequires: libsndfile-devel
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-numpy Requires: python-numpy
@@ -68,7 +68,7 @@ export CFLAGS="%{optflags}"
%install %install
%python_install %python_install
%python_expand %fdupes %{buildroot}%{python_sitearch} %python_expand %fdupes %{buildroot}%{$python_sitearch}
%check %check
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}