2007-01-04 17:29:39 +01:00
|
|
|
#
|
2011-02-24 17:53:13 +01:00
|
|
|
# spec file for package wine
|
2007-01-04 17:29:39 +01:00
|
|
|
#
|
2011-01-07 13:04:22 +01:00
|
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-04 17:29:39 +01:00
|
|
|
#
|
2008-08-15 14:34:05 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-04 17:29:39 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2011-06-30 10:56:10 +02:00
|
|
|
|
2011-06-29 13:30:14 +02:00
|
|
|
%bcond_with hal
|
2008-02-15 01:47:21 +01:00
|
|
|
|
2007-01-04 17:29:39 +01:00
|
|
|
Name: wine
|
2011-09-25 10:00:06 +02:00
|
|
|
BuildRequires: alsa-devel bison capi4linux-devel cups-devel dbus-1-devel desktop-file-utils fdupes flex freeglut-devel freetype2-devel giflib-devel gnutls-devel libgphoto2-devel libgsm-devel libjpeg-devel liblcms-devel libpng-devel libtiff-devel libv4l-devel libxslt-devel ncurses-devel openal-soft-devel openldap2-devel prelink update-desktop-files valgrind-devel
|
2011-06-29 13:30:14 +02:00
|
|
|
%if %{with hal}
|
2011-06-30 10:56:10 +02:00
|
|
|
BuildRequires: hal-devel
|
2011-06-29 13:30:14 +02:00
|
|
|
%endif
|
2010-09-24 00:57:53 +02:00
|
|
|
%if 0%{?suse_version} > 1130
|
|
|
|
BuildRequires: sane-backends-devel
|
|
|
|
%else
|
|
|
|
BuildRequires: sane-backends
|
|
|
|
%endif
|
2010-12-11 12:57:51 +01:00
|
|
|
%if 0%{?suse_version} > 1130
|
|
|
|
BuildRequires: gstreamer-0_10-plugins-base-devel
|
|
|
|
%endif
|
- Updated to 1.1.38
- Better support for memory allocations debugging.
- Improved MIDI support.
- A wide range of Direct3D fixes.
- OLEDB fixes (should fix Clipart in Office).
- Improved debugger support on x86-64.
- Many MSI fixes.
- Various bug fixes.
- updated winetricks
- Updated to 1.1.37
- A number of fixes in AVI file support.
- Several MSXML improvements.
- A few MSI fixes.
- Various bug fixes.
- Updated to 1.1.36
- Completion of the 16-bit separation.
- Improved Shader Model 4 support.
- A ton of memory leak fixes.
- Improved debugging support for MinGW.
- A number of MSHTML fixes.
- Various bug fixes.
- Updated to 1.1.35
- Support for OLE transacted storage.
- Better certificate checking on secure connections.
- More progress on the 16-bit separation.
- Left 4 Dead 2 DRM really supported now.
- MSI performance improvements.
- 64-bit fixes in debugger support.
- Various bug fixes.
- winetricks update
- fixed multiple downloaders, including quicktime, flash
- Updated to 1.1.34
- Many fixes for crypto certificates support.
- A lot of MSHTML improvements.
- Various fixes to support the Left 4 Dead 2 DRM.
- A number of OLE marshalling fixes.
- More Listview improvements.
- Various bug fixes.
- new winetricks release
- Add experimental dotnet35 verb
- Add IE7 verb. Based on a patch by Hans Leidekker.
- Add verbs alsa, audioio, coreaudio, esound, jack, nas, oss to override
sound driver
- Add verbs backbuffer, fbo, pbuffer for setting offscreen rendering buffer
- Don't crash winecfg if native comctl32 is used
- Fix gecko to work with wine-1.1.33.
- Make vc2003toolkit and psdk2003 verbs run on windows
- On cleanup, remove $WINETRICKS_TMP, not just the files in it
- Sorted command menu
- Update Firefox to 3.5.5
- Update mpc to latest version, move the exe to Program Files and add it to %PATH%
- Updated to 1.1.33
- Gecko now installed at wineprefix creation time.
- Better support for certificates in crypt32.
- Improved sound support in mciwave.
- Some more Direct3D 10 functions.
- Many cleanups for issues spotted by Valgrind.
- Various bug fixes.
- buildrequire "wine-gecko" prepackaged gecko engine,
so it does not need to be seperately downloaded.
- starting to build for 64bit on Factory and later.
- Updated to 1.1.32
- Many crypto fixes, particularly on 64-bit.
- Improved DVD access on Mac OS.
- Several common controls improvements.
- Various HTML support improvements.
- More DIB optimizations.
- Various bug fixes.
- Updated to 1.1.31
- Vastly improved monthcal control.
- Performance improvements for DIB sections.
- Several sound driver fixes.
- Beginning of ActiveX support in JScript.
- More Direct3D 10 work.
- More 16-bit dlls split off to separate modules.
- Support for attachments in MAPI.
- Various bug fixes.
- updated winetricks
OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=15
2010-02-08 17:53:31 +01:00
|
|
|
License: LGPLv2.1+
|
2007-01-04 17:29:39 +01:00
|
|
|
Group: System/Emulators/PC
|
2007-10-05 00:39:47 +02:00
|
|
|
AutoReqProv: on
|
2011-11-21 23:34:25 +01:00
|
|
|
Version: 1.3.33
|
2010-09-28 22:52:53 +02:00
|
|
|
Release: 1
|
2007-01-04 17:29:39 +01:00
|
|
|
Summary: An MS Windows Emulator
|
2007-10-05 00:39:47 +02:00
|
|
|
Url: http://www.winehq.com
|
2010-09-28 22:52:53 +02:00
|
|
|
# vanilla Wine release
|
2007-01-04 17:29:39 +01:00
|
|
|
Source0: wine-%version.tar.bz2
|
2007-06-03 22:12:03 +02:00
|
|
|
Source1: http://kegel.com/wine/winetricks
|
2010-05-14 01:01:01 +02:00
|
|
|
Source2: http://kegel.com/wine/wisotool
|
2007-01-04 17:29:39 +01:00
|
|
|
Source3: README.SuSE
|
|
|
|
Source4: wine.desktop
|
2010-06-22 10:41:05 +02:00
|
|
|
Source5: ubuntuwine.tar.bz2
|
2010-09-28 22:52:53 +02:00
|
|
|
# SUSE specific patches
|
2011-05-17 12:58:20 +02:00
|
|
|
# - currently none, but add them here
|
2011-07-11 09:16:48 +02:00
|
|
|
Patch0: susepatches.patch
|
2011-11-21 23:34:25 +01:00
|
|
|
Recommends: wine-gecko >= 1.4
|
2011-10-04 10:08:35 +02:00
|
|
|
Recommends: wine-mp3
|
|
|
|
Recommends: dosbox
|
2011-08-31 14:37:02 +02:00
|
|
|
Conflicts: wine-gecko < 1.3
|
|
|
|
|
2011-01-11 13:21:21 +01:00
|
|
|
%ifarch %ix86 x86_64
|
2010-04-20 02:26:29 +02:00
|
|
|
Requires: wine-32bit = %version
|
2011-01-11 13:21:21 +01:00
|
|
|
%endif
|
2010-05-14 01:01:01 +02:00
|
|
|
# for winetricks:
|
|
|
|
Requires: unzip cabextract
|
2010-04-20 02:26:29 +02:00
|
|
|
%ifarch x86_64
|
|
|
|
Requires: libX11.so.6()(64bit) libXext.so.6()(64bit) libXcursor.so.1()(64bit) libXi.so.6()(64bit) libXxf86vm.so.1()(64bit) libXrender.so.1()(64bit) libXrandr.so.2()(64bit) libXinerama.so.1()(64bit) libXcomposite.so.1()(64bit) libGL.so.1()(64bit) libGLU.so.1()(64bit) libxslt.so.1()(64bit) libncurses.so.6()(64bit) libfreetype.so.6()(64bit) libfontconfig.so.1()(64bit) libcups.so.2()(64bit)
|
|
|
|
%endif
|
2007-01-04 17:29:39 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
2007-08-27 18:55:30 +02:00
|
|
|
An MS Windows emulator, consisting of both runtime and source
|
2007-01-04 17:29:39 +01:00
|
|
|
compatibility functions. You can run your MS executables with it and
|
2007-08-27 18:55:30 +02:00
|
|
|
write your Windows programs under Linux and link against the WINE
|
|
|
|
libraries.
|
2007-01-04 17:29:39 +01:00
|
|
|
|
|
|
|
It is not necessary to have a Windows installation to run WINE.
|
|
|
|
|
|
|
|
Refer to /usr/share/doc/packages/wine/README.SuSE. There is more
|
|
|
|
documentation available in that directory. Read 'man wine' for further
|
|
|
|
information.
|
|
|
|
|
|
|
|
You can invoke wine by entering 'wine program.exe'. Configure it by
|
|
|
|
running 'winecfg'.
|
|
|
|
|
2010-04-20 02:26:29 +02:00
|
|
|
%ifarch %ix86
|
2007-01-04 17:29:39 +01:00
|
|
|
|
2010-04-20 02:26:29 +02:00
|
|
|
%package 32bit
|
|
|
|
Summary: The 32bit runtime system of Wine
|
|
|
|
License: LGPLv2.1+
|
|
|
|
Group: System/Emulators/PC
|
|
|
|
# requires either 32bit or 64bit wine
|
|
|
|
Requires: wine = %version
|
|
|
|
# lib dependencies that are dynamically loaded
|
2011-08-31 15:26:39 +02:00
|
|
|
Requires: libXcursor.so.1 libXi.so.6 libXxf86vm.so.1 libXrender.so.1 libXrandr.so.2 libXinerama.so.1 libXcomposite.so.1 libxslt.so.1 libncurses.so.6 libfreetype.so.6 libcrypto.so.1.0.0 libssl.so.1.0.0 libfontconfig.so.1 libcups.so.2 libpng14.so.14
|
|
|
|
%if 0%{?suse_version} < 1210
|
2011-09-02 13:18:41 +02:00
|
|
|
Requires: libgnutls.so.26
|
2011-08-31 15:26:39 +02:00
|
|
|
%else
|
2011-09-02 13:18:41 +02:00
|
|
|
Requires: libgnutls.so.28
|
2011-08-31 15:26:39 +02:00
|
|
|
%endif
|
2010-04-20 02:26:29 +02:00
|
|
|
|
|
|
|
%description 32bit
|
2011-10-17 14:01:13 +02:00
|
|
|
This package contains the 32bit runtime environment (libraries, DLLs, EXEs) of Wine.
|
2010-04-20 02:26:29 +02:00
|
|
|
It is required to run Win32 binaries. It requires either the 32bit or 64bit
|
|
|
|
"wine" environment to work.
|
|
|
|
%endif
|
2007-01-04 17:29:39 +01:00
|
|
|
|
|
|
|
%package devel
|
- Updated to 1.1.38
- Better support for memory allocations debugging.
- Improved MIDI support.
- A wide range of Direct3D fixes.
- OLEDB fixes (should fix Clipart in Office).
- Improved debugger support on x86-64.
- Many MSI fixes.
- Various bug fixes.
- updated winetricks
- Updated to 1.1.37
- A number of fixes in AVI file support.
- Several MSXML improvements.
- A few MSI fixes.
- Various bug fixes.
- Updated to 1.1.36
- Completion of the 16-bit separation.
- Improved Shader Model 4 support.
- A ton of memory leak fixes.
- Improved debugging support for MinGW.
- A number of MSHTML fixes.
- Various bug fixes.
- Updated to 1.1.35
- Support for OLE transacted storage.
- Better certificate checking on secure connections.
- More progress on the 16-bit separation.
- Left 4 Dead 2 DRM really supported now.
- MSI performance improvements.
- 64-bit fixes in debugger support.
- Various bug fixes.
- winetricks update
- fixed multiple downloaders, including quicktime, flash
- Updated to 1.1.34
- Many fixes for crypto certificates support.
- A lot of MSHTML improvements.
- Various fixes to support the Left 4 Dead 2 DRM.
- A number of OLE marshalling fixes.
- More Listview improvements.
- Various bug fixes.
- new winetricks release
- Add experimental dotnet35 verb
- Add IE7 verb. Based on a patch by Hans Leidekker.
- Add verbs alsa, audioio, coreaudio, esound, jack, nas, oss to override
sound driver
- Add verbs backbuffer, fbo, pbuffer for setting offscreen rendering buffer
- Don't crash winecfg if native comctl32 is used
- Fix gecko to work with wine-1.1.33.
- Make vc2003toolkit and psdk2003 verbs run on windows
- On cleanup, remove $WINETRICKS_TMP, not just the files in it
- Sorted command menu
- Update Firefox to 3.5.5
- Update mpc to latest version, move the exe to Program Files and add it to %PATH%
- Updated to 1.1.33
- Gecko now installed at wineprefix creation time.
- Better support for certificates in crypt32.
- Improved sound support in mciwave.
- Some more Direct3D 10 functions.
- Many cleanups for issues spotted by Valgrind.
- Various bug fixes.
- buildrequire "wine-gecko" prepackaged gecko engine,
so it does not need to be seperately downloaded.
- starting to build for 64bit on Factory and later.
- Updated to 1.1.32
- Many crypto fixes, particularly on 64-bit.
- Improved DVD access on Mac OS.
- Several common controls improvements.
- Various HTML support improvements.
- More DIB optimizations.
- Various bug fixes.
- Updated to 1.1.31
- Vastly improved monthcal control.
- Performance improvements for DIB sections.
- Several sound driver fixes.
- Beginning of ActiveX support in JScript.
- More Direct3D 10 work.
- More 16-bit dlls split off to separate modules.
- Support for attachments in MAPI.
- Various bug fixes.
- updated winetricks
OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=15
2010-02-08 17:53:31 +01:00
|
|
|
License: LGPLv2.1+
|
2007-01-04 17:29:39 +01:00
|
|
|
Summary: files for wine development
|
|
|
|
Group: System/Emulators/PC
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This RPM contains the header files and development tools for the WINE
|
|
|
|
libraries.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2011-07-11 09:16:48 +02:00
|
|
|
%patch0 -p1
|
2007-01-04 17:29:39 +01:00
|
|
|
#
|
|
|
|
cp %{S:3} .
|
|
|
|
#
|
|
|
|
|
|
|
|
%build
|
2009-07-09 11:30:40 +02:00
|
|
|
cat VERSION
|
2010-10-09 11:51:44 +02:00
|
|
|
%ifarch %ix86
|
|
|
|
# e.g. Steam hates it.
|
|
|
|
export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fomit-frame-pointer//'`
|
|
|
|
%endif
|
2011-07-11 09:42:07 +02:00
|
|
|
# keep just for susepatches with configure changes
|
|
|
|
autoconf
|
|
|
|
autoheader -I include
|
2011-11-21 23:34:25 +01:00
|
|
|
CFLAGS="$RPM_OPT_FLAGS" \
|
2010-04-20 02:26:29 +02:00
|
|
|
%configure \
|
|
|
|
--with-x \
|
|
|
|
%ifarch x86_64
|
|
|
|
--enable-win64 \
|
|
|
|
%endif
|
|
|
|
--verbose
|
|
|
|
|
2009-08-10 18:31:07 +02:00
|
|
|
cat config.log
|
2009-07-09 11:30:40 +02:00
|
|
|
grep "have_x=yes" config.log || exit 1
|
2011-08-31 15:26:39 +02:00
|
|
|
grep SONAME_ config.status
|
2007-01-04 17:29:39 +01:00
|
|
|
make %{?jobs:-j%jobs} all
|
|
|
|
|
|
|
|
%install
|
2009-07-09 11:30:40 +02:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
# install desktop file
|
|
|
|
install -d $RPM_BUILD_ROOT/usr/share/applications/
|
2010-06-22 10:41:05 +02:00
|
|
|
%suse_update_desktop_file %{SOURCE4} Emulator
|
|
|
|
|
2009-07-09 11:30:40 +02:00
|
|
|
install -m 0644 %SOURCE4 $RPM_BUILD_ROOT/usr/share/applications/
|
2007-06-03 22:12:03 +02:00
|
|
|
install -m 0755 %SOURCE1 $RPM_BUILD_ROOT/usr/bin/
|
2010-05-14 01:01:01 +02:00
|
|
|
install -m 0755 %SOURCE2 $RPM_BUILD_ROOT/usr/bin/
|
2007-12-17 12:11:14 +01:00
|
|
|
mv $RPM_BUILD_ROOT/%{_mandir}/de.UTF-8 $RPM_BUILD_ROOT/%{_mandir}/de
|
2008-01-13 11:14:35 +01:00
|
|
|
mv $RPM_BUILD_ROOT/%{_mandir}/fr.UTF-8 $RPM_BUILD_ROOT/%{_mandir}/fr
|
2011-06-29 13:31:51 +02:00
|
|
|
mv $RPM_BUILD_ROOT/%{_mandir}/pl.UTF-8 $RPM_BUILD_ROOT/%{_mandir}/pl
|
2010-06-22 10:41:05 +02:00
|
|
|
tar xjf %{SOURCE5}
|
|
|
|
# Copied from Ubuntu Wine out of debian.diff
|
|
|
|
# https://launchpad.net/~ubuntu-wine/+archive/ppa/+packages
|
|
|
|
# taken on 1.2rc2 time.
|
|
|
|
cd ubuntuwine
|
|
|
|
install -d $RPM_BUILD_ROOT/etc/xdg/menus/applications-merged
|
|
|
|
install -c -m 644 wine.menu $RPM_BUILD_ROOT/etc/xdg/menus/applications-merged
|
|
|
|
|
|
|
|
# Install application-specific desktop files
|
|
|
|
install -d $RPM_BUILD_ROOT/usr/share/applications
|
|
|
|
install -c -m 644 *.desktop $RPM_BUILD_ROOT/usr/share/applications/
|
|
|
|
|
|
|
|
install -d $RPM_BUILD_ROOT/usr/share/desktop-directories/
|
|
|
|
install -c -m 644 *.directory $RPM_BUILD_ROOT/usr/share/desktop-directories/
|
|
|
|
|
|
|
|
# Install icons
|
2010-06-22 16:36:36 +02:00
|
|
|
install -d $RPM_BUILD_ROOT/usr/share/icons/hicolor/scalable/apps/
|
|
|
|
install -c -m 644 *.svg $RPM_BUILD_ROOT/usr/share/icons/hicolor/scalable/apps/
|
2010-06-22 10:41:05 +02:00
|
|
|
cd ..
|
|
|
|
|
2007-06-24 11:55:53 +02:00
|
|
|
%fdupes -s $RPM_BUILD_ROOT
|
|
|
|
|
2010-04-20 02:26:29 +02:00
|
|
|
%ifarch %ix86
|
|
|
|
|
|
|
|
%post 32bit -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun 32bit -p /sbin/ldconfig
|
|
|
|
%else
|
|
|
|
|
2008-05-24 11:28:41 +02:00
|
|
|
%post -p /sbin/ldconfig
|
2010-04-20 02:26:28 +02:00
|
|
|
|
2008-05-24 11:28:41 +02:00
|
|
|
%postun -p /sbin/ldconfig
|
2010-04-20 02:26:29 +02:00
|
|
|
%endif
|
2007-04-14 17:44:50 +02:00
|
|
|
|
2007-01-04 17:29:39 +01:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2009-07-09 11:30:40 +02:00
|
|
|
%doc ANNOUNCE AUTHORS LICENSE LICENSE.OLD README*
|
2010-04-20 02:26:29 +02:00
|
|
|
/usr/bin/function_grep.pl
|
|
|
|
/usr/bin/msiexec
|
|
|
|
/usr/bin/notepad
|
|
|
|
/usr/bin/regedit
|
|
|
|
/usr/bin/regsvr32
|
|
|
|
/usr/bin/wineboot
|
|
|
|
/usr/bin/winecfg
|
|
|
|
/usr/bin/wineconsole
|
|
|
|
/usr/bin/winedbg
|
|
|
|
/usr/bin/winefile
|
|
|
|
/usr/bin/winemine
|
|
|
|
/usr/bin/winepath
|
|
|
|
/usr/bin/wineserver
|
|
|
|
/usr/bin/winetricks
|
2010-05-14 01:01:01 +02:00
|
|
|
/usr/bin/wisotool
|
2007-01-04 17:29:39 +01:00
|
|
|
/usr/share/wine
|
2010-04-20 02:26:29 +02:00
|
|
|
/usr/share/applications/wine.desktop
|
2011-01-27 12:11:26 +01:00
|
|
|
%doc %{_mandir}/man1/wine.1*
|
|
|
|
%doc %{_mandir}/man1/winedbg.1*
|
|
|
|
%doc %{_mandir}/man1/wineserver.1*
|
2011-06-29 13:31:51 +02:00
|
|
|
%doc %dir %doc %{_mandir}/pl
|
|
|
|
%doc %dir %doc %{_mandir}/pl/man1
|
2011-01-27 12:11:26 +01:00
|
|
|
%doc %{_mandir}/*/man1/wine.1*
|
|
|
|
%doc %{_mandir}/*/man1/wineserver.1*
|
|
|
|
%doc %{_mandir}/man1/msiexec.1.*
|
|
|
|
%doc %{_mandir}/man1/notepad.1.*
|
|
|
|
%doc %{_mandir}/man1/regedit.1.*
|
|
|
|
%doc %{_mandir}/man1/regsvr32.1.*
|
|
|
|
%doc %{_mandir}/man1/wineboot.1.*
|
|
|
|
%doc %{_mandir}/man1/winebuild.1.*
|
|
|
|
%doc %{_mandir}/man1/winecfg.1.*
|
|
|
|
%doc %{_mandir}/man1/wineconsole.1.*
|
|
|
|
%doc %{_mandir}/man1/winecpp.1.*
|
|
|
|
%doc %{_mandir}/man1/winefile.1.*
|
|
|
|
%doc %{_mandir}/man1/winemine.1.*
|
|
|
|
%doc %{_mandir}/man1/winepath.1.*
|
2010-06-22 10:41:05 +02:00
|
|
|
%dir /etc/xdg/menus/
|
|
|
|
%dir /etc/xdg/menus/applications-merged
|
|
|
|
%config /etc/xdg/menus/applications-merged/*.menu
|
|
|
|
/usr/share/applications/*.desktop
|
|
|
|
%dir /usr/share/desktop-directories/
|
|
|
|
/usr/share/desktop-directories/*.directory
|
2010-06-28 14:23:28 +02:00
|
|
|
%dir /usr/share/icons/hicolor
|
|
|
|
%dir /usr/share/icons/hicolor/scalable
|
|
|
|
%dir /usr/share/icons/hicolor/scalable/apps
|
2010-06-22 16:36:36 +02:00
|
|
|
/usr/share/icons/hicolor/scalable/apps/*.svg
|
2010-04-20 02:26:29 +02:00
|
|
|
|
2011-01-27 12:11:26 +01:00
|
|
|
%if 0%{?suse_version} > 1120
|
|
|
|
%ifarch %ix86
|
2011-02-24 17:53:13 +01:00
|
|
|
|
2010-04-20 02:26:29 +02:00
|
|
|
%files 32bit
|
|
|
|
%defattr(-,root,root)
|
2011-01-27 12:11:26 +01:00
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%ifarch %ix86
|
2010-05-31 00:57:01 +02:00
|
|
|
/usr/bin/wine
|
2010-04-20 02:26:29 +02:00
|
|
|
/usr/bin/wine-preloader
|
|
|
|
%endif
|
2011-01-27 12:12:20 +01:00
|
|
|
%ifarch ppc
|
|
|
|
/usr/bin/wine
|
|
|
|
%endif
|
2010-05-31 00:57:01 +02:00
|
|
|
%ifarch x86_64
|
|
|
|
/usr/bin/wine64
|
2011-01-03 14:32:07 +01:00
|
|
|
/usr/bin/wine64-preloader
|
2010-05-31 00:57:01 +02:00
|
|
|
%endif
|
2010-02-09 22:16:54 +01:00
|
|
|
%{_libdir}/wine/*.so
|
2011-01-27 12:11:26 +01:00
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
%dir %{_libdir}/wine
|
2010-02-09 22:16:54 +01:00
|
|
|
%dir %{_libdir}/wine/fakedlls
|
|
|
|
%{_libdir}/wine/fakedlls/*
|
2007-01-04 17:29:39 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/wine
|
2011-01-27 12:11:26 +01:00
|
|
|
/usr/bin/widl
|
|
|
|
/usr/bin/winebuild
|
|
|
|
/usr/bin/winecpp
|
|
|
|
/usr/bin/winedump
|
|
|
|
/usr/bin/wineg++
|
|
|
|
/usr/bin/winegcc
|
|
|
|
/usr/bin/winemaker
|
|
|
|
/usr/bin/wmc
|
|
|
|
/usr/bin/wrc
|
2010-02-09 22:16:54 +01:00
|
|
|
%{_libdir}/wine/*.def
|
|
|
|
%{_libdir}/wine/*.a
|
2011-01-27 12:11:26 +01:00
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%doc %{_mandir}/man1/winemaker.1*
|
|
|
|
%doc %{_mandir}/*/man1/winemaker.1*
|
|
|
|
%doc %{_mandir}/man1/widl.1*
|
|
|
|
%doc %{_mandir}/man1/winedump.1*
|
|
|
|
%doc %{_mandir}/man1/wineg++.1*
|
|
|
|
%doc %{_mandir}/man1/winegcc.1*
|
|
|
|
%doc %{_mandir}/man1/wmc.1*
|
|
|
|
%doc %{_mandir}/man1/wrc.1*
|
|
|
|
|
2010-02-09 22:16:54 +01:00
|
|
|
# /usr/share/aclocal/wine.m4
|
2007-12-17 12:11:14 +01:00
|
|
|
|
2010-02-09 22:16:53 +01:00
|
|
|
%changelog
|