Accepting request 832618 from network:telephony

- More specfile modernization.

OBS-URL: https://build.opensuse.org/request/show/832618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spandsp?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2020-09-09 15:48:04 +00:00 committed by Git OBS Bridge
commit f2243a8b14
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Sep 6 14:04:36 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- More specfile modernization.
-------------------------------------------------------------------
Mon Sep 9 17:16:20 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package spandsp
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -83,9 +83,7 @@ and a complete software FAX machine.
Summary: Documentation for the libspandsp API
License: LGPL-2.1-only AND GPL-2.0-only
Group: Documentation/HTML
%if 0%{?suse_version} >= 1130
BuildArch: noarch
%endif
%description doc
This package contains documentation for the libspandsp API.
@ -106,11 +104,11 @@ autoreconf -fiv
%endif
--disable-static \
--enable-doc
make %{?_smp_mflags}
%make_build
%check
%if 0%{?tests}
make check %{?_smp_mflags}
%make_build check
%endif
%install