OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=130
This commit is contained in:
parent
9570d03ee4
commit
8a2c53e212
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 14 06:39:03 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Force rpmlint use and avoid using of rpmlint-mini
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 28 06:04:17 UTC 2021 - Ralf Habacker <ralf.habacker@freenet.de>
|
Wed Jul 28 06:04:17 UTC 2021 - Ralf Habacker <ralf.habacker@freenet.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mingw64-filesystem
|
# spec file for package mingw64-filesystem
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -53,7 +53,7 @@ Provides: mingw64(userenv.dll)
|
|||||||
Provides: mingw64(uxtheme.dll)
|
Provides: mingw64(uxtheme.dll)
|
||||||
# TODO: The available DLL's can be identified by the
|
# TODO: The available DLL's can be identified by the
|
||||||
# available import libraries of the mingw64-runtime package.
|
# available import libraries of the mingw64-runtime package.
|
||||||
# needed by mingw64-libqt5-qtbase
|
# needed by mingw64-libqt5-qtbase
|
||||||
Provides: mingw64(d2d1.dll)
|
Provides: mingw64(d2d1.dll)
|
||||||
Provides: mingw64(d3d11.dll)
|
Provides: mingw64(d3d11.dll)
|
||||||
Provides: mingw64(dwrite.dll)
|
Provides: mingw64(dwrite.dll)
|
||||||
@ -61,6 +61,8 @@ Provides: mingw64(ncrypt.dll)
|
|||||||
Requires: mingw64-cross-breakpad-tools
|
Requires: mingw64-cross-breakpad-tools
|
||||||
Requires: python3
|
Requires: python3
|
||||||
Requires: rpm
|
Requires: rpm
|
||||||
|
Requires: rpmlint
|
||||||
|
Conflicts: rpmlint-mini
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
#!BuildIgnore: post-build-checks
|
#!BuildIgnore: post-build-checks
|
||||||
@ -137,7 +139,7 @@ mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw%{_localstatedi
|
|||||||
|
|
||||||
# Let programs locate their plugins relative to the executable without using
|
# Let programs locate their plugins relative to the executable without using
|
||||||
# upward movement ("..") in those packages, cf. libdbi, libenchant.
|
# upward movement ("..") in those packages, cf. libdbi, libenchant.
|
||||||
#
|
#
|
||||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/bin/lib
|
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/bin/lib
|
||||||
ln -s ../../lib "%buildroot/%_prefix/x86_64-w64-mingw32/sys-root/mingw/bin/lib/x86_64-pc"
|
ln -s ../../lib "%buildroot/%_prefix/x86_64-w64-mingw32/sys-root/mingw/bin/lib/x86_64-pc"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user