Drop the GDB helper files as we can't use the native Fedora GDB to debug

Win32 programs
This commit is contained in:
epienbro 2009-09-23 05:32:25 +00:00
parent 50d15b8e6b
commit 6373a74d73

View File

@ -113,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT/build_static
rm -f $RPM_BUILD_ROOT/%{_mingw32_libdir}/charset.alias
# Drop the GDB helper files as we can't use the native Fedora GDB to debug Win32 programs
rm -f $RPM_BUILD_ROOT%{_mingw32_datadir}/gdb
# Remove the gtk-doc documentation and manpages which duplicate Fedora native
rm -rf $RPM_BUILD_ROOT%{_mingw32_mandir}
rm -rf $RPM_BUILD_ROOT%{_mingw32_datadir}/gtk-doc