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 - 95-2 +- Fixed broken summary tags + * Sat Feb 25 2012 Erik van Pienbroek - 95-1 - Added support for both win32 and win64 targets - Fixed rpmlint issues