rpms/wine/F-12 wine.spec,1.123,1.124

Andreas Bierfert awjb at fedoraproject.org
Wed May 12 20:47:22 UTC 2010


Author: awjb

Update of /cvs/pkgs/rpms/wine/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27903/F-12

Modified Files:
	wine.spec 
Log Message:
- fix 591690



Index: wine.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wine/F-12/wine.spec,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -p -r1.123 -r1.124
--- wine.spec	11 May 2010 15:30:12 -0000	1.123
+++ wine.spec	12 May 2010 20:47:22 -0000	1.124
@@ -1,7 +1,7 @@
 %define no64bit 0
 Name:		wine
 Version:	1.1.44
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A Windows 16/32/64 bit emulator
 
 Group:		Applications/Emulators
@@ -648,7 +648,6 @@ update-desktop-database &>/dev/null || :
 %{_libdir}/wine/write.exe.so
 %{_libdir}/wine/dxdiag.exe.so
 
-%{_bindir}/wine
 
 %ifarch %{ix86}
 %{_bindir}/wine32
@@ -657,6 +656,7 @@ update-desktop-database &>/dev/null || :
 %endif
 
 %ifarch x86_64
+%{_bindir}/wine
 %{_sysconfdir}/ld.so.conf.d/wine-64.conf
 %endif
 
@@ -1040,6 +1040,9 @@ update-desktop-database &>/dev/null || :
 
 %files wow
 %defattr(-,root,root,-)
+%ifarch %{ix86}
+%{_bindir}/wine
+%endif
 %{_bindir}/wineserver
 %{_libdir}/wine/wineboot.exe.so
 
@@ -1201,6 +1204,10 @@ update-desktop-database &>/dev/null || :
 %{_libdir}/wine/openal32.dll.so
 
 %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>
 - 1.1.44-2
 - fix manpage conflict between -common and -devel



More information about the scm-commits mailing list