SHA256
1
0
forked from pool/soundtouch

Accepting request 723223 from multimedia:libs

- Use dos2unix insted of tr and friends

OBS-URL: https://build.opensuse.org/request/show/723223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2019-08-16 13:31:20 +00:00 committed by Git OBS Bridge
commit 8c79653ab2
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 14 08:01:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Use dos2unix insted of tr and friends
-------------------------------------------------------------------
Fri Dec 7 12:57:44 UTC 2018 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package soundtouch
#
# 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
@ -23,12 +23,13 @@ Release: 0
Summary: Audio Processing Library
License: LGPL-2.1-or-later
Group: Productivity/Multimedia/Sound/Editors and Convertors
Url: https://www.surina.net/soundtouch
URL: https://www.surina.net/soundtouch
Source: https://gitlab.com/soundtouch/soundtouch/-/archive/%{version}/%{name}-%{version}.tar.gz
Source1: https://salsa.debian.org/multimedia-team/soundtouch/raw/master/debian/soundstretch.1
Source99: baselibs.conf
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: dos2unix
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: pkgconfig
@ -69,13 +70,11 @@ This subpackage contains the header files for building programs with
SoundTouch.
%prep
%setup -q -n %{name}-%{version}
tr -d '\r' <README.html >README.html~
touch -r README.html README.html~
mv README.html~ README.html
%setup -q
dos2unix README.html
%build
./bootstrap
autoreconf -fvi
%configure \
--enable-shared \
--disable-static