automatic version update by autodist [release 3.1.0-1mamba;Tue Jul 19 2022]
This commit is contained in:
parent
204db097ef
commit
2616c76bc9
11
catch2.spec
11
catch2.spec
@ -1,5 +1,5 @@
|
|||||||
Name: catch2
|
Name: catch2
|
||||||
Version: 3.0.1
|
Version: 3.1.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD
|
Summary: A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -10,6 +10,9 @@ URL: https://github.com/catchorg/Catch2
|
|||||||
Source: https://github.com/catchorg/Catch2.git/v%{version}/Catch2-%{version}.tar.bz2
|
Source: https://github.com/catchorg/Catch2.git/v%{version}/Catch2-%{version}.tar.bz2
|
||||||
License: Boost Software License
|
License: Boost Software License
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
|
||||||
@ -44,7 +47,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/catch2/
|
%dir %{_includedir}/catch2/
|
||||||
%{_includedir}/catch2/*
|
%{_includedir}/catch2/*
|
||||||
%{_libdir}/libCatch2*.a
|
%{_libdir}/libCatch2.so
|
||||||
|
%{_libdir}/libCatch2Main.so
|
||||||
%dir %{_libdir}/cmake/Catch2
|
%dir %{_libdir}/cmake/Catch2
|
||||||
%{_libdir}/cmake/Catch2/*.cmake
|
%{_libdir}/cmake/Catch2/*.cmake
|
||||||
%{_datadir}/Catch2/gdbinit
|
%{_datadir}/Catch2/gdbinit
|
||||||
@ -55,6 +59,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 19 2022 Automatic Build System <autodist@mambasoft.it> 3.1.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri May 20 2022 Automatic Build System <autodist@mambasoft.it> 3.0.1-1mamba
|
* Fri May 20 2022 Automatic Build System <autodist@mambasoft.it> 3.0.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user