This commit is contained in:
parent
728c1c67da
commit
8875793241
@ -279,8 +279,8 @@ echo "# autogenerated in .spec file" >%SOURCE7
|
||||
echo "%name" >> %SOURCE7
|
||||
echo " +^/usr/bin/wine\$" >> %SOURCE7
|
||||
echo " +^/usr/bin/wine-preloader\$" >> %SOURCE7
|
||||
echo " +^/usr/lib/wine/x86-windows" >> %SOURCE7
|
||||
echo " +^/usr/lib/wine/x86-unix" >> %SOURCE7
|
||||
echo " +^/usr/lib/wine/i386-windows" >> %SOURCE7
|
||||
echo " +^/usr/lib/wine/i386-unix" >> %SOURCE7
|
||||
grep SONAME_ config.log
|
||||
grep SONAME_ config.log|grep -v 'so"'|sed -e 's/^.*\(".*"\).*$/ requires \1/;'|sort -u >>%SOURCE7
|
||||
echo " recommends \"libpulse0-32bit\"" >> %SOURCE7
|
||||
@ -447,7 +447,9 @@ chmod 755 %winedir/my-find-requires.sh
|
||||
%endif
|
||||
%dir %{_libdir}/wine
|
||||
%dir %{_libdir}/wine/*-windows
|
||||
%{_libdir}/wine/*-windows
|
||||
%dir %{_libdir}/wine/*-unix
|
||||
%{_libdir}/wine/*-unix
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user