Fridrich Strba 2014-10-29 10:43:48 +00:00 committed by Git OBS Bridge
parent bc441336f9
commit 3b3c57c1ca
2 changed files with 3 additions and 3 deletions

View File

@ -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)\

View File

@ -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 \