From 8be51ad05ef984931ff4238ea3e9bf16fa480cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 14 Oct 2020 22:37:54 +0200 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/catch1#68277cf15cba97f692c6fac8543bf2b117253b0e --- .gitignore | 3 + catch1.spec | 167 ++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 171 insertions(+) create mode 100644 catch1.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..7380d06 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,3 @@ +/catch1-1.12.0.tar.gz +/catch1-1.12.1.tar.gz +/catch1-1.12.2.tar.gz diff --git a/catch1.spec b/catch1.spec new file mode 100644 index 0000000..dd1e02f --- /dev/null +++ b/catch1.spec @@ -0,0 +1,167 @@ +%global debug_package %{nil} + +Name: catch1 +Version: 1.12.2 +Release: 6%{?dist} +Summary: A modern, C++-native, header-only, framework for unit-tests, TDD and BDD + +License: Boost +URL: https://github.com/philsquared/Catch +Source0: https://github.com/philsquared/Catch/archive/v%{version}/%{name}-%{version}.tar.gz + +BuildRequires: cmake make gcc-c++ + +%description +Catch stands for C++ Automated Test Cases in Headers and is a +multi-paradigm automated test framework for C++ and Objective-C (and, +maybe, C). It is implemented entirely in a set of header files, but +is packaged up as a single header for extra convenience. + + +%package devel +Summary: Development files for %{name} +Provides: %{name}-static = %{version}-%{release} +Conflicts: catch-devel + +%description devel +Catch stands for C++ Automated Test Cases in Headers and is a +multi-paradigm automated test framework for C++ and Objective-C (and, +maybe, C). It is implemented entirely in a set of header files, but +is packaged up as a single header for extra convenience. + + +%prep +%autosetup -p 1 -n Catch2-%{version} + + +%build +%cmake +%cmake_build + + +%install +mkdir -p %{buildroot}%{_includedir} +cp -pr include %{buildroot}%{_includedir}/catch + + +%check +%ctest + + +%files devel +%doc README.md catch-logo-small.png docs +%license LICENSE.txt +%{_includedir}/catch + + +%changelog +* Mon Jul 27 2020 Fedora Release Engineering - 1.12.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jan 28 2020 Fedora Release Engineering - 1.12.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Wed Jul 24 2019 Fedora Release Engineering - 1.12.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jan 31 2019 Fedora Release Engineering - 1.12.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Jul 12 2018 Fedora Release Engineering - 1.12.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue May 15 2018 Tom Hughes - 1.12.2-1 +- Update to 1.12.2 upstream release + +* Sat Mar 3 2018 Tom Hughes - 1.12.1-1 +- Update to 1.12.1 upstream release + +* Wed Feb 07 2018 Fedora Release Engineering - 1.12.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sun Jan 14 2018 Tom Hughes - 1.12.0-1 +- Update to 1.12.0 upstream release + +* Wed Nov 1 2017 Tom Hughes - 1.11.0-1 +- Update to 1.11.0 upstream release + +* Sun Aug 27 2017 Tom Hughes - 1.10.0-1 +- Update to 1.10.0 upstream release + +* Fri Aug 11 2017 Tom Hughes - 1.9.7-1 +- Update to 1.9.7 upstream release + +* Wed Aug 02 2017 Fedora Release Engineering - 1.9.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.9.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Tue Jun 27 2017 Tom Hughes - 1.9.6-1 +- Update to 1.9.6 upstream release + +* Fri Jun 16 2017 Tom Hughes - 1.9.5-1 +- Update to 1.9.5 upstream release + +* Tue May 16 2017 Tom Hughes - 1.9.4-1 +- Update to 1.9.4 upstream release + +* Wed Apr 26 2017 Tom Hughes - 1.9.3-1 +- Update to 1.9.3 upstream release + +* Tue Apr 25 2017 Tom Hughes - 1.9.2-1 +- Update to 1.9.2 upstream release + +* Mon Apr 10 2017 Tom Hughes - 1.9.1-1 +- Update to 1.9.1 upstream release + +* Sat Apr 8 2017 Tom Hughes - 1.9.0-1 +- Update to 1.9.0 upstream release + +* Wed Mar 15 2017 Tom Hughes - 1.8.2-1 +- Update to 1.8.2 upstream release + +* Sat Mar 4 2017 Tom Hughes - 1.8.1-1 +- Update to 1.8.1 upstream release + +* Wed Mar 1 2017 Tom Hughes - 1.8.0-1 +- Update to 1.8.0 upstream release + +* Fri Feb 10 2017 Tom Hughes - 1.7.1-1 +- Update to 1.7.1 upstream release + +* Fri Feb 10 2017 Fedora Release Engineering - 1.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 3 2017 Tom Hughes - 1.7.0-1 +- Update to 1.7.0 upstream release + +* Sun Jan 29 2017 Tom Hughes - 1.6.1-1 +- Update to 1.6.1 upstream release + +* Sun Jan 15 2017 Tom Hughes - 1.6.0-1 +- Update to 1.6.0 upstream release + +* Tue Dec 13 2016 Tom Hughes - 1.5.9-1 +- Update to 1.5.9 upstream release + +* Thu Nov 10 2016 Igor Gnatenko - 1.5.8-1 +- Update to 1.5.8 + +* Sat May 14 2016 Tom Hughes - 1.5.4-1 +- Update to 1.5.4 upstream release + +* Thu Apr 28 2016 Tom Hughes - 1.5.1-1 +- Update to 1.5.1 upstream release + +* Sun Apr 24 2016 Tom Hughes - 1.5.0-1 +- Update to 1.5.0 upstream release + +* Wed Mar 30 2016 Tom Hughes - 1.4.0-1 +- Update to 1.4.0 upstream release + +* Wed Feb 03 2016 Fedora Release Engineering - 1.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Sep 18 2015 Tom Hughes - 1.2.1-1 +- Initial build diff --git a/sources b/sources new file mode 100644 index 0000000..f668b45 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (catch1-1.12.2.tar.gz) = ed963cdca9fe307ee02928677f81cafcb41cd607faaa315182fdf898d0f2aa28f0be2141bd642f46fdfac400c38f6d065e00a595a1e5879fe2335c4a3851e844