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
|
||||
Version: 5.2.111
|
||||
Release: 2mamba
|
||||
Version: 5.3.12
|
||||
Release: 1mamba
|
||||
Summary: Belledonne Communications' language recognition library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -44,8 +44,12 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
-DBUILD_SHARED_LIBS=YES \
|
||||
-DENABLE_STATIC=OFF \
|
||||
-DENABLE_TESTS=OFF
|
||||
-DENABLE_TESTS=OFF \
|
||||
-DENABLE_UNIT_TESTS=NO
|
||||
|
||||
# -DENABLE_TOOLS=NO \
|
||||
|
||||
%cmake_build
|
||||
|
||||
@ -71,12 +75,14 @@ This package contains libraries and header files for developing applications tha
|
||||
%dir %{_includedir}/belr
|
||||
%{_includedir}/belr/*.h
|
||||
%{_libdir}/libbelr.so
|
||||
%dir %{_libdir}/cmake/belr
|
||||
%{_libdir}/cmake/belr/belr*.cmake
|
||||
%dir %{_libdir}/cmake/Belr
|
||||
%{_libdir}/cmake/Belr/Belr*.cmake
|
||||
%doc README.md
|
||||
|
||||
|
||||
%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
|
||||
- rebuild with ENABLE_TESTS=OFF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user