forked from pool/spandsp
- More specfile modernization.
OBS-URL: https://build.opensuse.org/package/show/network:telephony/spandsp?expand=0&rev=39
This commit is contained in:
parent
8606f36953
commit
0d227abc39
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user