155 lines
5.0 KiB
RPMSpec
155 lines
5.0 KiB
RPMSpec
Name: belle-sip
|
|
Version: 5.3.94
|
|
Release: 1mamba
|
|
Summary: A SIP (RFC3261) implementation written in C, with an object oriented API.
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.linphone.org
|
|
Source: https://github.com/BelledonneCommunications/belle-sip.git/%{version}/%{name}-%{version}.tar.bz2
|
|
Patch0: belle-sip-1.5.0-fix-internal-includes.patch
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libbctoolbox-devel
|
|
BuildRequires: libbelr-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libz-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libbelr-devel
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description
|
|
Belle-sip is a SIP (RFC3261) implementation written in C, with an object oriented API.
|
|
|
|
%package -n lib%{name}
|
|
Group: System/Libraries
|
|
Summary: Shared libraries for %{name}
|
|
|
|
%description -n lib%{name}
|
|
This package contains shared libraries for %{name}.
|
|
|
|
%package -n lib%{name}-devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Requires: pkg-config
|
|
|
|
%description -n lib%{name}-devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
export CC=/usr/bin/clang
|
|
export CXX=/usr/bin/clang++
|
|
|
|
%cmake -d build \
|
|
-DENABLE_UNIT_TESTS=NO
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
%files -n lib%{name}
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libbelle-sip.so.*
|
|
%dir %{_datadir}/belr
|
|
%dir %{_datadir}/belr/grammars
|
|
%{_datadir}/belr/grammars/sdp_grammar
|
|
%doc LICENSE.txt
|
|
|
|
%files -n lib%{name}-devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/belle-sip
|
|
%{_includedir}/belle-sip/*.h
|
|
%{_includedir}/belle-sip/*.hh
|
|
%{_libdir}/libbelle-sip.so
|
|
%dir %{_libdir}/cmake/BelleSIP
|
|
%{_libdir}/cmake/BelleSIP/BelleSIP*.cmake
|
|
%{_libdir}/pkgconfig/belle-sip.pc
|
|
|
|
%changelog
|
|
* Fri Nov 01 2024 Automatic Build System <autodist@openmamba.org> 5.3.94-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 13 2024 Automatic Build System <autodist@openmamba.org> 5.3.89-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Sep 16 2024 Automatic Build System <autodist@openmamba.org> 5.3.83-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Sep 11 2024 Automatic Build System <autodist@openmamba.org> 5.3.81-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 08 2024 Automatic Build System <autodist@openmamba.org> 5.3.79-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 29 2024 Automatic Build System <autodist@openmamba.org> 5.3.77-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 06 2024 Automatic Build System <autodist@openmamba.org> 5.3.74-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jul 23 2024 Automatic Build System <autodist@openmamba.org> 5.3.72-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jul 15 2024 Automatic Build System <autodist@openmamba.org> 5.3.65-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri May 03 2024 Automatic Build System <autodist@openmamba.org> 5.3.41-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Dec 18 2023 Automatic Build System <autodist@mambasoft.it> 5.2.112-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 29 2023 Automatic Build System <autodist@mambasoft.it> 5.2.111-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jun 28 2021 Automatic Build System <autodist@mambasoft.it> 4.5.22-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jun 17 2021 Automatic Build System <autodist@mambasoft.it> 4.5.20-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat May 15 2021 Automatic Build System <autodist@mambasoft.it> 4.5.15-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue May 11 2021 Automatic Build System <autodist@mambasoft.it> 4.5.14-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri May 07 2021 Automatic Build System <autodist@mambasoft.it> 4.5.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Sep 05 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.3-1mamba
|
|
- update to 1.6.3
|
|
|
|
* Sun Dec 18 2016 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Nov 03 2015 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jun 08 2015 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Mar 18 2015 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jul 13 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-2mamba
|
|
- rebuilt by autoport with build requirements: libpolarssl-devel>=1.3.8-1mamba
|
|
|
|
* Sat Mar 08 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-1mamba
|
|
- package created using the webbuild interface
|