SHA256
1
0
forked from pool/wine

Accepting request 112709 from home:RedDwarf

I don't really know what those .def files do. But I guess they are really needed? With them lmms is building correctly in my home repo.

- Include /usr/lib/wine/*.def files in wine-devel-32bit

OBS-URL: https://build.opensuse.org/request/show/112709
OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=143
This commit is contained in:
Marcus Meissner 2012-04-05 16:27:27 +00:00 committed by Git OBS Bridge
parent a718435f95
commit 1c4189b6d0
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 5 13:08:08 UTC 2012 - reddwarf@opensuse.org
- Include /usr/lib/wine/*.def files in wine-devel-32bit
-------------------------------------------------------------------
Fri Mar 30 23:21:10 CEST 2012 - meissner@suse.de

View File

@ -138,6 +138,7 @@ echo " +^/usr/lib/wine/fakedlls" >> %SOURCE7
grep SONAME_ config.log
grep SONAME_ config.log|grep -v 'so"'|sed -e 's/^.*\(".*"\).*$/ requires \1/;'|sort -u >>%SOURCE7
echo "%name-devel" >> %SOURCE7
echo " +^/usr/lib/wine/*.def" >> %SOURCE7
cat %SOURCE7
%endif
make %{?jobs:-j%jobs} all