[mingw-filesystem] Fixed broken summary tags

epienbro epienbro at fedoraproject.org
Tue Feb 28 16:33:34 UTC 2012


commit 528afd01386df242079100688c38723dd913f5ea
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Tue Feb 28 17:33:30 2012 +0100

    Fixed broken summary tags

 mingw-filesystem.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/mingw-filesystem.spec b/mingw-filesystem.spec
index 9ab9976..2e68f04 100644
--- a/mingw-filesystem.spec
+++ b/mingw-filesystem.spec
@@ -2,7 +2,7 @@
 
 Name:           mingw-filesystem
 Version:        95
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        MinGW cross compiler base filesystem and environment
 
 Group:          Development/Libraries
@@ -41,7 +41,7 @@ This environment is maintained by the Fedora MinGW SIG at:
 
 
 %package base
-Summary:        %{summary}
+Summary:        Generic files which are needed for both mingw32-filesystem and mingw64-filesystem
 
 # Obsolete the packages from the test repo
 Obsoletes:      cross-filesystem < 67-2
@@ -59,7 +59,7 @@ This environment is maintained by the Fedora MinGW SIG at:
 
 
 %package -n mingw32-filesystem
-Summary:        %{summary}
+Summary:        MinGW cross compiler base filesystem and environment for the win32 target
 Requires:       %{name}-base = %{version}-%{release}
 
 # Note about 'Provides: mingw32(foo.dll)'
@@ -88,7 +88,7 @@ This environment is maintained by the Fedora MinGW SIG at:
 
 
 %package -n mingw64-filesystem
-Summary:        %{summary}
+Summary:        MinGW cross compiler base filesystem and environment for the win64 target
 Requires:       %{name}-base = %{version}-%{release}
 
 Provides:       %(sed "s/\(.*\)/mingw64(\1) /g" %{SOURCE16} | tr "\n" " ")
@@ -244,6 +244,9 @@ install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mingw/
 
 
 %changelog
+* Tue Feb 28 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 95-2
+- Fixed broken summary tags
+
 * Sat Feb 25 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 95-1
 - Added support for both win32 and win64 targets
 - Fixed rpmlint issues


More information about the scm-commits mailing list