[mingw-cppunit: 11/13] Renamed the source package to mingw-cppunit

epienbro epienbro at fedoraproject.org
Wed Mar 7 16:11:57 UTC 2012


commit 409810b854386f6f2072a2a2c329af23f4b2efc4
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 17:09:39 2012 +0100

    Renamed the source package to mingw-cppunit

 mingw32-cppunit.spec => mingw-cppunit.spec |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-cppunit.spec b/mingw-cppunit.spec
similarity index 83%
rename from mingw32-cppunit.spec
rename to mingw-cppunit.spec
index a888fe3..e83c7fd 100644
--- a/mingw32-cppunit.spec
+++ b/mingw-cppunit.spec
@@ -4,9 +4,9 @@
 %global __find_requires %{_mingw32_findrequires}
 %global __find_provides %{_mingw32_findprovides}
 
-Name:           mingw32-cppunit
+Name:           mingw-cppunit
 Version:        1.12.1
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        MinGW Windows C++ unit testing framework
 
 Group:          Development/Libraries
@@ -29,6 +29,17 @@ tests.
 MinGW Windows C++ unit testing framework.
 
 
+%package -n mingw32-cppunit
+Summary:        MinGW Windows C++ unit testing framework
+
+%description -n mingw32-cppunit
+CppUnit is the C++ port of the famous JUnit framework for unit testing.
+Test output is in XML for automatic testing and GUI based for supervised
+tests.
+
+MinGW Windows C++ unit testing framework.
+
+
 %prep
 %setup -q -n cppunit-%{version}
 for file in THANKS ChangeLog NEWS; do
@@ -53,7 +64,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 rm -rf $RPM_BUILD_ROOT
 
 
-%files
+%files -n mingw32-cppunit
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README THANKS ChangeLog TODO BUGS doc/FAQ
 %{_mingw32_bindir}/cppunit-config
@@ -68,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Mar 07 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.12.1-8
+- Renamed the source package to mingw-cppunit (RHBZ #800853)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.12.1-7
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list