Accepting request 121189 from Emulators
fixed the devel filelist OBS-URL: https://build.opensuse.org/request/show/121189 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=113
This commit is contained in:
commit
b6098d5ff7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 16 14:54:37 CEST 2012 - meissner@suse.de
|
||||
|
||||
- Use .*def as regexp instead of glob *.def
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 13:08:08 UTC 2012 - reddwarf@opensuse.org
|
||||
|
||||
|
@ -138,7 +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
|
||||
echo " +^/usr/lib/wine/.*def" >> %SOURCE7
|
||||
cat %SOURCE7
|
||||
%endif
|
||||
make %{?jobs:-j%jobs} all
|
||||
|
Loading…
Reference in New Issue
Block a user