Add provides for mscoree.dll and regenerate the standard-dlls file
... as requested by mikkel on IRC. Unfortunately mscoree.dll isn't part of mingw-crt so the provides don't get picked up automatically. Adding it manually for now.
This commit is contained in:
parent
4c049af9fb
commit
b09bf88df8
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: mingw-filesystem
|
Name: mingw-filesystem
|
||||||
Version: 96
|
Version: 96
|
||||||
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
|
||||||
@ -79,6 +79,7 @@ Requires: %{name}-base = %{version}-%{release}
|
|||||||
# it comes out the same either way.
|
# it comes out the same either way.
|
||||||
#
|
#
|
||||||
Provides: %(sed "s/\(.*\)/mingw32(\1) /g" %{SOURCE16} | tr "\n" " ")
|
Provides: %(sed "s/\(.*\)/mingw32(\1) /g" %{SOURCE16} | tr "\n" " ")
|
||||||
|
Provides: mingw32(mscoree.dll)
|
||||||
|
|
||||||
%description -n mingw32-filesystem
|
%description -n mingw32-filesystem
|
||||||
This package contains the base filesystem layout, RPM macros and
|
This package contains the base filesystem layout, RPM macros and
|
||||||
@ -94,6 +95,7 @@ Summary: MinGW cross compiler base filesystem and environment for the win
|
|||||||
Requires: %{name}-base = %{version}-%{release}
|
Requires: %{name}-base = %{version}-%{release}
|
||||||
|
|
||||||
Provides: %(sed "s/\(.*\)/mingw64(\1) /g" %{SOURCE17} | tr "\n" " ")
|
Provides: %(sed "s/\(.*\)/mingw64(\1) /g" %{SOURCE17} | tr "\n" " ")
|
||||||
|
Provides: mingw64(mscoree.dll)
|
||||||
|
|
||||||
%description -n mingw64-filesystem
|
%description -n mingw64-filesystem
|
||||||
This package contains the base filesystem layout, RPM macros and
|
This package contains the base filesystem layout, RPM macros and
|
||||||
@ -246,6 +248,9 @@ install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mingw/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 10 2012 Kalev Lember <kalevlember@gmail.com> - 96-2
|
||||||
|
- Add provides for mscoree.dll and regenerate the standard-dlls file
|
||||||
|
|
||||||
* Mon Sep 17 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 96-1
|
* Mon Sep 17 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 96-1
|
||||||
- Added new macros for Qt5 support, %%mingw32_qmake_qt5, %%mingw64_qmake_qt5,
|
- Added new macros for Qt5 support, %%mingw32_qmake_qt5, %%mingw64_qmake_qt5,
|
||||||
%%mingw_qmake_qt4 and %%mingw_qmake_qt5
|
%%mingw_qmake_qt4 and %%mingw_qmake_qt5
|
||||||
|
@ -7,6 +7,7 @@ avifil32.dll
|
|||||||
bcrypt.dll
|
bcrypt.dll
|
||||||
bootvid.dll
|
bootvid.dll
|
||||||
bthprops.cpl
|
bthprops.cpl
|
||||||
|
cabinet.dll
|
||||||
cap.dll
|
cap.dll
|
||||||
cfgmgr32.dll
|
cfgmgr32.dll
|
||||||
classpnp.sys
|
classpnp.sys
|
||||||
@ -154,6 +155,7 @@ msimg32.dll
|
|||||||
mstask.dll
|
mstask.dll
|
||||||
msvcp60.dll
|
msvcp60.dll
|
||||||
msvcr100.dll
|
msvcr100.dll
|
||||||
|
msvcr110.dll
|
||||||
msvcr80.dll
|
msvcr80.dll
|
||||||
msvcr90d.dll
|
msvcr90d.dll
|
||||||
msvcr90.dll
|
msvcr90.dll
|
||||||
@ -258,6 +260,7 @@ wevtapi.dll
|
|||||||
wevtfwd.dll
|
wevtfwd.dll
|
||||||
win32k.sys
|
win32k.sys
|
||||||
win32spl.dll
|
win32spl.dll
|
||||||
|
winhttp.dll
|
||||||
wininet.dll
|
wininet.dll
|
||||||
winmm.dll
|
winmm.dll
|
||||||
winscard.dll
|
winscard.dll
|
||||||
|
@ -736,6 +736,7 @@ msv1_0.dll
|
|||||||
msvcirt.dll
|
msvcirt.dll
|
||||||
msvcp60.dll
|
msvcp60.dll
|
||||||
msvcr100.dll
|
msvcr100.dll
|
||||||
|
msvcr110.dll
|
||||||
msvcr80.dll
|
msvcr80.dll
|
||||||
msvcr90d.dll
|
msvcr90d.dll
|
||||||
msvcr90.dll
|
msvcr90.dll
|
||||||
@ -1161,6 +1162,7 @@ wiaservc.dll
|
|||||||
wiashext.dll
|
wiashext.dll
|
||||||
win32spl.dll
|
win32spl.dll
|
||||||
winfax.dll
|
winfax.dll
|
||||||
|
winhttp.dll
|
||||||
wininet.dll
|
wininet.dll
|
||||||
winipsec.dll
|
winipsec.dll
|
||||||
winmm.dll
|
winmm.dll
|
||||||
|
Loading…
Reference in New Issue
Block a user