packages: wine/wine.spec - rel 3; enable 64bit wine

arekm arekm at pld-linux.org
Sat Feb 19 20:03:11 CET 2011


Author: arekm                        Date: Sat Feb 19 19:03:11 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 3; enable 64bit wine

---- Files affected:
packages/wine:
   wine.spec (1.395 -> 1.396) 

---- Diffs:

================================================================
Index: packages/wine/wine.spec
diff -u packages/wine/wine.spec:1.395 packages/wine/wine.spec:1.396
--- packages/wine/wine.spec:1.395	Wed Dec 22 00:41:46 2010
+++ packages/wine/wine.spec	Sat Feb 19 20:03:06 2011
@@ -33,7 +33,7 @@
 Summary(pt_BR.UTF-8):	Executa programas Windows no Linux
 Name:		wine
 Version:	1.2.2
-Release:	2
+Release:	3
 Epoch:		1
 License:	LGPL
 Group:		Applications/Emulators
@@ -114,7 +114,7 @@
 Provides:	libntdll.dll.so
 Obsoletes:	wine-doc-pdf
 Obsoletes:	wine-drv-arts
-ExclusiveArch:	%{ix86}
+ExclusiveArch:	%{ix86} %{x8664}
 ExcludeArch:	i386
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -281,6 +281,9 @@
 %{__autoconf}
 %{__autoheader}
 %configure \
+%ifarch %{x8664}
+	--enable-win64 \
+%endif
 	--with%{!?with_alsa:out}-alsa \
 	--with-audioio \
 	--without-capi \
@@ -428,29 +431,35 @@
 %lang(sv) %doc documentation/README.sv
 %lang(tr) %doc documentation/README.tr
 %attr(755,root,root) %{_bindir}/msiexec
-%attr(755,root,root) %{_bindir}/wine
 %attr(755,root,root) %{_bindir}/wineboot
 %attr(755,root,root) %{_bindir}/winedbg
 %attr(755,root,root) %{_bindir}/winecfg
-%attr(755,root,root) %{_bindir}/wine-preloader
 %attr(755,root,root) %{_bindir}/wineserver
+%ifarch %{x8664}
+%attr(755,root,root) %{_bindir}/wine64
+%else
+%attr(755,root,root) %{_bindir}/wine
+%attr(755,root,root) %{_bindir}/wine-preloader
+%endif
 %attr(755,root,root) %{_libdir}/*.so*
 %dir %{_libdir}/wine
 %dir %{_libdir}/wine/fakedlls
 %{_libdir}/wine/fakedlls/*.acm
 %{_libdir}/wine/fakedlls/*.cpl
 %{_libdir}/wine/fakedlls/*.dll
-%{_libdir}/wine/fakedlls/*.dll16
 %{_libdir}/wine/fakedlls/*.drv
-%{_libdir}/wine/fakedlls/*.drv16
 %{_libdir}/wine/fakedlls/*.ds
 %{_libdir}/wine/fakedlls/*.exe
-%{_libdir}/wine/fakedlls/*.exe16
-%{_libdir}/wine/fakedlls/*.mod16
 %{_libdir}/wine/fakedlls/*.ocx
 %{_libdir}/wine/fakedlls/*.sys
 %{_libdir}/wine/fakedlls/*.tlb
+%ifarch %{ix86}
+%{_libdir}/wine/fakedlls/*.dll16
+%{_libdir}/wine/fakedlls/*.drv16
+%{_libdir}/wine/fakedlls/*.exe16
+%{_libdir}/wine/fakedlls/*.mod16
 %{_libdir}/wine/fakedlls/*.vxd
+%endif
 %{_mandir}/man1/wine.1*
 %{_mandir}/man1/msiexec.1*
 %{_mandir}/man1/wineboot.1*
@@ -551,6 +560,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.396  2011/02/19 19:03:06  arekm
+- rel 3; enable 64bit wine
+
 Revision 1.395  2010/12/21 23:41:46  glen
 - add Comment to wine.desktop, appears in open with dialog as description
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wine/wine.spec?r1=1.395&r2=1.396&f=u



More information about the pld-cvs-commit mailing list