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
|
||||
Version: 3.0.1
|
||||
Version: 3.1.0
|
||||
Release: 1mamba
|
||||
Summary: A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD
|
||||
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
|
||||
License: Boost Software License
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
|
||||
@ -44,7 +47,8 @@ This package contains libraries and header files for developing applications tha
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/catch2/
|
||||
%{_includedir}/catch2/*
|
||||
%{_libdir}/libCatch2*.a
|
||||
%{_libdir}/libCatch2.so
|
||||
%{_libdir}/libCatch2Main.so
|
||||
%dir %{_libdir}/cmake/Catch2
|
||||
%{_libdir}/cmake/Catch2/*.cmake
|
||||
%{_datadir}/Catch2/gdbinit
|
||||
@ -55,6 +59,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc README.md
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user