forked from pool/soundtouch
- Use dos2unix insted of tr and friends
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=34
This commit is contained in:
parent
7fe6accd8e
commit
08945f7926
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user