]> git.pld-linux.org Git - packages/wine.git/blame - wine.spec
- versioned ca-certificates dep
[packages/wine.git] / wine.spec
CommitLineData
7a30e9d7 1#
2# Conditional build:
931f130b 3%bcond_without alsa # don't build ALSA mm driver
931f130b 4%bcond_without jack # don't build JACK mm driver
a393647c 5%bcond_without nas # don't build NAS mm driver
16e36f25
JB
6%bcond_without sane # don't build TWAIN DLL with scanning support (through SANE)
7%bcond_without cups # without CUPS printing support in winspool,wineps DLLs
7a30e9d7 8#
c504380e 9# TODO:
10# - support for CAPI (ISDN support; --with-capi)
11#
546bbb82 12# NOTE: wine detects the following SONAMES for dlopen at build time:
16e36f25
JB
13# libcrypto,libssl (wininet.dll)
14# libcups (winspool.dll.so,wineps.dll.so)
15# libcurses/libncurses (wineconsole program)
16# libfontconfig (gdi32.dll.so)
17# libfreetype (wineps.dll.so,gdi32.dll.so)
18# libGL (x11drv.dll.so,ddraw.dll.so)
19# libjack (winejack.drv.so - explicit dependency in subpackage)
e7acaf22 20# libX11, libXext, libXi, libXrender (x11drv.dll.so)
546bbb82 21# thus requires rebuild after change of any of the above.
931f130b
JB
22#
23# JACK requires ALSA
c226320b 24%if %{without alsa}
931f130b
JB
25%undefine with_jack
26%endif
698e86e7 27Summary: Program that lets you launch Win applications
93e41e44
ER
28Summary(es.UTF-8): Ejecuta programas Windows en Linux
29Summary(pl.UTF-8): Program pozwalający uruchamiać aplikacje Windows
30Summary(pt_BR.UTF-8): Executa programas Windows no Linux
5c4ec57b 31Name: wine
182f1b50 32Version: 1.1.8
c1ef0aab 33Release: 1
46114a9a 34Epoch: 1
528c1138 35License: LGPL
5c4ec57b 36Group: Applications/Emulators
9c1d94d6 37Source0: http://ibiblio.org/pub/linux/system/emulators/wine/%{name}-%{version}.tar.bz2
182f1b50 38# Source0-md5: 3a65ee3448b80519d1aa606d3bba92be
76055aa1 39Source1: %{name}-uninstaller.desktop
b68a79ec 40Patch0: %{name}-fontcache.patch
a0ff0658 41Patch1: %{name}-makedep.patch
a4a10255 42Patch2: %{name}-ncurses.patch
dc0316fb 43Patch3: %{name}-bug9177_workaround.patch
8b4bf701 44Patch4: %{name}-disable-valgrind.patch
5312a936 45Patch5: %{name}-ca_certificates.patch
76055aa1 46#PatchX: %{name}-dga.patch
1b3d8891 47URL: http://www.winehq.org/
489ca66c 48BuildRequires: OpenGL-GLU-devel
6547534c
KK
49%{?with_alsa:BuildRequires: alsa-lib-devel}
50%{?with_arts:BuildRequires: artsc-devel}
c7af491d
JB
51BuildRequires: autoconf
52BuildRequires: automake
d3c41437 53BuildRequires: bison
5715e1d1 54%{?with_cups:BuildRequires: cups-devel}
f88a3451 55BuildRequires: docbook-dtd31-sgml
56BuildRequires: docbook-utils
5fc34681 57BuildRequires: flex
16e36f25 58BuildRequires: fontconfig-devel
22432818 59BuildRequires: fontforge
5fc34681 60BuildRequires: freetype-devel >= 2.0.5
734deeec 61BuildRequires: giflib-devel
c57a98fe 62BuildRequires: gnutls-devel
beb8121e 63BuildRequires: hal-devel
931f130b 64%{?with_jack:BuildRequires: jack-audio-connection-kit-devel}
beb8121e 65BuildRequires: lcms-devel
beb8121e 66BuildRequires: libgphoto2-devel
c504380e 67BuildRequires: libjpeg-devel
1e160e6e 68BuildRequires: libtool
fbb1220c 69BuildRequires: libxslt-devel
931f130b 70%{?with_nas:BuildRequires: nas-devel}
8a1d358f 71BuildRequires: ncurses-devel
16e36f25
JB
72# db2* failed previously - probably openjade or opensp bug
73BuildRequires: openjade >= 1:1.3.3-0.pre1
91c42b90 74BuildRequires: openldap-devel
16e36f25 75BuildRequires: opensp >= 1:1.5.1
2c81f5eb 76BuildRequires: openssl-devel >= 0.9.7d
beb8121e 77BuildRequires: pkgconfig
5715e1d1 78%{?with_sane:BuildRequires: sane-backends-devel}
8b4bf701 79#BuildRequires: valgrind
beb8121e 80BuildRequires: xorg-lib-libXcomposite-devel
81BuildRequires: xorg-lib-libXcursor-devel
c66c3406 82BuildRequires: xorg-lib-libXi-devel
beb8121e 83BuildRequires: xorg-lib-libXinerama-devel
c66c3406 84BuildRequires: xorg-lib-libXmu-devel
beb8121e 85BuildRequires: xorg-lib-libXrandr-devel
c66c3406 86BuildRequires: xorg-lib-libXrender-devel
87BuildRequires: xorg-lib-libXxf86dga-devel
88BuildRequires: xorg-lib-libXxf86vm-devel
6ff6d4aa 89Requires: ca-certificates >= 20080809-4
ae42c99e 90Suggests: binfmt-detector
f96e197b 91# for winelauncher
3bddfbf2 92Suggests: xorg-app-xmessage
f96e197b 93# for ntlm_auth
14e95129 94Suggests: samba-common >= 1:3.0.25
52b6007b
JB
95# link to wine/ntdll.dll.so, without any SONAME
96Provides: libntdll.dll.so
7212da21 97Obsoletes: wine-doc-pdf
93b34e12 98Obsoletes: wine-drv-arts
d9590b9e 99ExclusiveArch: %{ix86}
206eed29 100ExcludeArch: i386
0403821a 101BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
5c4ec57b 102
e8f81a0a 103%define _noautoreqdep libGL.so.1 libGLU.so.1
104%define no_install_post_strip 1
105
e8f81a0a 106%define _winedir %{_datadir}/%{name}
6731627f 107
65c325f6 108%define getsoname() %((objdump -p %{1} 2>/dev/null || echo SONAME ERROR) | awk '/SONAME/ { print $2; s=1 }; END { if(s==0) print "ERROR" }')
16e36f25 109
344ce2c2 110%undefine debuginfocflags
111
5c4ec57b 112%description
6731627f 113Wine is a program which allows running Microsoft Windows programs
a519bc4f 114(including DOS, Windows 3.x and Win32 executables) on Unix. It
115consists of a program loader which loads and executes a Microsoft
116Windows binary, and a library that implements Windows API calls using
117their Unix or X11 equivalents. The library may also be used for
118porting Win32 code into native Unix executables.
5c4ec57b 119
c967e47d 120%description -l es.UTF-8
f33a1517 121Ejecuta programas Windows en Linux.
122
c967e47d
JR
123%description -l pl.UTF-8
124Wine jest programem dzięki któremu można uruchamiać programy napisane
125dla Microsoft Windows pod systemami uniksowymi. Składa się on z
126loadera, który pozwala wczytywać i uruchamiać programy w formacie
127Microsoft Windows, oraz z biblioteki, która implementuje API Windows
128przy użyciu odpowiedników uniksowych oraz z X11. Biblioteka może być
129także wykorzystana do przenoszenia aplikacji Win32 do Uniksa.
5c4ec57b 130
c967e47d
JR
131%description -l pt_BR.UTF-8
132O Wine é um programa que permite rodar programas MS-Windows no X11.
f33a1517 133Ele consiste de um carregador de programa, que carrega e executa um
c967e47d 134binário MS-Windows, e de uma biblioteca de emulação que traduz as
f33a1517 135chamadas da API para as equivalentes Unix/X11.
136
5c4ec57b 137%package devel
7a050f82 138Summary: Wine - header files
93e41e44
ER
139Summary(es.UTF-8): Biblioteca de desarrollo de wine
140Summary(pl.UTF-8): Wine - pliki nagłowkowe
141Summary(pt_BR.UTF-8): Biblioteca de desenvolvimento do wine
7a050f82 142Group: Development/Libraries
46114a9a 143Requires: %{name} = %{epoch}:%{version}-%{release}
6ab2e9fc 144
5c4ec57b 145%description devel
146Wine - header files.
147
c967e47d 148%description devel -l es.UTF-8
f33a1517 149Biblioteca de desarrollo de wine.
150
c967e47d
JR
151%description devel -l pl.UTF-8
152Wine - pliki nagłówkowe.
5c4ec57b 153
c967e47d
JR
154%description devel -l pt_BR.UTF-8
155Arquivos de inclusão e bibliotecas para desenvolver aplicações com o
f33a1517 156WINE.
157
e8f81a0a 158%package programs
159Summary: Wine - programs
93e41e44 160Summary(pl.UTF-8): Wine - programy
e8f81a0a 161Group: Applications
46114a9a 162Requires: %{name} = %{epoch}:%{version}-%{release}
e8f81a0a 163
164%description programs
0a7c5d50 165Wine - programs.
e8f81a0a 166
c967e47d 167%description programs -l pl.UTF-8
0a7c5d50 168Wine - programy.
e8f81a0a 169
16e36f25
JB
170%package dll-d3d
171Summary: Direct3D implementation DLLs for Wine
93e41e44 172Summary(pl.UTF-8): Biblioteki DLL z implementacją Direct3D dla Wine
16e36f25 173Group: Applications/Emulators
46114a9a 174Requires: %{name} = %{epoch}:%{version}-%{release}
16e36f25
JB
175Requires: OpenGL
176
177%description dll-d3d
178Direct3D implementation DLLs for Wine (through OpenGL).
179
c967e47d
JR
180%description dll-d3d -l pl.UTF-8
181Biblioteki DLL z implementacją Direct3D dla Wine (poprzez OpenGL).
16e36f25
JB
182
183%package dll-gl
184Summary: OpenGL implementation DLLs for Wine
93e41e44 185Summary(pl.UTF-8): Biblioteki DLL z implementacją OpenGL dla Wine
16e36f25 186Group: Applications/Emulators
46114a9a 187Requires: %{name} = %{epoch}:%{version}-%{release}
16e36f25
JB
188Requires: OpenGL
189
190%description dll-gl
191OpenGL implementation DLLs for Wine.
192
c967e47d
JR
193%description dll-gl -l pl.UTF-8
194Biblioteki DLL z implementacją OpenGL dla Wine.
16e36f25
JB
195
196%package dll-twain
197Summary: TWAIN implementation DLL for Wine
93e41e44 198Summary(pl.UTF-8): Biblioteka DLL z implementacją TWAIN dla Wine
16e36f25 199Group: Applications/Emulators
46114a9a 200Requires: %{name} = %{epoch}:%{version}-%{release}
16e36f25
JB
201
202%description dll-twain
203TWAIN implementation DLL for Wine (through SANE).
204
c967e47d
JR
205%description dll-twain -l pl.UTF-8
206Biblioteka DLL z implementacją TWAIN dla Wine (poprzez SANE).
16e36f25
JB
207
208%package drv-alsa
209Summary: ALSA driver for WINE mm.dll implementation
93e41e44 210Summary(pl.UTF-8): Sterownik ALSA dla implementacji mm.dll w Wine
16e36f25 211Group: Applications/Emulators
46114a9a 212Requires: %{name} = %{epoch}:%{version}-%{release}
16e36f25
JB
213
214%description drv-alsa
215ALSA driver for WINE mm.dll (multimedia system) implementation.
216
c967e47d
JR
217%description drv-alsa -l pl.UTF-8
218Sterownik ALSA dla implementacji mm.dll (systemu multimediów) w Wine.
16e36f25 219
16e36f25
JB
220%package drv-jack
221Summary: JACK driver for WINE mm.dll implementation
93e41e44 222Summary(pl.UTF-8): Sterownik JACK-a dla implementacji mm.dll w Wine
16e36f25 223Group: Applications/Emulators
46114a9a 224Requires: %{name} = %{epoch}:%{version}-%{release}
16e36f25
JB
225Requires: jack-audio-connection-kit
226# dlopened by SONAME detected at build time
42c123f0 227%{?with_jack:Requires: %{getsoname /usr/%{_lib}/libjack.so}}
16e36f25
JB
228
229%description drv-jack
230JACK driver for WINE mm.dll (multimedia system) implementation.
231
c967e47d
JR
232%description drv-jack -l pl.UTF-8
233Sterownik JACK-a dla implementacji mm.dll (systemu multimediów) w
b9f73ce4 234Wine.
16e36f25
JB
235
236%package drv-nas
237Summary: NAS driver for WINE mm.dll implementation
93e41e44 238Summary(pl.UTF-8): Sterownik NAS dla implementacji mm.dll w Wine
16e36f25 239Group: Applications/Emulators
46114a9a 240Requires: %{name} = %{epoch}:%{version}-%{release}
16e36f25
JB
241
242%description drv-nas
243NAS driver for WINE mm.dll (multimedia system) implementation.
244
c967e47d
JR
245%description drv-nas -l pl.UTF-8
246Sterownik NAS dla implementacji mm.dll (systemu multimediów) w Wine.
16e36f25 247
5c4ec57b 248%prep
9c1d94d6 249%setup -q
2fbbb535 250%patch0 -p1
251%patch1 -p1
ab25825d 252%patch2 -p1
dc0316fb 253%patch3 -p1
8b4bf701 254%patch4 -p1
5312a936 255%patch5 -p1
591d55ba 256
257# turn off compilation of some tools
a6c536e0 258sed -i -e "s|winetest \\\|\\\|;s|avitools||" programs/Makefile.in
259#sed -i -e "s|avitools||" programs/Makefile.in
5c4ec57b 260
261%build
2fbbb535 262%{__autoconf}
103d8328 263%{__autoheader}
9d6a128d 264%configure \
c504380e 265 --with%{!?with_alsa:out}-alsa \
beb8121e 266 --with-cms \
c504380e 267 --with%{!?with_cups:out}-cups \
c504380e 268 --with-cups \
269 --with-curses \
270 --with-esd \
271 --with-fontconfig \
272 --with-freetype \
273 --with-glu \
beb8121e 274 --with-gphoto \
275 --with-hal \
c504380e 276 --with%{!?with_jack:out}-jack \
277 --with-jpeg \
278 --with-ldap \
279 --with%{!?with_nas:out}-nas \
280 --with-opengl \
281 --with-openssl \
282 --with-oss \
283 --with-png \
284 --with%{!?with_sane:out}-sane \
beb8121e 285 --with-xcomposite \
286 --with-xcursor \
287 --with-xinerama \
288 --with-xinput \
c504380e 289 --with-xml \
beb8121e 290 --with-xrandr \
c504380e 291 --with-xrender \
292 --with-xshape \
293 --with-xshm \
294 --with-xslt \
beb8121e 295 --with-xxf86vm \
698e86e7 296 --with-x
05eb066b 297%{__make} depend
4aafdd81 298%{__make}
e8f81a0a 299%{__make} -C programs
300
5c4ec57b 301%install
302rm -rf $RPM_BUILD_ROOT
ffb676e0 303install -d $RPM_BUILD_ROOT{%{_mandir}/man1,%{_aclocaldir}}
5c4ec57b 304
c7af491d
JB
305%{__make} install \
306 DESTDIR=$RPM_BUILD_ROOT
307
308%{__make} -C programs install \
309 DESTDIR=$RPM_BUILD_ROOT
e8f81a0a 310
6a79cc08 311install tools/fnt2bdf $RPM_BUILD_ROOT%{_bindir}
f88a3451 312
0b87866b 313install aclocal.m4 $RPM_BUILD_ROOT%{_aclocaldir}/wine.m4
0b87866b 314
2a437456 315install -d \
65c325f6 316 $RPM_BUILD_ROOT%{_winedir}/windows/{system,Desktop,Favorites,Fonts} \
317 "$RPM_BUILD_ROOT%{_winedir}/windows/Start Menu/Programs/Startup" \
a91c2692 318 $RPM_BUILD_ROOT%{_winedir}/windows/{SendTo,ShellNew,system32,NetHood} \
319 $RPM_BUILD_ROOT%{_winedir}/windows/{Profiles/Administrator,Recent} \
320 $RPM_BUILD_ROOT%{_winedir}/{"Program Files/Common Files","My Documents"}
321
a91c2692 322touch $RPM_BUILD_ROOT%{_winedir}/{autoexec.bat,config.sys,windows/win.ini}
323touch $RPM_BUILD_ROOT%{_winedir}/windows/system/{shell.dll,shell32.dll}
324touch $RPM_BUILD_ROOT%{_winedir}/windows/system/{winsock.dll,wsock32.dll}
325
76055aa1 326cat > $RPM_BUILD_ROOT%{_winedir}/windows/system.ini <<'EOF'
a91c2692 327[mci]
328cdaudio=mcicda.drv
329sequencer=mciseq.drv
330waveaudio=mciwave.drv
331avivideo=mciavi.drv
332videodisc=mcipionr.drv
333vcr=mciviscd.drv
334MPEGVideo=mciqtz.drv
5c4ec57b 335EOF
336
e8f81a0a 337%if %{?debug:0}%{!?debug:1}
f1f3af79
JB
338echo "Strip executable binaries and shared object files."
339filelist=`find $RPM_BUILD_ROOT -type f ! -regex ".*ld-[0-9.]*so.*"`
340elfexelist=`echo $filelist | xargs -r file | \
341 awk '/ELF.*executable/ {print $1}' | cut -d: -f1`
342elfsharedlist=`echo $filelist | xargs -r file | \
343 awk '/LF.*shared object/ {print $1}' | cut -d: -f1`; \
344if [ -n "$elfexelist" ]; then \
345 strip -R .note -R .comment $elfexelist
346fi
347if [ -n "$elfsharedlist" ]; then
65c325f6 348 strip --strip-unneeded -R .note -R .comment $elfsharedlist
f1f3af79 349fi
e8f81a0a 350%endif
f1f3af79 351
80496098 352# /sbin/chstk -e $RPM_BUILD_ROOT%{_bindir}/wine
5c4ec57b 353
cf94c569 354programs="msiexec notepad progman regedit regsvr32 uninstaller wineboot winebrowser winecfg wineconsole winedbg winefile winemine winepath"
0b87866b 355
8d493411 356BZZZ=`pwd`
357rm -f files.so; touch files.so
358rm -f files.programs; touch files.programs
55a96819 359cd $RPM_BUILD_ROOT%{_libdir}/wine
360for f in *.so; do
16e36f25 361 case $f in
ce2cb51b 362 d3d8.dll.so|d3d9.dll.so|d3dx8.dll.so|glu32.dll.so|opengl32.dll.so|sane.ds.so|twain.dll.so|twain_32.dll.so|winealsa.drv.so|winejack.drv.so|winenas.drv.so)
a6deb44f 363 ;;
364 *)
365 echo "%attr(755,root,root) %{_libdir}/wine/$f" >>$BZZZ/files.so
16e36f25 366 esac
55a96819 367done
368cd -
2f6853f9 369for p in $programs; do
8d493411 370 echo "%attr(755,root,root) %{_bindir}/$p" >> files.programs
371 echo "%attr(755,root,root) %{_libdir}/wine/$p.exe.so" >> files.programs
372 grep -v "$p\.exe\.so$" files.so > files.so.
373 mv -f files.so. files.so
55a96819 374done
55a96819 375
76055aa1
ER
376install -d $RPM_BUILD_ROOT%{_pixmapsdir}/wine.svg
377install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
378install programs/winetest/winetest.svg $RPM_BUILD_ROOT%{_pixmapsdir}/wine.svg
379
5c4ec57b 380%clean
381rm -rf $RPM_BUILD_ROOT
382
d142aa07 383%post -p /sbin/ldconfig
f1f3af79
JB
384%postun -p /sbin/ldconfig
385
d142aa07 386%triggerpostun -- wine < 1:0.9.12-1.9
ccb219e0 387rm -f /var/lock/subsys/wine
d142aa07
JB
388if [ -x /sbin/chkconfig ]; then
389 /sbin/chkconfig --del wine
390fi
391
55a96819 392%files -f files.so
5c4ec57b 393%defattr(644,root,root,755)
64ef6fe1 394%doc README documentation/ChangeLog* AUTHORS ANNOUNCE
12b1296e 395%lang(de) %doc documentation/README.de
396%lang(es) %doc documentation/README.es
397%lang(fr) %doc documentation/README.fr
398%lang(it) %doc documentation/README.it
7b9e958b 399%lang(ko) %doc documentation/README.ko
58a0e5f4 400%lang(nb) %doc documentation/README.no
12b1296e 401%lang(pt) %doc documentation/README.pt
74de5921 402%lang(pt_BR) %doc documentation/README.pt_br
82432451 403%attr(755,root,root) %{_bindir}/msiexec
591d55ba 404%attr(755,root,root) %{_bindir}/wine
d479f953 405%attr(755,root,root) %{_bindir}/wineboot
34f03014 406%attr(755,root,root) %{_bindir}/winebrowser
d479f953 407%attr(755,root,root) %{_bindir}/winecfg
55a96819 408%attr(755,root,root) %{_bindir}/winedbg
5c36538d 409%attr(755,root,root) %{_bindir}/wine-kthread
4f8ea62d 410#%attr(755,root,root) %{_bindir}/winelauncher
5c36538d 411%attr(755,root,root) %{_bindir}/wineprefixcreate
412%attr(755,root,root) %{_bindir}/wine-preloader
413%attr(755,root,root) %{_bindir}/wine-pthread
591d55ba 414%attr(755,root,root) %{_bindir}/wineserver
591d55ba 415%attr(755,root,root) %{_bindir}/wineshelllink
8a1d358f 416%attr(755,root,root) %{_libdir}/*.so*
861238d3 417%dir %{_libdir}/wine
489ca66c 418%{_libdir}/wine/*.dll16
419%{_libdir}/wine/*.drv16
420%{_libdir}/wine/*.exe16
b93e474e 421%{_libdir}/wine/*.mod16
b86f1c34 422%{_mandir}/man1/wine.1*
72ede285 423%{_mandir}/man1/winedbg.1*
b86f1c34
JB
424%{_mandir}/man1/wineprefixcreate.1*
425%{_mandir}/man1/wineserver.1*
a91c2692 426%{_winedir}
a6c536e0 427%{_desktopdir}/wine.desktop
76055aa1
ER
428%{_desktopdir}/wine-uninstaller.desktop
429%{_pixmapsdir}/wine.svg
5c4ec57b 430
55a96819 431%files programs -f files.programs
e8f81a0a 432%defattr(644,root,root,755)
e8f81a0a 433
5c4ec57b 434%files devel
435%defattr(644,root,root,755)
d479f953 436%attr(755,root,root) %{_bindir}/fnt2bdf
437%attr(755,root,root) %{_bindir}/function_grep.pl
d479f953 438%attr(755,root,root) %{_bindir}/widl
55a96819 439%attr(755,root,root) %{_bindir}/winebuild
55a96819 440%attr(755,root,root) %{_bindir}/winedump
1ae1bca2 441%attr(755,root,root) %{_bindir}/wineg++
d479f953 442%attr(755,root,root) %{_bindir}/winegcc
443%attr(755,root,root) %{_bindir}/winemaker
9a9c7643 444%attr(755,root,root) %{_bindir}/winecpp
8593fdc2 445#%attr(755,root,root) %{_bindir}/winewrap
55a96819 446%attr(755,root,root) %{_bindir}/wmc
d479f953 447%attr(755,root,root) %{_bindir}/wrc
7265d9f2
JB
448%{_libdir}/wine/lib*.def
449# no shared variants, so not separated
450%{_libdir}/wine/lib*.def.a
b93e474e 451%{_libdir}/wine/libadsiid.a
7265d9f2
JB
452%{_libdir}/wine/libdx*.a
453%{_libdir}/wine/libstrmiids.a
454%{_libdir}/wine/libuuid.a
455%{_libdir}/wine/libwinecrt0.a
5c4ec57b 456%{_includedir}/wine
34f03014
JB
457%{_mandir}/man1/widl.1*
458%{_mandir}/man1/winedump.1*
bff06719 459%{_mandir}/man1/winegcc.1*
5ec7e550 460%{_mandir}/man1/wineg++.1*
34f03014
JB
461%{_mandir}/man1/winemaker.1*
462%{_mandir}/man1/winebuild.1*
463%{_mandir}/man1/wmc.1*
464%{_mandir}/man1/wrc.1*
2b5050a8 465%{_aclocaldir}/*.m4
f18f723c 466
16e36f25
JB
467%files dll-d3d
468%defattr(644,root,root,755)
469%attr(755,root,root) %{_libdir}/wine/d3d8.dll.so
470%attr(755,root,root) %{_libdir}/wine/d3d9.dll.so
471%attr(755,root,root) %{_libdir}/wine/d3dx8.dll.so
472%attr(755,root,root) %{_libdir}/wine/wined3d.dll.so
473
474%files dll-gl
475%defattr(644,root,root,755)
476%attr(755,root,root) %{_libdir}/wine/glu32.dll.so
477%attr(755,root,root) %{_libdir}/wine/opengl32.dll.so
478
479%if %{with sane}
480%files dll-twain
481%defattr(644,root,root,755)
b08b16bf 482%attr(755,root,root) %{_libdir}/wine/sane.ds.so
72878a4c 483%attr(755,root,root) %{_libdir}/wine/twain*.dll.so
16e36f25
JB
484%endif
485
486%if %{with alsa}
487%files drv-alsa
488%defattr(644,root,root,755)
489%attr(755,root,root) %{_libdir}/wine/winealsa.drv.so
490%endif
491
16e36f25
JB
492%if %{with jack}
493%files drv-jack
494%defattr(644,root,root,755)
495%attr(755,root,root) %{_libdir}/wine/winejack.drv.so
496%endif
497
498%if %{with nas}
499%files drv-nas
500%defattr(644,root,root,755)
501%attr(755,root,root) %{_libdir}/wine/winenas.drv.so
502%endif
503
504# additional dependencies in *.so not separated (yet?) from main package
505# ddraw.dll.so,x11drv.dll.so depend on X11 libs
506# ole2disp.dll.so,oleaut32.dll.so,typelib.dll.so depend on lib(un)gif,libjpeg,libX11
507# ttydrv.dll.so depends on ncurses
This page took 0.168931 seconds and 4 git commands to generate.