|
|
@ -1,45 +1,31 @@
|
|
|
|
%define major 1
|
|
|
|
|
|
|
|
%define devname belle-sip-devel
|
|
|
|
|
|
|
|
%define libname belle-sip-libs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%bcond_with tests
|
|
|
|
%bcond_with tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Linphone sip stack
|
|
|
|
Name: belle-sip
|
|
|
|
Name: belle-sip
|
|
|
|
Version: 5.3.5
|
|
|
|
Version: 5.3.54
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
Summary: Linphone sip stack
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Group: Communications/Telephony
|
|
|
|
|
|
|
|
License: GPLv2
|
|
|
|
License: GPLv2
|
|
|
|
URL: https://linphone.org/technical-corner/belle-sip/overview
|
|
|
|
URL: https://linphone.org/technical-corner/belle-sip/overview
|
|
|
|
Source0: https://gitlab.linphone.org/BC/public/belle-sip/-/archive/%{version}/belle-sip-%{version}.tar.gz
|
|
|
|
Source0: https://gitlab.linphone.org/BC/public/belle-sip/-/archive/%{version}/belle-sip-%{version}.tar.gz
|
|
|
|
# (wally) fix pkgconfig file contents when building with cmake
|
|
|
|
# (wally) fix pkgconfig file contents when building with cmake
|
|
|
|
Patch100: belle-sip-cmake-fix-pkgconfig-pc-file.patch
|
|
|
|
Patch100: belle-sip-cmake-fix-pkgconfig-pc-file.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: ninja-build
|
|
|
|
BuildRequires: ninja-build
|
|
|
|
BuildRequires: bctoolbox-devel >= %{version}
|
|
|
|
BuildRequires: bctoolbox-devel >= %{version}
|
|
|
|
BuildRequires: belr-devel >= %{version}
|
|
|
|
BuildRequires: belr-devel >= %{version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Obsoletes: belle-sip < %{version}
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Belle-sip is an object oriented c written SIP stack used by Linphone.
|
|
|
|
Belle-sip is an object oriented c written SIP stack used by Linphone.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{libname}
|
|
|
|
%package devel
|
|
|
|
Summary: The belle-sip library, a part of belle-sip
|
|
|
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
Requires: %{name}-grammars >= %{version}-%{release}
|
|
|
|
|
|
|
|
Obsoletes: %{_lib}bellesip1 < 5.3.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{libname}
|
|
|
|
|
|
|
|
The belle-sip library, a part of belle-sip.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{devname}
|
|
|
|
|
|
|
|
Summary: Development libraries for belle-sip
|
|
|
|
Summary: Development libraries for belle-sip
|
|
|
|
Group: System/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Provides: %{name}-devel = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires: %{libname} = %{version}-%{release}
|
|
|
|
|
|
|
|
Obsoletes: %{_lib}bellesip-devel < 5.3.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{devname}
|
|
|
|
%description devel
|
|
|
|
Libraries and headers required to develop software with belle-sip.
|
|
|
|
Libraries and headers required to develop software with belle-sip.
|
|
|
|
|
|
|
|
|
|
|
|
%package grammars
|
|
|
|
%package grammars
|
|
|
@ -68,7 +54,11 @@ sed -i -e '/project/s/\(VERSION\)\s\+[0-9]\+\(\.[0-9]\+\)\+/\1 %{version}/' CMak
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%cmake_install
|
|
|
|
%cmake_install
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{devname}
|
|
|
|
%files
|
|
|
|
|
|
|
|
%license LICENSE.txt
|
|
|
|
|
|
|
|
%{_libdir}/libbelle-sip.so.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%doc README.md CHANGELOG.md
|
|
|
|
%doc README.md CHANGELOG.md
|
|
|
|
%{_includedir}/belle-sip/
|
|
|
|
%{_includedir}/belle-sip/
|
|
|
|
%{_libdir}/libbelle-sip.so
|
|
|
|
%{_libdir}/libbelle-sip.so
|
|
|
@ -80,15 +70,15 @@ sed -i -e '/project/s/\(VERSION\)\s\+[0-9]\+\(\.[0-9]\+\)\+/\1 %{version}/' CMak
|
|
|
|
%{_datadir}/belle_sip_tester/tester_hosts
|
|
|
|
%{_datadir}/belle_sip_tester/tester_hosts
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{libname}
|
|
|
|
|
|
|
|
%license LICENSE.txt
|
|
|
|
|
|
|
|
%{_libdir}/libbelle-sip.so.%{major}{,.*}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files grammars
|
|
|
|
%files grammars
|
|
|
|
%{_datadir}/belr/grammars/sdp_grammar
|
|
|
|
%{_datadir}/belr/grammars/sdp_grammar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri May 31 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 5.3.54-1.inferit
|
|
|
|
|
|
|
|
- Update to 5.3.54
|
|
|
|
|
|
|
|
- Clean up spec
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 30 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> 5.3.5-1.inferit
|
|
|
|
* Thu May 30 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> 5.3.5-1.inferit
|
|
|
|
- Rebuilt for MSVSphere 9.4
|
|
|
|
- Rebuilt for MSVSphere 9.4
|
|
|
|
|
|
|
|
|
|
|
|