SHA256
1
0
forked from pool/filter_audio

Accepting request 686186 from home:jengelh:branches:multimedia:libs

- Ensure neutrality of descriptions. Use %make_install.

OBS-URL: https://build.opensuse.org/request/show/686186
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/filter_audio?expand=0&rev=4
This commit is contained in:
Marguerite Su 2019-03-18 23:34:59 +00:00 committed by Git OBS Bridge
parent 29bde5a55b
commit 429583fb81
2 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 18 17:43:24 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Ensure neutrality of descriptions. Use %make_install.
-------------------------------------------------------------------
Thu Mar 15 18:23:05 UTC 2018 - egdfree@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package filter_audio
#
# 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,14 +12,14 @@
# 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/
#
Name: filter_audio
Version: 0.0.1
Release: 0
Summary: Lightweight audio filtering library made from webrtc code
Summary: Audio filtering library made from WebRTC code
License: BSD-3-Clause
Group: Productivity/Multimedia/Other
URL: https://github.com/irungentoo/filter_audio
@ -27,24 +27,24 @@ Source: %{name}-%{version}.tar.gz
BuildRequires: pkgconfig
%description
Lightweight audio filtering library made from webrtc code.
An audio filtering library made from webrtc code.
%package -n libfilteraudio0
Summary: Shared libraries for filter_audio
Summary: Audio filtering library made from WebRTC code
Group: System/Libraries
%description -n libfilteraudio0
Lightweight audio filtering library made from webrtc code.
An audio filtering library made from webrtc code.
This package provides shared libraries for filter_audio.
%package devel
Summary: Development headers for filter audio
Summary: Development headers for filter_audio
Group: Development/Libraries/C and C++
Requires: libfilteraudio0 = %{version}
%description devel
Lightweight audio filtering library made from webrtc code.
An audio filtering library made from WebRTC code.
This package provides development headers for filter_audio.
@ -55,7 +55,7 @@ This package provides development headers for filter_audio.
make %{?_smp_mflags} PREFIX=%{_prefix} LIBDIR=/%{_lib}
%install
make install PREFIX=%{_prefix} LIBDIR=/%{_lib} DESTDIR=%{buildroot} %{?_smp_mflags}
%make_install PREFIX=%{_prefix} LIBDIR=/%{_lib} %{?_smp_mflags}
find %{buildroot} -name "*.a" -print -delete