automatic version update by autodist [release 5.3.41-1mamba;Fri May 03 2024]
This commit is contained in:
parent
ebb3287903
commit
7b91734d76
@ -1,5 +1,5 @@
|
||||
Name: belle-sip
|
||||
Version: 5.2.112
|
||||
Version: 5.3.41
|
||||
Release: 1mamba
|
||||
Summary: A SIP (RFC3261) implementation written in C, with an object oriented API.
|
||||
Group: System/Libraries
|
||||
@ -50,7 +50,7 @@ export CC=/usr/bin/clang
|
||||
export CXX=/usr/bin/clang++
|
||||
|
||||
%cmake -d build \
|
||||
-DENABLE_TESTS=OFF
|
||||
-DENABLE_UNIT_TESTS=NO
|
||||
|
||||
%make
|
||||
|
||||
@ -66,7 +66,7 @@ export CXX=/usr/bin/clang++
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libbellesip.so.*
|
||||
%{_libdir}/libbelle-sip.so.*
|
||||
%dir %{_datadir}/belr
|
||||
%dir %{_datadir}/belr/grammars
|
||||
%{_datadir}/belr/grammars/sdp_grammar
|
||||
@ -77,13 +77,15 @@ export CXX=/usr/bin/clang++
|
||||
%dir %{_includedir}/belle-sip
|
||||
%{_includedir}/belle-sip/*.h
|
||||
%{_includedir}/belle-sip/*.hh
|
||||
%{_libdir}/libbellesip.so
|
||||
%{_libdir}/libbellesip.a
|
||||
%{_libdir}/libbelle-sip.so
|
||||
%dir %{_libdir}/cmake/BelleSIP
|
||||
%{_libdir}/cmake/BelleSIP/BelleSIP*.cmake
|
||||
%{_libdir}/pkgconfig/belle-sip.pc
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user