automatic version update by autodist [release 1.0.22-1mamba;Wed Aug 10 2022]
This commit is contained in:
parent
ea494573c7
commit
dd0b93d464
12
gsm.spec
12
gsm.spec
@ -2,14 +2,14 @@
|
|||||||
%define minver %(echo %version | cut -d . -f3)
|
%define minver %(echo %version | cut -d . -f3)
|
||||||
|
|
||||||
Name: gsm
|
Name: gsm
|
||||||
Version: 1.0.20
|
Version: 1.0.22
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: GSM 06.10 lossy speech compression library
|
Summary: GSM 06.10 lossy speech compression library
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: http://www.quut.com/gsm/gsm-%{version}.tar.gz
|
||||||
Patch0: gsm-1.0.20-shared.patch
|
Patch0: gsm-1.0.20-shared.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -75,6 +75,11 @@ cp -a inc/*.h %{buildroot}%{_includedir}/gsm/
|
|||||||
install -d -m0755 %{buildroot}%{_mandir}/man3
|
install -d -m0755 %{buildroot}%{_mandir}/man3
|
||||||
cp -a man/*.3 %{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
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -100,6 +105,9 @@ cp -a man/*.3 %{buildroot}%{_mandir}/man3/
|
|||||||
%doc ChangeLog README
|
%doc ChangeLog README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jul 16 2022 Automatic Build System <autodist@mambasoft.it> 1.0.20-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user