rpms/wine/F-13 wine.spec,1.121,1.122

Andreas Bierfert awjb at fedoraproject.org
Fri May 14 08:29:04 UTC 2010


Author: awjb

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

Modified Files:
	wine.spec 
Log Message:
- fix install of 32bit only wine on x86_64 via install wine.i686



Index: wine.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wine/F-13/wine.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -p -r1.121 -r1.122
--- wine.spec	12 May 2010 20:47:22 -0000	1.121
+++ wine.spec	14 May 2010 08:29:04 -0000	1.122
@@ -1,7 +1,7 @@
 %define no64bit 0
 Name:		wine
 Version:	1.1.44
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	A Windows 16/32/64 bit emulator
 
 Group:		Applications/Emulators
@@ -132,7 +132,7 @@ Conflicts:      wine-wow(x86-32) = %{ver
 
 # 32bit only parts
 %ifarch %{ix86}
-Requires:      wine-wow = %{version}-%{release}
+Requires:      wine-wow(x86-32) = %{version}-%{release}
 %endif
 
 %description
@@ -178,7 +178,12 @@ Wine core package includes the basic win
 %package wow
 Summary:        Files for wine wow seperation
 Group:          Applications/Emulators
-Requires:       wine-core = %{version}-%{release}
+%ifarch x86_64
+Requires:       wine-core(x86-64) = %{version}-%{release}
+%else
+Requires:       wine-core(x86-32) = %{version}-%{release}
+%endif
+
 
 %description wow
 %{summary}
@@ -1204,6 +1209,10 @@ update-desktop-database &>/dev/null || :
 %{_libdir}/wine/openal32.dll.so
 
 %changelog
+* Thu May 13 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 1.1.44-4
+- fix install of 32bit only wine on x86_64 via install wine.i686
+
 * Wed May 12 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 1.1.44-3
 - move wine symlink to -wow for 32bit (#591690)



More information about the scm-commits mailing list