Comment # 4 on bug 1194430 from
(In reply to Ralf Habacker from comment #3)

> If only import libraries are included, the dependency to the related runtime
> is not generated (which seems to be a nice extension that eliminates the
> need to manually add the runtime package)
> 

something like

$ rpm -q -l mingw32-libgpgme-devel | grep '.dll.a' | xargs nm | grep
"I.*_iname" | sed 's,^.*I _,mingw32(,g;s,_iname,),g'
mingw32(libgpgme_11_dll)

added to
https://build.opensuse.org/package/view_file/windows:mingw:win32/mingw32-filesystem/mingw32-find-requires.sh?expand=1


You are receiving this mail because: