Accepting request 1000833 from multimedia:libs

- 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.

OBS-URL: https://build.opensuse.org/request/show/1000833
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgsm?expand=0&rev=29
factory
Dominique Leuenberger 9 months ago committed by Git OBS Bridge
commit 59e279aad6

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6315c38518b81e899c3fc2ed463cc623af29c5c231a48c137b24302234ae90bf
size 68230

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0072e91f6bb85a878b2f6dbf4a0b7c850c4deb8049d554c65340b3bf69df0ac
size 66583

@ -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>

@ -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

Loading…
Cancel
Save