]> git.pld-linux.org Git - packages/wine.git/blame - wine.spec
- updated to 1.1.9
[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
8d5a4721 32Version: 1.1.9
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
8d5a4721 38# Source0-md5: c3975c66640c1efaf2717ffa2260b6c7
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
be70b824 89Conflicts: ca-certificates < 20080809-4
ae42c99e 90Suggests: binfmt-detector
be70b824 91Suggests: ca-certificates
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
dc0316fb 254%patch3 -p1
8b4bf701 255%patch4 -p1
5312a936 256%patch5 -p1
591d55ba 257
258# turn off compilation of some tools
a6c536e0 259sed -i -e "s|winetest \\\|\\\|;s|avitools||" programs/Makefile.in
260#sed -i -e "s|avitools||" programs/Makefile.in
5c4ec57b 261
262%build
2fbbb535 263%{__autoconf}
103d8328 264%{__autoheader}
9d6a128d 265%configure \
c504380e 266 --with%{!?with_alsa:out}-alsa \
beb8121e 267 --with-cms \
c504380e 268 --with%{!?with_cups:out}-cups \
c504380e 269 --with-cups \
270 --with-curses \
271 --with-esd \
272 --with-fontconfig \
273 --with-freetype \
274 --with-glu \
beb8121e 275 --with-gphoto \
276 --with-hal \
c504380e 277 --with%{!?with_jack:out}-jack \
278 --with-jpeg \
279 --with-ldap \
280 --with%{!?with_nas:out}-nas \
281 --with-opengl \
282 --with-openssl \
283 --with-oss \
284 --with-png \
285 --with%{!?with_sane:out}-sane \
beb8121e 286 --with-xcomposite \
287 --with-xcursor \
288 --with-xinerama \
289 --with-xinput \
c504380e 290 --with-xml \
beb8121e 291 --with-xrandr \
c504380e 292 --with-xrender \
293 --with-xshape \
294 --with-xshm \
295 --with-xslt \
beb8121e 296 --with-xxf86vm \
698e86e7 297 --with-x
05eb066b 298%{__make} depend
4aafdd81 299%{__make}
e8f81a0a 300%{__make} -C programs
301
5c4ec57b 302%install
303rm -rf $RPM_BUILD_ROOT
ffb676e0 304install -d $RPM_BUILD_ROOT{%{_mandir}/man1,%{_aclocaldir}}
5c4ec57b 305
c7af491d
JB
306%{__make} install \
307 DESTDIR=$RPM_BUILD_ROOT
308
309%{__make} -C programs install \
310 DESTDIR=$RPM_BUILD_ROOT
e8f81a0a 311
6a79cc08 312install tools/fnt2bdf $RPM_BUILD_ROOT%{_bindir}
f88a3451 313
0b87866b 314install aclocal.m4 $RPM_BUILD_ROOT%{_aclocaldir}/wine.m4
0b87866b 315
2a437456 316install -d \
65c325f6 317 $RPM_BUILD_ROOT%{_winedir}/windows/{system,Desktop,Favorites,Fonts} \
318 "$RPM_BUILD_ROOT%{_winedir}/windows/Start Menu/Programs/Startup" \
a91c2692 319 $RPM_BUILD_ROOT%{_winedir}/windows/{SendTo,ShellNew,system32,NetHood} \
320 $RPM_BUILD_ROOT%{_winedir}/windows/{Profiles/Administrator,Recent} \
321 $RPM_BUILD_ROOT%{_winedir}/{"Program Files/Common Files","My Documents"}
322
a91c2692 323touch $RPM_BUILD_ROOT%{_winedir}/{autoexec.bat,config.sys,windows/win.ini}
324touch $RPM_BUILD_ROOT%{_winedir}/windows/system/{shell.dll,shell32.dll}
325touch $RPM_BUILD_ROOT%{_winedir}/windows/system/{winsock.dll,wsock32.dll}
326
76055aa1 327cat > $RPM_BUILD_ROOT%{_winedir}/windows/system.ini <<'EOF'
a91c2692 328[mci]
329cdaudio=mcicda.drv
330sequencer=mciseq.drv
331waveaudio=mciwave.drv
332avivideo=mciavi.drv
333videodisc=mcipionr.drv
334vcr=mciviscd.drv
335MPEGVideo=mciqtz.drv
5c4ec57b 336EOF
337
e8f81a0a 338%if %{?debug:0}%{!?debug:1}
f1f3af79
JB
339echo "Strip executable binaries and shared object files."
340filelist=`find $RPM_BUILD_ROOT -type f ! -regex ".*ld-[0-9.]*so.*"`
341elfexelist=`echo $filelist | xargs -r file | \
342 awk '/ELF.*executable/ {print $1}' | cut -d: -f1`
343elfsharedlist=`echo $filelist | xargs -r file | \
344 awk '/LF.*shared object/ {print $1}' | cut -d: -f1`; \
345if [ -n "$elfexelist" ]; then \
346 strip -R .note -R .comment $elfexelist
347fi
348if [ -n "$elfsharedlist" ]; then
65c325f6 349 strip --strip-unneeded -R .note -R .comment $elfsharedlist
f1f3af79 350fi
e8f81a0a 351%endif
f1f3af79 352
80496098 353# /sbin/chstk -e $RPM_BUILD_ROOT%{_bindir}/wine
5c4ec57b 354
cf94c569 355programs="msiexec notepad progman regedit regsvr32 uninstaller wineboot winebrowser winecfg wineconsole winedbg winefile winemine winepath"
0b87866b 356
8d493411 357BZZZ=`pwd`
358rm -f files.so; touch files.so
359rm -f files.programs; touch files.programs
55a96819 360cd $RPM_BUILD_ROOT%{_libdir}/wine
361for f in *.so; do
16e36f25 362 case $f in
ce2cb51b 363 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 364 ;;
365 *)
366 echo "%attr(755,root,root) %{_libdir}/wine/$f" >>$BZZZ/files.so
16e36f25 367 esac
55a96819 368done
369cd -
2f6853f9 370for p in $programs; do
8d493411 371 echo "%attr(755,root,root) %{_bindir}/$p" >> files.programs
372 echo "%attr(755,root,root) %{_libdir}/wine/$p.exe.so" >> files.programs
373 grep -v "$p\.exe\.so$" files.so > files.so.
374 mv -f files.so. files.so
55a96819 375done
55a96819 376
76055aa1
ER
377install -d $RPM_BUILD_ROOT%{_pixmapsdir}/wine.svg
378install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
379install programs/winetest/winetest.svg $RPM_BUILD_ROOT%{_pixmapsdir}/wine.svg
380
5c4ec57b 381%clean
382rm -rf $RPM_BUILD_ROOT
383
d142aa07 384%post -p /sbin/ldconfig
f1f3af79
JB
385%postun -p /sbin/ldconfig
386
d142aa07 387%triggerpostun -- wine < 1:0.9.12-1.9
ccb219e0 388rm -f /var/lock/subsys/wine
d142aa07
JB
389if [ -x /sbin/chkconfig ]; then
390 /sbin/chkconfig --del wine
391fi
392
55a96819 393%files -f files.so
5c4ec57b 394%defattr(644,root,root,755)
64ef6fe1 395%doc README documentation/ChangeLog* AUTHORS ANNOUNCE
12b1296e 396%lang(de) %doc documentation/README.de
397%lang(es) %doc documentation/README.es
398%lang(fr) %doc documentation/README.fr
399%lang(it) %doc documentation/README.it
7b9e958b 400%lang(ko) %doc documentation/README.ko
58a0e5f4 401%lang(nb) %doc documentation/README.no
12b1296e 402%lang(pt) %doc documentation/README.pt
74de5921 403%lang(pt_BR) %doc documentation/README.pt_br
82432451 404%attr(755,root,root) %{_bindir}/msiexec
591d55ba 405%attr(755,root,root) %{_bindir}/wine
d479f953 406%attr(755,root,root) %{_bindir}/wineboot
34f03014 407%attr(755,root,root) %{_bindir}/winebrowser
d479f953 408%attr(755,root,root) %{_bindir}/winecfg
55a96819 409%attr(755,root,root) %{_bindir}/winedbg
5c36538d 410%attr(755,root,root) %{_bindir}/wine-kthread
4f8ea62d 411#%attr(755,root,root) %{_bindir}/winelauncher
5c36538d 412%attr(755,root,root) %{_bindir}/wineprefixcreate
413%attr(755,root,root) %{_bindir}/wine-preloader
414%attr(755,root,root) %{_bindir}/wine-pthread
591d55ba 415%attr(755,root,root) %{_bindir}/wineserver
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.747555 seconds and 4 git commands to generate.