diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..62167f3 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +broadvoice32 diff --git a/broadvoice32.changes b/broadvoice32.changes index 473d220..2984404 100644 --- a/broadvoice32.changes +++ b/broadvoice32.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Nov 7 04:15:40 UTC 2021 - Giacomo Comes - 1.2 + +- Correct endian selection +- Added baselibs.conf + ------------------------------------------------------------------- Wed Oct 6 20:17:31 UTC 2021 - Jan Engelhardt diff --git a/broadvoice32.spec b/broadvoice32.spec index a20daa0..8de955f 100644 --- a/broadvoice32.spec +++ b/broadvoice32.spec @@ -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}