[mingw-cxxtest] Put the files in the correct package

epienbro epienbro at fedoraproject.org
Thu Mar 8 21:39:49 UTC 2012


commit d010487f64519bb801ec6b24333ca0f30beeea09
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Thu Mar 8 22:39:38 2012 +0100

    Put the files in the correct package

 mingw-cxxtest.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mingw-cxxtest.spec b/mingw-cxxtest.spec
index c6dc3dc..4d1db46 100644
--- a/mingw-cxxtest.spec
+++ b/mingw-cxxtest.spec
@@ -1,6 +1,6 @@
 Name:           mingw-cxxtest
 Version:        3.10.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        A JUnit-like testing framework for C++
 
 Group:          Development/Tools
@@ -50,12 +50,15 @@ mkdir -p $RPM_BUILD_ROOT/%{mingw32_includedir}/cxxtest
 install -D -p -m 644 cxxtest/* $RPM_BUILD_ROOT/%{mingw32_includedir}/cxxtest
 
 
-%files
+%files -n mingw32-cxxtest
 %doc COPYING
 %{mingw32_includedir}/cxxtest/
 
 
 %changelog
+* Thu Mar 08 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 3.10.1-9
+- Put the files in the correct package
+
 * Wed Mar 07 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 3.10.1-8
 - Renamed the source package to mingw-cxxtest (RHBZ #800855)
 - Use mingw macros without leading underscore


More information about the scm-commits mailing list