OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=86
This commit is contained in:
parent
bc441336f9
commit
3b3c57c1ca
@ -69,7 +69,7 @@ BuildArch: noarch \
|
||||
This package provides debug information for package %{name}.\
|
||||
Debug information is useful when developing applications that use this\
|
||||
package or when debugging this package.\
|
||||
%{files} %{-n:-n %{-n*}-}debug -f %_builddir/mingw64-debugfiles.list\
|
||||
%files %{-n:-n %{-n*}-}debug -f %_builddir/mingw64-debugfiles.list\
|
||||
%defattr(-,root,root)\
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
#mingw64_find-debuginfo.sh - automagically generate debug info and file list
|
||||
#mingw64-find-debuginfo.sh - automagically generate debug info and file list
|
||||
#for inclusion in an rpm spec file for mingw64-* packages.
|
||||
target="mingw64"
|
||||
host="x86_64-w64-mingw32"
|
||||
@ -34,7 +34,7 @@ do
|
||||
popd
|
||||
done
|
||||
|
||||
if [ ! -d "$BUILDDIR" ]; then
|
||||
if [ ! -e "$BUILDDIR" ]; then
|
||||
mkdir -p "$BUILDDIR"
|
||||
fi
|
||||
find $RPM_BUILD_ROOT -type f \
|
||||
|
Loading…
x
Reference in New Issue
Block a user