update to 5.3.12 [release 5.3.12-1mamba;Sun Jan 28 2024]
This commit is contained in:
parent
a7bc4e9856
commit
05736fb89b
18
belr.spec
18
belr.spec
@ -1,6 +1,6 @@
|
|||||||
Name: belr
|
Name: belr
|
||||||
Version: 5.2.111
|
Version: 5.3.12
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Belledonne Communications' language recognition library
|
Summary: Belledonne Communications' language recognition library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -44,8 +44,12 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake \
|
%cmake \
|
||||||
|
-DBUILD_SHARED_LIBS=YES \
|
||||||
-DENABLE_STATIC=OFF \
|
-DENABLE_STATIC=OFF \
|
||||||
-DENABLE_TESTS=OFF
|
-DENABLE_TESTS=OFF \
|
||||||
|
-DENABLE_UNIT_TESTS=NO
|
||||||
|
|
||||||
|
# -DENABLE_TOOLS=NO \
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -71,12 +75,14 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%dir %{_includedir}/belr
|
%dir %{_includedir}/belr
|
||||||
%{_includedir}/belr/*.h
|
%{_includedir}/belr/*.h
|
||||||
%{_libdir}/libbelr.so
|
%{_libdir}/libbelr.so
|
||||||
%dir %{_libdir}/cmake/belr
|
%dir %{_libdir}/cmake/Belr
|
||||||
%{_libdir}/cmake/belr/belr*.cmake
|
%{_libdir}/cmake/Belr/Belr*.cmake
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 28 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 5.3.12-1mamba
|
||||||
|
- update to 5.3.12
|
||||||
|
|
||||||
* Wed Nov 29 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.111-2mamba
|
* Wed Nov 29 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.111-2mamba
|
||||||
- rebuild with ENABLE_TESTS=OFF
|
- rebuild with ENABLE_TESTS=OFF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user