From 08945f79260ba1d840b3b6bf8e3c534477f55ce6ca529c98ab7e98cda93a220c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 14 Aug 2019 08:01:55 +0000 Subject: [PATCH] - Use dos2unix insted of tr and friends OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=34 --- soundtouch.changes | 5 +++++ soundtouch.spec | 13 ++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/soundtouch.changes b/soundtouch.changes index 1833f23..03ae394 100644 --- a/soundtouch.changes +++ b/soundtouch.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 14 08:01:43 UTC 2019 - Tomáš Chvátal + +- Use dos2unix insted of tr and friends + ------------------------------------------------------------------- Fri Dec 7 12:57:44 UTC 2018 - Marketa Calabkova diff --git a/soundtouch.spec b/soundtouch.spec index 6b270fb..f1afead 100644 --- a/soundtouch.spec +++ b/soundtouch.spec @@ -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~ -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