- fix 591690

f38
Andreas Bierfert 15 years ago
parent acb392aaec
commit 5458936448

@ -1,7 +1,7 @@
%define no64bit 0 %define no64bit 0
Name: wine Name: wine
Version: 1.1.44 Version: 1.1.44
Release: 2%{?dist} Release: 3%{?dist}
Summary: A Windows 16/32/64 bit emulator Summary: A Windows 16/32/64 bit emulator
Group: Applications/Emulators Group: Applications/Emulators
@ -648,7 +648,6 @@ update-desktop-database &>/dev/null || :
%{_libdir}/wine/write.exe.so %{_libdir}/wine/write.exe.so
%{_libdir}/wine/dxdiag.exe.so %{_libdir}/wine/dxdiag.exe.so
%{_bindir}/wine
%ifarch %{ix86} %ifarch %{ix86}
%{_bindir}/wine32 %{_bindir}/wine32
@ -657,6 +656,7 @@ update-desktop-database &>/dev/null || :
%endif %endif
%ifarch x86_64 %ifarch x86_64
%{_bindir}/wine
%{_sysconfdir}/ld.so.conf.d/wine-64.conf %{_sysconfdir}/ld.so.conf.d/wine-64.conf
%endif %endif
@ -1040,6 +1040,9 @@ update-desktop-database &>/dev/null || :
%files wow %files wow
%defattr(-,root,root,-) %defattr(-,root,root,-)
%ifarch %{ix86}
%{_bindir}/wine
%endif
%{_bindir}/wineserver %{_bindir}/wineserver
%{_libdir}/wine/wineboot.exe.so %{_libdir}/wine/wineboot.exe.so
@ -1201,6 +1204,10 @@ update-desktop-database &>/dev/null || :
%{_libdir}/wine/openal32.dll.so %{_libdir}/wine/openal32.dll.so
%changelog %changelog
* Wed May 12 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.1.44-3
- move wine symlink to -wow for 32bit (#591690)
* Tue May 11 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> * Tue May 11 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.1.44-2 - 1.1.44-2
- fix manpage conflict between -common and -devel - fix manpage conflict between -common and -devel

Loading…
Cancel
Save