Accepting request 704984 from home:marxin:branches:network:telephony
- Disable LTO (boo#1136056). OBS-URL: https://build.opensuse.org/request/show/704984 OBS-URL: https://build.opensuse.org/package/show/network:telephony/spandsp?expand=0&rev=32
This commit is contained in:
parent
2ecaa901b0
commit
cd46716c8c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 23 11:06:20 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Disable LTO (boo#1136056).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 25 17:33:40 UTC 2015 - p.drouand@gmail.com
|
||||
|
||||
|
13
spandsp.spec
13
spandsp.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package spandsp
|
||||
#
|
||||
# Copyright (c) 2015 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: spandsp
|
||||
%define lname libspandsp2
|
||||
Summary: A DSP library for Telephony and SoftFAX
|
||||
License: LGPL-2.1 and GPL-2.0
|
||||
License: LGPL-2.1-only AND GPL-2.0-only
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: 0.0.6
|
||||
Release: 0
|
||||
@ -56,7 +56,7 @@ and a complete software FAX machine.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for the SpanDSP library
|
||||
License: LGPL-2.1
|
||||
License: LGPL-2.1-only
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %{version}
|
||||
Requires: glibc-devel
|
||||
@ -68,7 +68,7 @@ software that uses the spandsp library.
|
||||
|
||||
%package -n %lname
|
||||
Summary: A DSP library for Telephony and SoftFAX
|
||||
License: LGPL-2.1
|
||||
License: LGPL-2.1-only
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %lname
|
||||
@ -80,7 +80,7 @@ and a complete software FAX machine.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation for the libspandsp API
|
||||
License: LGPL-2.1 and GPL-2.0
|
||||
License: LGPL-2.1-only AND GPL-2.0-only
|
||||
Group: Documentation/HTML
|
||||
%if 0%{?suse_version} >= 1130
|
||||
BuildArch: noarch
|
||||
@ -94,6 +94,7 @@ This package contains documentation for the libspandsp API.
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%define _lto_cflags %{nil}
|
||||
autoreconf -fiv
|
||||
# Enabling MMX could be safe.. I see cpuid calls in the source
|
||||
%configure \
|
||||
|
Loading…
x
Reference in New Issue
Block a user