24a4b87
Name:           mingw-cxxtest
637ae3a
Version:        3.10.1
3709153
Release:        12%{?dist}
637ae3a
Summary:        A JUnit-like testing framework for C++
637ae3a
637ae3a
Group:          Development/Tools
637ae3a
License:        LGPLv2+
637ae3a
URL:            http://cxxtest.tigris.org
10cd67f
Source0:        http://cxxtest.tigris.org/files/documents/6421/43281/cxxtest-%{version}.tar.gz
637ae3a
637ae3a
BuildArch:      noarch
637ae3a
10cd67f
BuildRequires:  mingw32-filesystem
24a4b87
24a4b87
%description
24a4b87
CxxTest is a JUnit/CppUnit/xUnit-like framework for C++.
24a4b87
Its advantages over existing alternatives are that it:
24a4b87
 - doesn't require RTTI
24a4b87
 - doesn't require member template functions
24a4b87
 - doesn't require exception handling
24a4b87
 - doesn't require any external libraries (including memory management,
24a4b87
   file/console I/O, graphics libraries)
24a4b87
24a4b87
24a4b87
%package -n mingw32-cxxtest
24a4b87
Summary:        A JUnit-like testing framework for C++
10cd67f
Requires:       mingw32-filesystem
10cd67f
10cd67f
# Remove the -doc subpackage as it duplicates what's in native cxxtest-doc
10cd67f
Obsoletes:      mingw32-cxxtest-doc < 3.10.1-5
637ae3a
24a4b87
%description -n mingw32-cxxtest
637ae3a
CxxTest is a JUnit/CppUnit/xUnit-like framework for C++.
637ae3a
Its advantages over existing alternatives are that it:
637ae3a
 - doesn't require RTTI
637ae3a
 - doesn't require member template functions
637ae3a
 - doesn't require exception handling
637ae3a
 - doesn't require any external libraries (including memory management,
637ae3a
   file/console I/O, graphics libraries)
637ae3a
637ae3a
637ae3a
%prep
10cd67f
%setup -q -n cxxtest
637ae3a
637ae3a
%build
637ae3a
637ae3a
637ae3a
%install
2ec59b7
mkdir -p $RPM_BUILD_ROOT/%{mingw32_includedir}/cxxtest
2ec59b7
install -D -p -m 644 cxxtest/* $RPM_BUILD_ROOT/%{mingw32_includedir}/cxxtest
637ae3a
637ae3a
d010487
%files -n mingw32-cxxtest
10cd67f
%doc COPYING
2ec59b7
%{mingw32_includedir}/cxxtest/
637ae3a
637ae3a
637ae3a
%changelog
3709153
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.1-12
3709153
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
3709153
a568b20
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.1-11
a568b20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a568b20
5c6f75d
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.1-10
5c6f75d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5c6f75d
d010487
* Thu Mar 08 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.10.1-9
d010487
- Put the files in the correct package
d010487
24a4b87
* Wed Mar 07 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.10.1-8
24a4b87
- Renamed the source package to mingw-cxxtest (RHBZ #800855)
2ec59b7
- Use mingw macros without leading underscore
24a4b87
4c13d4f
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.10.1-7
4c13d4f
- Rebuild against the mingw-w64 toolchain
4c13d4f
458bc87
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.1-6
458bc87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
458bc87
3fd7fc8
* Wed Jun 22 2011 Adam Stokes <astokes@fedoraproject.org> - 3.10.1-4
3fd7fc8
- Initial Build