Update to 3.3.1 upstream release
This commit is contained in:
parent
65cc39bc5b
commit
91b830eb62
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,3 +50,4 @@
|
||||
/catch-2.13.5.tar.gz
|
||||
/catch-2.13.8.tar.gz
|
||||
/catch-2.13.10.tar.gz
|
||||
/catch-3.3.1.tar.gz
|
||||
|
23
catch.spec
23
catch.spec
@ -1,7 +1,5 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: catch
|
||||
Version: 2.13.10
|
||||
Version: 3.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Modern, C++-native, header-only, framework for unit-tests, TDD and BDD
|
||||
|
||||
@ -20,7 +18,7 @@ is packaged up as a single header for extra convenience.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Provides: %{name}-static = %{version}-%{release}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Catch stands for C++ Automated Test Cases in Headers and is a
|
||||
@ -38,7 +36,7 @@ is packaged up as a single header for extra convenience.
|
||||
-DCATCH_BUILD_EXTRA_TESTS=ON \
|
||||
-DCATCH_ENABLE_WERROR=OFF \
|
||||
-DCATCH_INSTALL_DOCS=OFF \
|
||||
-DBUILD_SHARED_LIBS=OFF
|
||||
-DBUILD_SHARED_LIBS=ON
|
||||
%cmake_build
|
||||
|
||||
|
||||
@ -50,16 +48,27 @@ is packaged up as a single header for extra convenience.
|
||||
%ctest
|
||||
|
||||
|
||||
%files
|
||||
%license LICENSE.txt
|
||||
%{_libdir}/libCatch2.so.%{version}
|
||||
%{_libdir}/libCatch2Main.so.%{version}
|
||||
|
||||
|
||||
%files devel
|
||||
%doc README.md CODE_OF_CONDUCT.md docs
|
||||
%license LICENSE.txt
|
||||
%{_includedir}/catch2/
|
||||
%{_libdir}/libCatch2.so
|
||||
%{_libdir}/libCatch2Main.so
|
||||
%{_libdir}/cmake/Catch2/
|
||||
%{_datadir}/Catch2/
|
||||
%{_datadir}/pkgconfig/catch2.pc
|
||||
%{_libdir}/cmake/Catch2/
|
||||
%{_datadir}/pkgconfig/catch2-with-main.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 21 2023 Tom Hughes <tom@compton.nu> - 3.3.1-1
|
||||
- Update to 3.3.1 upstream release
|
||||
|
||||
* Thu Jan 19 2023 Tom Hughes <tom@compton.nu> - 2.13.10-1
|
||||
- Update to 2.13.10 upstream release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (catch-2.13.10.tar.gz) = 33c2292d5d315128a73f8cff27e92f86f3af30c45ce199297110b3cd2bf7d67a972fbcf7415aed1c467c384e0e3c63900c90faedff1d74c9d94b9e3e43df5ee2
|
||||
SHA512 (catch-3.3.1.tar.gz) = 93aff3549c3d8454c7deded0e64471f2a8290edfd842c2e0816a353ef9ec2896bee25da6d952cc3bbf022262e22ed2a522485dbfe5d1d492f07eb4c0c2ddb779
|
||||
|
Loading…
Reference in New Issue
Block a user