SHA256
1
0
forked from pool/broadvoice32

- Correct endian selection

- Added baselibs.conf

OBS-URL: https://build.opensuse.org/package/show/network:telephony/broadvoice32?expand=0&rev=5
This commit is contained in:
Giacomo Comes 2021-11-07 04:17:43 +00:00 committed by Git OBS Bridge
parent 1c4051efa5
commit 957b4a80e4
3 changed files with 15 additions and 7 deletions

1
baselibs.conf Normal file
View File

@ -0,0 +1 @@
broadvoice32

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Nov 7 04:15:40 UTC 2021 - Giacomo Comes <gcomes.obs@gmail.com> - 1.2
- Correct endian selection
- Added baselibs.conf
-------------------------------------------------------------------
Wed Oct 6 20:17:31 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package broadvoice16
# spec file for package broadvoice32
#
# Copyright (c) 2021 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,9 +12,10 @@
# 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/
#
%define static 0
%define shared 1
%define tools 1
@ -32,8 +33,9 @@ Source2: README
Source3: README.SUSE
Source4: meson_options.txt
Source5: meson.build
BuildRequires: unzip
Source6: baselibs.conf
BuildRequires: meson
BuildRequires: unzip
%description
BroadVoice is a family of speech coding algorithms created by
@ -83,7 +85,7 @@ rm -r %{buildroot}%{_includedir}/bv32-floatingpoint
%check
%if 0%{?tools}
%ifarch s390x ppc64 %sparc %sparc64
%ifarch s390x ppc ppc64 %sparc %sparc64
%define endianness BigEndian
%else
%define endianness LittleEndian
@ -108,8 +110,7 @@ PATH=%{buildroot}%{_bindir}:$PATH LD_LIBRARY_PATH=%{buildroot}%{_libdir} \
%postun -p /sbin/ldconfig
%endif
%files
%files
%license COPYING
%doc README README.SUSE BroadVoice32.doc
%if 0%{?tools}