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