Accepting request 999989 from home:jengelh:branches:multimedia:libs

update

OBS-URL: https://build.opensuse.org/request/show/999989
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgsm?expand=0&rev=30
This commit is contained in:
Takashi Iwai 2022-08-30 05:17:03 +00:00 committed by Git OBS Bridge
parent c728534461
commit fce55a1fc7
3 changed files with 18 additions and 5 deletions

BIN
gsm-1.0.22.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Aug 28 22:32:54 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.0.22
* Build system updates only
- Move documentation out of libgsm1, no one reads it if it's
implicitly installed for something else.
-------------------------------------------------------------------
Tue Jul 26 09:07:00 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -17,9 +17,9 @@
%define _name gsm
%define _version 1.0-pl20
%define _version 1.0-pl22
Name: libgsm
Version: 1.0.20
Version: 1.0.22
Release: 0
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
License: ISC
@ -40,7 +40,7 @@ samples (8 kHz sampling rate) into 260 bits.
%package -n libgsm1
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
Group: Productivity/Multimedia/Sound/Editors and Convertors
Group: System/Libraries
%description -n libgsm1
Contains the library for a GSM speech compressor.
@ -70,7 +70,7 @@ The front-end is modeled after the historic compress(1) utility.
%package devel
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
Group: Development/Libraries/C and C++
Requires: libgsm1 = %{version}
Requires: libgsm1 = %{version}-%{release}
%description devel
Contains the development kit for the libgsm speech compressor.
@ -105,6 +105,8 @@ cp -d lib/libgsm.so* %{buildroot}%{_libdir}
( cd %{buildroot}%{_libdir} ; ln -sf libgsm.so.1 libgsm.so )
cp inc/{private.h,proto.h,unproto.h} %{buildroot}%{_includedir}/gsm/
rm -f %{buildroot}%{_libdir}/*.a
ln -fsv toast %{buildroot}/%{_bindir}/untoast
ln -fsv toast %{buildroot}/%{_bindir}/tcat
%post -n libgsm1 -p /sbin/ldconfig
%postun -n libgsm1 -p /sbin/ldconfig
@ -115,10 +117,10 @@ rm -f %{buildroot}%{_libdir}/*.a
%files -n libgsm1
%license COPYRIGHT
%doc ChangeLog MACHINES README
%{_libdir}/*.so.*
%files devel
%doc ChangeLog MACHINES README
%{_libdir}/*.so
%{_mandir}/man3/*.*
%{_includedir}/gsm