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