]> git.pld-linux.org Git - packages/wine.git/blame - wine.spec
we don't have target-as binary, use pure 'as', same for nm and ld
[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
298cc828 32Version: 1.1.14
e1adec9c 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
298cc828 38# Source0-md5: 5becf91455ef1d426e39cda34e6e7e81
76055aa1 39Source1: %{name}-uninstaller.desktop
b68a79ec 40Patch0: %{name}-fontcache.patch
a0ff0658 41Patch1: %{name}-makedep.patch
a4a10255 42Patch2: %{name}-ncurses.patch
8b4bf701 43Patch4: %{name}-disable-valgrind.patch
5312a936 44Patch5: %{name}-ca_certificates.patch
76055aa1 45#PatchX: %{name}-dga.patch
1b3d8891 46URL: http://www.winehq.org/
489ca66c 47BuildRequires: OpenGL-GLU-devel
6547534c
KK
48%{?with_alsa:BuildRequires: alsa-lib-devel}
49%{?with_arts:BuildRequires: artsc-devel}
c7af491d
JB
50BuildRequires: autoconf
51BuildRequires: automake
d3c41437 52BuildRequires: bison
5715e1d1 53%{?with_cups:BuildRequires: cups-devel}
f88a3451 54BuildRequires: docbook-dtd31-sgml
55BuildRequires: docbook-utils
5fc34681 56BuildRequires: flex
16e36f25 57BuildRequires: fontconfig-devel
22432818 58BuildRequires: fontforge
5fc34681 59BuildRequires: freetype-devel >= 2.0.5
734deeec 60BuildRequires: giflib-devel
c57a98fe 61BuildRequires: gnutls-devel
beb8121e 62BuildRequires: hal-devel
931f130b 63%{?with_jack:BuildRequires: jack-audio-connection-kit-devel}
beb8121e 64BuildRequires: lcms-devel
beb8121e 65BuildRequires: libgphoto2-devel
c504380e 66BuildRequires: libjpeg-devel
1e160e6e 67BuildRequires: libtool
fbb1220c 68BuildRequires: libxslt-devel
931f130b 69%{?with_nas:BuildRequires: nas-devel}
8a1d358f 70BuildRequires: ncurses-devel
16e36f25
JB
71# db2* failed previously - probably openjade or opensp bug
72BuildRequires: openjade >= 1:1.3.3-0.pre1
91c42b90 73BuildRequires: openldap-devel
16e36f25 74BuildRequires: opensp >= 1:1.5.1
2c81f5eb 75BuildRequires: openssl-devel >= 0.9.7d
beb8121e 76BuildRequires: pkgconfig
5715e1d1 77%{?with_sane:BuildRequires: sane-backends-devel}
8b4bf701 78#BuildRequires: valgrind
beb8121e 79BuildRequires: xorg-lib-libXcomposite-devel
80BuildRequires: xorg-lib-libXcursor-devel
c66c3406 81BuildRequires: xorg-lib-libXi-devel
beb8121e 82BuildRequires: xorg-lib-libXinerama-devel
c66c3406 83BuildRequires: xorg-lib-libXmu-devel
beb8121e 84BuildRequires: xorg-lib-libXrandr-devel
c66c3406 85BuildRequires: xorg-lib-libXrender-devel
86BuildRequires: xorg-lib-libXxf86dga-devel
87BuildRequires: xorg-lib-libXxf86vm-devel
a2f68044 88Requires: libfreetype.so.6
ae42c99e 89Suggests: binfmt-detector
be70b824 90Suggests: ca-certificates
a2f68044 91Conflicts: ca-certificates < 20080809-4
f96e197b 92# for winelauncher
3bddfbf2 93Suggests: xorg-app-xmessage
f96e197b 94# for ntlm_auth
14e95129 95Suggests: samba-common >= 1:3.0.25
52b6007b
JB
96# link to wine/ntdll.dll.so, without any SONAME
97Provides: libntdll.dll.so
7212da21 98Obsoletes: wine-doc-pdf
93b34e12 99Obsoletes: wine-drv-arts
d9590b9e 100ExclusiveArch: %{ix86}
206eed29 101ExcludeArch: i386
0403821a 102BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
5c4ec57b 103
e8f81a0a 104%define _noautoreqdep libGL.so.1 libGLU.so.1
105%define no_install_post_strip 1
106
e8f81a0a 107%define _winedir %{_datadir}/%{name}
6731627f 108
65c325f6 109%define getsoname() %((objdump -p %{1} 2>/dev/null || echo SONAME ERROR) | awk '/SONAME/ { print $2; s=1 }; END { if(s==0) print "ERROR" }')
16e36f25 110
344ce2c2 111%undefine debuginfocflags
112
5c4ec57b 113%description
6731627f 114Wine is a program which allows running Microsoft Windows programs
a519bc4f 115(including DOS, Windows 3.x and Win32 executables) on Unix. It
116consists of a program loader which loads and executes a Microsoft
117Windows binary, and a library that implements Windows API calls using
118their Unix or X11 equivalents. The library may also be used for
119porting Win32 code into native Unix executables.
5c4ec57b 120
c967e47d 121%description -l es.UTF-8
f33a1517 122Ejecuta programas Windows en Linux.
123
c967e47d
JR
124%description -l pl.UTF-8
125Wine jest programem dzięki któremu można uruchamiać programy napisane
126dla Microsoft Windows pod systemami uniksowymi. Składa się on z
127loadera, który pozwala wczytywać i uruchamiać programy w formacie
128Microsoft Windows, oraz z biblioteki, która implementuje API Windows
129przy użyciu odpowiedników uniksowych oraz z X11. Biblioteka może być
130także wykorzystana do przenoszenia aplikacji Win32 do Uniksa.
5c4ec57b 131
c967e47d
JR
132%description -l pt_BR.UTF-8
133O Wine é um programa que permite rodar programas MS-Windows no X11.
f33a1517 134Ele consiste de um carregador de programa, que carrega e executa um
c967e47d 135binário MS-Windows, e de uma biblioteca de emulação que traduz as
f33a1517 136chamadas da API para as equivalentes Unix/X11.
137
5c4ec57b 138%package devel
7a050f82 139Summary: Wine - header files
93e41e44
ER
140Summary(es.UTF-8): Biblioteca de desarrollo de wine
141Summary(pl.UTF-8): Wine - pliki nagłowkowe
142Summary(pt_BR.UTF-8): Biblioteca de desenvolvimento do wine
7a050f82 143Group: Development/Libraries
46114a9a 144Requires: %{name} = %{epoch}:%{version}-%{release}
6ab2e9fc 145
5c4ec57b 146%description devel
147Wine - header files.
148
c967e47d 149%description devel -l es.UTF-8
f33a1517 150Biblioteca de desarrollo de wine.
151
c967e47d
JR
152%description devel -l pl.UTF-8
153Wine - pliki nagłówkowe.
5c4ec57b 154
c967e47d
JR
155%description devel -l pt_BR.UTF-8
156Arquivos de inclusão e bibliotecas para desenvolver aplicações com o
f33a1517 157WINE.
158
e8f81a0a 159%package programs
160Summary: Wine - programs
93e41e44 161Summary(pl.UTF-8): Wine - programy
e8f81a0a 162Group: Applications
46114a9a 163Requires: %{name} = %{epoch}:%{version}-%{release}
e8f81a0a 164
165%description programs
0a7c5d50 166Wine - programs.
e8f81a0a 167
c967e47d 168%description programs -l pl.UTF-8
0a7c5d50 169Wine - programy.
e8f81a0a 170
16e36f25
JB
171%package dll-d3d
172Summary: Direct3D implementation DLLs for Wine
93e41e44 173Summary(pl.UTF-8): Biblioteki DLL z implementacją Direct3D dla Wine
16e36f25 174Group: Applications/Emulators
46114a9a 175Requires: %{name} = %{epoch}:%{version}-%{release}
16e36f25
JB
176Requires: OpenGL
177
178%description dll-d3d
179Direct3D implementation DLLs for Wine (through OpenGL).
180
c967e47d
JR
181%description dll-d3d -l pl.UTF-8
182Biblioteki DLL z implementacją Direct3D dla Wine (poprzez OpenGL).
16e36f25
JB
183
184%package dll-gl
185Summary: OpenGL implementation DLLs for Wine
93e41e44 186Summary(pl.UTF-8): Biblioteki DLL z implementacją OpenGL dla Wine
16e36f25 187Group: Applications/Emulators
46114a9a 188Requires: %{name} = %{epoch}:%{version}-%{release}
16e36f25
JB
189Requires: OpenGL
190
191%description dll-gl
192OpenGL implementation DLLs for Wine.
193
c967e47d
JR
194%description dll-gl -l pl.UTF-8
195Biblioteki DLL z implementacją OpenGL dla Wine.
16e36f25
JB
196
197%package dll-twain
198Summary: TWAIN implementation DLL for Wine
93e41e44 199Summary(pl.UTF-8): Biblioteka DLL z implementacją TWAIN dla Wine
16e36f25 200Group: Applications/Emulators
46114a9a 201Requires: %{name} = %{epoch}:%{version}-%{release}
16e36f25
JB
202
203%description dll-twain
204TWAIN implementation DLL for Wine (through SANE).
205
c967e47d
JR
206%description dll-twain -l pl.UTF-8
207Biblioteka DLL z implementacją TWAIN dla Wine (poprzez SANE).
16e36f25
JB
208
209%package drv-alsa
210Summary: ALSA driver for WINE mm.dll implementation
93e41e44 211Summary(pl.UTF-8): Sterownik ALSA dla implementacji mm.dll w Wine
16e36f25 212Group: Applications/Emulators
46114a9a 213Requires: %{name} = %{epoch}:%{version}-%{release}
16e36f25
JB
214
215%description drv-alsa
216ALSA driver for WINE mm.dll (multimedia system) implementation.
217
c967e47d
JR
218%description drv-alsa -l pl.UTF-8
219Sterownik ALSA dla implementacji mm.dll (systemu multimediów) w Wine.
16e36f25 220
16e36f25
JB
221%package drv-jack
222Summary: JACK driver for WINE mm.dll implementation
93e41e44 223Summary(pl.UTF-8): Sterownik JACK-a dla implementacji mm.dll w Wine
16e36f25 224Group: Applications/Emulators
46114a9a 225Requires: %{name} = %{epoch}:%{version}-%{release}
16e36f25
JB
226Requires: jack-audio-connection-kit
227# dlopened by SONAME detected at build time
42c123f0 228%{?with_jack:Requires: %{getsoname /usr/%{_lib}/libjack.so}}
16e36f25
JB
229
230%description drv-jack
231JACK driver for WINE mm.dll (multimedia system) implementation.
232
c967e47d
JR
233%description drv-jack -l pl.UTF-8
234Sterownik JACK-a dla implementacji mm.dll (systemu multimediów) w
b9f73ce4 235Wine.
16e36f25
JB
236
237%package drv-nas
238Summary: NAS driver for WINE mm.dll implementation
93e41e44 239Summary(pl.UTF-8): Sterownik NAS dla implementacji mm.dll w Wine
16e36f25 240Group: Applications/Emulators
46114a9a 241Requires: %{name} = %{epoch}:%{version}-%{release}
16e36f25
JB
242
243%description drv-nas
244NAS driver for WINE mm.dll (multimedia system) implementation.
245
c967e47d
JR
246%description drv-nas -l pl.UTF-8
247Sterownik NAS dla implementacji mm.dll (systemu multimediów) w Wine.
16e36f25 248
5c4ec57b 249%prep
9c1d94d6 250%setup -q
2fbbb535 251%patch0 -p1
252%patch1 -p1
ab25825d 253%patch2 -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
8a1d358f 415%attr(755,root,root) %{_libdir}/*.so*
861238d3 416%dir %{_libdir}/wine
489ca66c 417%{_libdir}/wine/*.dll16
418%{_libdir}/wine/*.drv16
419%{_libdir}/wine/*.exe16
b93e474e 420%{_libdir}/wine/*.mod16
b86f1c34 421%{_mandir}/man1/wine.1*
72ede285 422%{_mandir}/man1/winedbg.1*
b86f1c34
JB
423%{_mandir}/man1/wineprefixcreate.1*
424%{_mandir}/man1/wineserver.1*
a91c2692 425%{_winedir}
a6c536e0 426%{_desktopdir}/wine.desktop
76055aa1
ER
427%{_desktopdir}/wine-uninstaller.desktop
428%{_pixmapsdir}/wine.svg
5c4ec57b 429
55a96819 430%files programs -f files.programs
e8f81a0a 431%defattr(644,root,root,755)
e8f81a0a 432
5c4ec57b 433%files devel
434%defattr(644,root,root,755)
d479f953 435%attr(755,root,root) %{_bindir}/fnt2bdf
436%attr(755,root,root) %{_bindir}/function_grep.pl
d479f953 437%attr(755,root,root) %{_bindir}/widl
55a96819 438%attr(755,root,root) %{_bindir}/winebuild
55a96819 439%attr(755,root,root) %{_bindir}/winedump
1ae1bca2 440%attr(755,root,root) %{_bindir}/wineg++
d479f953 441%attr(755,root,root) %{_bindir}/winegcc
442%attr(755,root,root) %{_bindir}/winemaker
9a9c7643 443%attr(755,root,root) %{_bindir}/winecpp
8593fdc2 444#%attr(755,root,root) %{_bindir}/winewrap
55a96819 445%attr(755,root,root) %{_bindir}/wmc
d479f953 446%attr(755,root,root) %{_bindir}/wrc
7265d9f2
JB
447%{_libdir}/wine/lib*.def
448# no shared variants, so not separated
449%{_libdir}/wine/lib*.def.a
b93e474e 450%{_libdir}/wine/libadsiid.a
7265d9f2
JB
451%{_libdir}/wine/libdx*.a
452%{_libdir}/wine/libstrmiids.a
453%{_libdir}/wine/libuuid.a
454%{_libdir}/wine/libwinecrt0.a
5c4ec57b 455%{_includedir}/wine
34f03014
JB
456%{_mandir}/man1/widl.1*
457%{_mandir}/man1/winedump.1*
bff06719 458%{_mandir}/man1/winegcc.1*
5ec7e550 459%{_mandir}/man1/wineg++.1*
34f03014
JB
460%{_mandir}/man1/winemaker.1*
461%{_mandir}/man1/winebuild.1*
462%{_mandir}/man1/wmc.1*
463%{_mandir}/man1/wrc.1*
2b5050a8 464%{_aclocaldir}/*.m4
f18f723c 465
16e36f25
JB
466%files dll-d3d
467%defattr(644,root,root,755)
468%attr(755,root,root) %{_libdir}/wine/d3d8.dll.so
469%attr(755,root,root) %{_libdir}/wine/d3d9.dll.so
470%attr(755,root,root) %{_libdir}/wine/d3dx8.dll.so
471%attr(755,root,root) %{_libdir}/wine/wined3d.dll.so
472
473%files dll-gl
474%defattr(644,root,root,755)
475%attr(755,root,root) %{_libdir}/wine/glu32.dll.so
476%attr(755,root,root) %{_libdir}/wine/opengl32.dll.so
477
478%if %{with sane}
479%files dll-twain
480%defattr(644,root,root,755)
b08b16bf 481%attr(755,root,root) %{_libdir}/wine/sane.ds.so
72878a4c 482%attr(755,root,root) %{_libdir}/wine/twain*.dll.so
16e36f25
JB
483%endif
484
485%if %{with alsa}
486%files drv-alsa
487%defattr(644,root,root,755)
488%attr(755,root,root) %{_libdir}/wine/winealsa.drv.so
489%endif
490
16e36f25
JB
491%if %{with jack}
492%files drv-jack
493%defattr(644,root,root,755)
494%attr(755,root,root) %{_libdir}/wine/winejack.drv.so
495%endif
496
497%if %{with nas}
498%files drv-nas
499%defattr(644,root,root,755)
500%attr(755,root,root) %{_libdir}/wine/winenas.drv.so
501%endif
502
503# additional dependencies in *.so not separated (yet?) from main package
504# ddraw.dll.so,x11drv.dll.so depend on X11 libs
505# ole2disp.dll.so,oleaut32.dll.so,typelib.dll.so depend on lib(un)gif,libjpeg,libX11
506# ttydrv.dll.so depends on ncurses
This page took 0.227417 seconds and 4 git commands to generate.