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