automatic version update by autodist [release 1.0.22-1mamba;Wed Aug 10 2022]

This commit is contained in:
Automatic Build System 2024-01-05 23:29:49 +01:00
parent ea494573c7
commit dd0b93d464

View File

@ -2,14 +2,14 @@
%define minver %(echo %version | cut -d . -f3)
Name: gsm
Version: 1.0.20
Version: 1.0.22
Release: 1mamba
Summary: GSM 06.10 lossy speech compression library
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.quut.com/gsm/
URL: https://www.quut.com/gsm/
Source: http://www.quut.com/gsm/gsm-%{version}.tar.gz
Patch0: gsm-1.0.20-shared.patch
License: GPL
@ -75,6 +75,11 @@ cp -a inc/*.h %{buildroot}%{_includedir}/gsm/
install -d -m0755 %{buildroot}%{_mandir}/man3
cp -a man/*.3 %{buildroot}%{_mandir}/man3/
# Fix symlinks pointing to buildroot
rm -f %{buildroot}%{_bindir}/{tcat,untoast}
ln -s toast %{buildroot}%{_bindir}/tcat
ln -s toast %{buildroot}%{_bindir}/untoast
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -100,6 +105,9 @@ cp -a man/*.3 %{buildroot}%{_mandir}/man3/
%doc ChangeLog README
%changelog
* Wed Aug 10 2022 Automatic Build System <autodist@mambasoft.it> 1.0.22-1mamba
- automatic version update by autodist
* Sat Jul 16 2022 Automatic Build System <autodist@mambasoft.it> 1.0.20-1mamba
- automatic version update by autodist