11# BUILD using: rpmbuild -ba spandsp.spec
22# DOC: https://fedoraproject.org/wiki/Packaging:SourceURL
3- %global commit f995f452ee79d03c4afa90b10e86a5f9c553920c
43
54Summary: A DSP library for telephony.
6- Name: spandsp3
7- Version: 3.1.0
5+ Name: spandsp4
6+ Version: 3.1.1
87Release: 1
98License: LGPLv2 and GPLv2
109Group: System Environment/Libraries
1110URL: http://www.soft-switch.org
1211%undefine _disable_source_fetch
13- Source0: https://github.com/freeswitch/spandsp/archive/%{ commit }.tar.gz
12+ Source0: https://github.com/freeswitch/spandsp/archive/refs/tags/v%{ version }.tar.gz
1413BuildRoot: %{_tmppath }/spandsp-%{version }-%{release }-root-%(%{__id_u} -n)
1514
1615BuildRequires: libtiff-devel%{?_isa }
@@ -35,7 +34,7 @@ information about these intellectual property issues.
3534Summary: SpanDSP development files
3635Group: Development/Libraries
3736Conflicts: spandsp-devel
38- Requires: spandsp3 %{?_isa } = %{version }-%{release }
37+ Requires: spandsp4 %{?_isa } = %{version }-%{release }
3938Requires: libtiff-devel%{?_isa }
4039Requires: libjpeg-turbo-devel%{?_isa }
4140
@@ -50,7 +49,7 @@ Group: Development/Libraries
5049SpanDSP API documentation.
5150
5251%prep
53- %autosetup -n spandsp-%{commit }
52+ %autosetup -n spandsp-%{version }
5453
5554%build
5655autoreconf -i
@@ -92,6 +91,9 @@ rm -rf %{buildroot}
9291%postun -p /sbin/ldconfig
9392
9493%changelog
94+ * Fri Jul 31 2026 FreeSWITCH Solutions <packages@freeswitch.com> 3.1.1-1
95+ - Rename package to spandsp4 (SONAME bump)
96+
9597* Thu Jul 30 2026 FreeSWITCH Solutions <packages@freeswitch.com> 3.1.0-1
9698- Release for RPM based distros
9799
0 commit comments