[mingw-cxxtest: 9/10] Renamed the source package to mingw-cxxtest

epienbro epienbro at fedoraproject.org
Wed Mar 7 16:25:22 UTC 2012


commit 24a4b87f9488bb946058f2036852176f64d158ca
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 17:24:07 2012 +0100

    Renamed the source package to mingw-cxxtest

 mingw32-cxxtest.spec => mingw-cxxtest.spec |   22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-cxxtest.spec b/mingw-cxxtest.spec
similarity index 69%
rename from mingw32-cxxtest.spec
rename to mingw-cxxtest.spec
index 3f26576..b05ab20 100644
--- a/mingw32-cxxtest.spec
+++ b/mingw-cxxtest.spec
@@ -1,6 +1,6 @@
-Name:           mingw32-cxxtest
+Name:           mingw-cxxtest
 Version:        3.10.1
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        A JUnit-like testing framework for C++
 
 Group:          Development/Tools
@@ -11,12 +11,25 @@ Source0:        http://cxxtest.tigris.org/files/documents/6421/43281/cxxtest-%{v
 BuildArch:      noarch
 
 BuildRequires:  mingw32-filesystem
+
+%description
+CxxTest is a JUnit/CppUnit/xUnit-like framework for C++.
+Its advantages over existing alternatives are that it:
+ - doesn't require RTTI
+ - doesn't require member template functions
+ - doesn't require exception handling
+ - doesn't require any external libraries (including memory management,
+   file/console I/O, graphics libraries)
+
+
+%package -n mingw32-cxxtest
+Summary:        A JUnit-like testing framework for C++
 Requires:       mingw32-filesystem
 
 # Remove the -doc subpackage as it duplicates what's in native cxxtest-doc
 Obsoletes:      mingw32-cxxtest-doc < 3.10.1-5
 
-%description
+%description -n mingw32-cxxtest
 CxxTest is a JUnit/CppUnit/xUnit-like framework for C++.
 Its advantages over existing alternatives are that it:
  - doesn't require RTTI
@@ -43,6 +56,9 @@ install -D -p -m 644 cxxtest/* $RPM_BUILD_ROOT/%{_mingw32_includedir}/cxxtest
 
 
 %changelog
+* Wed Mar 07 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 3.10.1-8
+- Renamed the source package to mingw-cxxtest (RHBZ #800855)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 3.10.1-7
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list