Added a manual provides for ksuser.dll
This commit is contained in:
parent
276307b7b0
commit
7efd7c1a02
@ -2,7 +2,7 @@
|
||||
|
||||
Name: mingw-filesystem
|
||||
Version: 95
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: MinGW cross compiler base filesystem and environment
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -78,6 +78,9 @@ Requires: %{name}-base = %{version}-%{release}
|
||||
#
|
||||
Provides: %(sed "s/\(.*\)/mingw32(\1) /g" %{SOURCE16} | tr "\n" " ")
|
||||
|
||||
# Wine currently doesn't implement ksuser.dll, so add it manually here
|
||||
Provides: mingw32(ksuser.dll)
|
||||
|
||||
%description -n mingw32-filesystem
|
||||
This package contains the base filesystem layout, RPM macros and
|
||||
environment for all Fedora MinGW packages.
|
||||
@ -93,6 +96,9 @@ Requires: %{name}-base = %{version}-%{release}
|
||||
|
||||
Provides: %(sed "s/\(.*\)/mingw64(\1) /g" %{SOURCE16} | tr "\n" " ")
|
||||
|
||||
# Wine currently doesn't implement ksuser.dll, so add it manually here
|
||||
Provides: mingw64(ksuser.dll)
|
||||
|
||||
%description -n mingw64-filesystem
|
||||
This package contains the base filesystem layout, RPM macros and
|
||||
environment for all Fedora MinGW packages.
|
||||
@ -244,6 +250,10 @@ install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mingw/
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 12 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 95-4
|
||||
- Added a manual provides for the native windows library ksuser.dll as
|
||||
wine doesn't have an implementation for this library at the moment
|
||||
|
||||
* Tue Mar 06 2012 Kalev Lember <kalevlember@gmail.com> - 95-3
|
||||
- Merge copy-n-paste duplicate %%mingw32_debug_package code
|
||||
- Get rid of the USE_OLD_METHOD hack in mingw-find-debuginfo.sh
|
||||
|
Loading…
Reference in New Issue
Block a user