- Added mingw32(wldap32.dll) pseudo-provides.
This commit is contained in:
parent
66c68a39c7
commit
61787a4b62
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: mingw32-filesystem
|
Name: mingw32-filesystem
|
||||||
Version: 34
|
Version: 35
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: MinGW base filesystem and environment
|
Summary: MinGW base filesystem and environment
|
||||||
|
|
||||||
@ -42,6 +42,7 @@ Provides: mingw32(ole32.dll)
|
|||||||
Provides: mingw32(mscoree.dll)
|
Provides: mingw32(mscoree.dll)
|
||||||
Provides: mingw32(msvcrt.dll)
|
Provides: mingw32(msvcrt.dll)
|
||||||
Provides: mingw32(user32.dll)
|
Provides: mingw32(user32.dll)
|
||||||
|
Provides: mingw32(wldap32.dll)
|
||||||
|
|
||||||
Obsoletes: mingw-filesystem = %{version}-%{release}
|
Obsoletes: mingw-filesystem = %{version}-%{release}
|
||||||
Provides: mingw-filesystem < 26
|
Provides: mingw-filesystem < 26
|
||||||
@ -135,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 13 2008 Richard Jones <rjones@redhat.com> - 35-1
|
||||||
|
- Added mingw32(wldap32.dll) pseudo-provides.
|
||||||
|
|
||||||
* Wed Oct 29 2008 Richard Jones <rjones@redhat.com> - 34-1
|
* Wed Oct 29 2008 Richard Jones <rjones@redhat.com> - 34-1
|
||||||
- Set --prefix correctly.
|
- Set --prefix correctly.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user