update to 0.11.0 [release 0.11.0-1mamba;Thu Dec 24 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 17:21:16 +01:00
parent 01473c269d
commit 344b428df3

View File

@ -1,5 +1,5 @@
Name: range-v3 Name: range-v3
Version: 0.5.0 Version: 0.11.0
Release: 1mamba Release: 1mamba
Summary: Range library for C++11/14/17 Summary: Range library for C++11/14/17
Group: System/Libraries Group: System/Libraries
@ -30,7 +30,9 @@ This package contains header files for developing applications that use %{name}.
%setup -q %setup -q
%build %build
%cmake -d build %cmake -d build \
-DRANGE_V3_TESTS=OFF
%make %make
%install %install
@ -47,11 +49,19 @@ This package contains header files for developing applications that use %{name}.
%dir %{_includedir}/range %dir %{_includedir}/range
%dir %{_includedir}/range/v3 %dir %{_includedir}/range/v3
%{_includedir}/range/v3/* %{_includedir}/range/v3/*
%{_includedir}/concepts/*.hpp
%{_includedir}/module.modulemap
%{_includedir}/std/detail/associated_types.hpp
%{_includedir}/std/iterator
%{_prefix}/lib/cmake/range-v3/range-v3-config-version.cmake %{_prefix}/lib/cmake/range-v3/range-v3-config-version.cmake
%{_prefix}/lib/cmake/range-v3/range-v3-config.cmake %{_prefix}/lib/cmake/range-v3/range-v3-config.cmake
%{_prefix}/lib/cmake/range-v3/range-v3-targets.cmake
%doc README.md %doc README.md
%changelog %changelog
* Thu Dec 24 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11.0-1mamba
- update to 0.11.0
* Fri May 10 2019 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba * Fri May 10 2019 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
- automatic version update by autodist - automatic version update by autodist