Blame SPECS/catch1.spec

9c561c
%global debug_package %{nil}
9c561c
9c561c
Name:           catch1
9c561c
Version:        1.12.1
9c561c
Release:        1%{?dist}
9c561c
Summary:        A modern, C++-native, header-only, framework for unit-tests, TDD and BDD
9c561c
9c561c
License:        Boost
9c561c
URL:            https://github.com/philsquared/Catch
9c561c
Source0:        https://github.com/philsquared/Catch/archive/v%{version}/%{name}-%{version}.tar.gz
9c561c
9c561c
BuildRequires:  cmake make gcc-c++
9c561c
9c561c
%description
9c561c
Catch stands for C++ Automated Test Cases in Headers and is a
9c561c
multi-paradigm automated test framework for C++ and Objective-C (and,
9c561c
maybe, C). It is implemented entirely in a set of header files, but
9c561c
is packaged up as a single header for extra convenience.
9c561c
9c561c
9c561c
%package        devel
9c561c
Summary:        Development files for %{name}
9c561c
Provides:       %{name}-static = %{version}-%{release}
9c561c
Conflicts:      catch-devel
9c561c
9c561c
%description    devel
9c561c
Catch stands for C++ Automated Test Cases in Headers and is a
9c561c
multi-paradigm automated test framework for C++ and Objective-C (and,
9c561c
maybe, C). It is implemented entirely in a set of header files, but
9c561c
is packaged up as a single header for extra convenience.
9c561c
9c561c
9c561c
%prep
9c561c
%autosetup -p 1 -n Catch2-%{version}
9c561c
9c561c
9c561c
%build
9c561c
%cmake . -Bbuild
9c561c
%make_build -Cbuild
9c561c
9c561c
9c561c
%install
9c561c
mkdir -p %{buildroot}%{_includedir}
9c561c
cp -pr include  %{buildroot}%{_includedir}/catch
9c561c
9c561c
9c561c
%check
9c561c
cd build
9c561c
ctest -V %{?_smp_mflags}
9c561c
9c561c
9c561c
%files devel
9c561c
%doc README.md catch-logo-small.png docs
9c561c
%license LICENSE.txt
9c561c
%{_includedir}/catch
9c561c
9c561c
9c561c
%changelog
9c561c
* Sat Mar  3 2018 Tom Hughes <tom@compton.nu> - 1.12.1-1
9c561c
- Update to 1.12.1 upstream release
9c561c
9c561c
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-2
9c561c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
9c561c
9c561c
* Sun Jan 14 2018 Tom Hughes <tom@compton.nu> - 1.12.0-1
9c561c
- Update to 1.12.0 upstream release
9c561c
9c561c
* Wed Nov  1 2017 Tom Hughes <tom@compton.nu> - 1.11.0-1
9c561c
- Update to 1.11.0 upstream release
9c561c
9c561c
* Sun Aug 27 2017 Tom Hughes <tom@compton.nu> - 1.10.0-1
9c561c
- Update to 1.10.0 upstream release
9c561c
9c561c
* Fri Aug 11 2017 Tom Hughes <tom@compton.nu> - 1.9.7-1
9c561c
- Update to 1.9.7 upstream release
9c561c
9c561c
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.6-3
9c561c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
9c561c
9c561c
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.6-2
9c561c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
9c561c
9c561c
* Tue Jun 27 2017 Tom Hughes <tom@compton.nu> - 1.9.6-1
9c561c
- Update to 1.9.6 upstream release
9c561c
9c561c
* Fri Jun 16 2017 Tom Hughes <tom@compton.nu> - 1.9.5-1
9c561c
- Update to 1.9.5 upstream release
9c561c
9c561c
* Tue May 16 2017 Tom Hughes <tom@compton.nu> - 1.9.4-1
9c561c
- Update to 1.9.4 upstream release
9c561c
9c561c
* Wed Apr 26 2017 Tom Hughes <tom@compton.nu> - 1.9.3-1
9c561c
- Update to 1.9.3 upstream release
9c561c
9c561c
* Tue Apr 25 2017 Tom Hughes <tom@compton.nu> - 1.9.2-1
9c561c
- Update to 1.9.2 upstream release
9c561c
9c561c
* Mon Apr 10 2017 Tom Hughes <tom@compton.nu> - 1.9.1-1
9c561c
- Update to 1.9.1 upstream release
9c561c
9c561c
* Sat Apr  8 2017 Tom Hughes <tom@compton.nu> - 1.9.0-1
9c561c
- Update to 1.9.0 upstream release
9c561c
9c561c
* Wed Mar 15 2017 Tom Hughes <tom@compton.nu> - 1.8.2-1
9c561c
- Update to 1.8.2 upstream release
9c561c
9c561c
* Sat Mar  4 2017 Tom Hughes <tom@compton.nu> - 1.8.1-1
9c561c
- Update to 1.8.1 upstream release
9c561c
9c561c
* Wed Mar  1 2017 Tom Hughes <tom@compton.nu> - 1.8.0-1
9c561c
- Update to 1.8.0 upstream release
9c561c
9c561c
* Fri Feb 10 2017 Tom Hughes <tom@compton.nu> - 1.7.1-1
9c561c
- Update to 1.7.1 upstream release
9c561c
9c561c
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2
9c561c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
9c561c
9c561c
* Fri Feb  3 2017 Tom Hughes <tom@compton.nu> - 1.7.0-1
9c561c
- Update to 1.7.0 upstream release
9c561c
9c561c
* Sun Jan 29 2017 Tom Hughes <tom@compton.nu> - 1.6.1-1
9c561c
- Update to 1.6.1 upstream release
9c561c
9c561c
* Sun Jan 15 2017 Tom Hughes <tom@compton.nu> - 1.6.0-1
9c561c
- Update to 1.6.0 upstream release
9c561c
9c561c
* Tue Dec 13 2016 Tom Hughes <tom@compton.nu> - 1.5.9-1
9c561c
- Update to 1.5.9 upstream release
9c561c
9c561c
* Thu Nov 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.5.8-1
9c561c
- Update to 1.5.8
9c561c
9c561c
* Sat May 14 2016 Tom Hughes <tom@compton.nu> - 1.5.4-1
9c561c
- Update to 1.5.4 upstream release
9c561c
9c561c
* Thu Apr 28 2016 Tom Hughes <tom@compton.nu> - 1.5.1-1
9c561c
- Update to 1.5.1 upstream release
9c561c
9c561c
* Sun Apr 24 2016 Tom Hughes <tom@compton.nu> - 1.5.0-1
9c561c
- Update to 1.5.0 upstream release
9c561c
9c561c
* Wed Mar 30 2016 Tom Hughes <tom@compton.nu> - 1.4.0-1
9c561c
- Update to 1.4.0 upstream release
9c561c
9c561c
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2
9c561c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
9c561c
9c561c
* Fri Sep 18 2015 Tom Hughes <tom@compton.nu> - 1.2.1-1
9c561c
- Initial build