]> git.pld-linux.org Git - packages/wine.git/blame - wine.spec
- updated to 1.1.16
[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
369335a5 32Version: 1.1.16
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
369335a5 38# Source0-md5: 2aff938b7c8d78269409f5056d3670ca
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
3bfef0cd 45Patch6: %{name}-notarget.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
a2f68044 89Requires: libfreetype.so.6
ae42c99e 90Suggests: binfmt-detector
be70b824 91Suggests: ca-certificates
a2f68044 92Conflicts: ca-certificates < 20080809-4
f96e197b 93# for winelauncher
3bddfbf2 94Suggests: xorg-app-xmessage
f96e197b 95# for ntlm_auth
14e95129 96Suggests: samba-common >= 1:3.0.25
52b6007b
JB
97# link to wine/ntdll.dll.so, without any SONAME
98Provides: libntdll.dll.so
7212da21 99Obsoletes: wine-doc-pdf
93b34e12 100Obsoletes: wine-drv-arts
d9590b9e 101ExclusiveArch: %{ix86}
206eed29 102ExcludeArch: i386
0403821a 103BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
5c4ec57b 104
e8f81a0a 105%define _noautoreqdep libGL.so.1 libGLU.so.1
106%define no_install_post_strip 1
107
e8f81a0a 108%define _winedir %{_datadir}/%{name}
6731627f 109
65c325f6 110%define getsoname() %((objdump -p %{1} 2>/dev/null || echo SONAME ERROR) | awk '/SONAME/ { print $2; s=1 }; END { if(s==0) print "ERROR" }')
16e36f25 111
344ce2c2 112%undefine debuginfocflags
113
5c4ec57b 114%description
6731627f 115Wine is a program which allows running Microsoft Windows programs
a519bc4f 116(including DOS, Windows 3.x and Win32 executables) on Unix. It
117consists of a program loader which loads and executes a Microsoft
118Windows binary, and a library that implements Windows API calls using
119their Unix or X11 equivalents. The library may also be used for
120porting Win32 code into native Unix executables.
5c4ec57b 121
c967e47d 122%description -l es.UTF-8
f33a1517 123Ejecuta programas Windows en Linux.
124
c967e47d
JR
125%description -l pl.UTF-8
126Wine jest programem dzięki któremu można uruchamiać programy napisane
127dla Microsoft Windows pod systemami uniksowymi. Składa się on z
128loadera, który pozwala wczytywać i uruchamiać programy w formacie
129Microsoft Windows, oraz z biblioteki, która implementuje API Windows
130przy użyciu odpowiedników uniksowych oraz z X11. Biblioteka może być
131także wykorzystana do przenoszenia aplikacji Win32 do Uniksa.
5c4ec57b 132
c967e47d
JR
133%description -l pt_BR.UTF-8
134O Wine é um programa que permite rodar programas MS-Windows no X11.
f33a1517 135Ele consiste de um carregador de programa, que carrega e executa um
c967e47d 136binário MS-Windows, e de uma biblioteca de emulação que traduz as
f33a1517 137chamadas da API para as equivalentes Unix/X11.
138
5c4ec57b 139%package devel
7a050f82 140Summary: Wine - header files
93e41e44
ER
141Summary(es.UTF-8): Biblioteca de desarrollo de wine
142Summary(pl.UTF-8): Wine - pliki nagłowkowe
143Summary(pt_BR.UTF-8): Biblioteca de desenvolvimento do wine
7a050f82 144Group: Development/Libraries
46114a9a 145Requires: %{name} = %{epoch}:%{version}-%{release}
6ab2e9fc 146
5c4ec57b 147%description devel
148Wine - header files.
149
c967e47d 150%description devel -l es.UTF-8
f33a1517 151Biblioteca de desarrollo de wine.
152
c967e47d
JR
153%description devel -l pl.UTF-8
154Wine - pliki nagłówkowe.
5c4ec57b 155
c967e47d
JR
156%description devel -l pt_BR.UTF-8
157Arquivos de inclusão e bibliotecas para desenvolver aplicações com o
f33a1517 158WINE.
159
e8f81a0a 160%package programs
161Summary: Wine - programs
93e41e44 162Summary(pl.UTF-8): Wine - programy
e8f81a0a 163Group: Applications
46114a9a 164Requires: %{name} = %{epoch}:%{version}-%{release}
e8f81a0a 165
166%description programs
0a7c5d50 167Wine - programs.
e8f81a0a 168
c967e47d 169%description programs -l pl.UTF-8
0a7c5d50 170Wine - programy.
e8f81a0a 171
16e36f25
JB
172%package dll-d3d
173Summary: Direct3D implementation DLLs for Wine
93e41e44 174Summary(pl.UTF-8): Biblioteki DLL z implementacją Direct3D dla Wine
16e36f25 175Group: Applications/Emulators
46114a9a 176Requires: %{name} = %{epoch}:%{version}-%{release}
16e36f25
JB
177Requires: OpenGL
178
179%description dll-d3d
180Direct3D implementation DLLs for Wine (through OpenGL).
181
c967e47d
JR
182%description dll-d3d -l pl.UTF-8
183Biblioteki DLL z implementacją Direct3D dla Wine (poprzez OpenGL).
16e36f25
JB
184
185%package dll-gl
186Summary: OpenGL implementation DLLs for Wine
93e41e44 187Summary(pl.UTF-8): Biblioteki DLL z implementacją OpenGL dla Wine
16e36f25 188Group: Applications/Emulators
46114a9a 189Requires: %{name} = %{epoch}:%{version}-%{release}
16e36f25
JB
190Requires: OpenGL
191
192%description dll-gl
193OpenGL implementation DLLs for Wine.
194
c967e47d
JR
195%description dll-gl -l pl.UTF-8
196Biblioteki DLL z implementacją OpenGL dla Wine.
16e36f25
JB
197
198%package dll-twain
199Summary: TWAIN implementation DLL for Wine
93e41e44 200Summary(pl.UTF-8): Biblioteka DLL z implementacją TWAIN dla Wine
16e36f25 201Group: Applications/Emulators
46114a9a 202Requires: %{name} = %{epoch}:%{version}-%{release}
16e36f25
JB
203
204%description dll-twain
205TWAIN implementation DLL for Wine (through SANE).
206
c967e47d
JR
207%description dll-twain -l pl.UTF-8
208Biblioteka DLL z implementacją TWAIN dla Wine (poprzez SANE).
16e36f25
JB
209
210%package drv-alsa
211Summary: ALSA driver for WINE mm.dll implementation
93e41e44 212Summary(pl.UTF-8): Sterownik ALSA dla implementacji mm.dll w Wine
16e36f25 213Group: Applications/Emulators
46114a9a 214Requires: %{name} = %{epoch}:%{version}-%{release}
16e36f25
JB
215
216%description drv-alsa
217ALSA driver for WINE mm.dll (multimedia system) implementation.
218
c967e47d
JR
219%description drv-alsa -l pl.UTF-8
220Sterownik ALSA dla implementacji mm.dll (systemu multimediów) w Wine.
16e36f25 221
16e36f25
JB
222%package drv-jack
223Summary: JACK driver for WINE mm.dll implementation
93e41e44 224Summary(pl.UTF-8): Sterownik JACK-a dla implementacji mm.dll w Wine
16e36f25 225Group: Applications/Emulators
46114a9a 226Requires: %{name} = %{epoch}:%{version}-%{release}
16e36f25
JB
227Requires: jack-audio-connection-kit
228# dlopened by SONAME detected at build time
42c123f0 229%{?with_jack:Requires: %{getsoname /usr/%{_lib}/libjack.so}}
16e36f25
JB
230
231%description drv-jack
232JACK driver for WINE mm.dll (multimedia system) implementation.
233
c967e47d
JR
234%description drv-jack -l pl.UTF-8
235Sterownik JACK-a dla implementacji mm.dll (systemu multimediów) w
b9f73ce4 236Wine.
16e36f25
JB
237
238%package drv-nas
239Summary: NAS driver for WINE mm.dll implementation
93e41e44 240Summary(pl.UTF-8): Sterownik NAS dla implementacji mm.dll w Wine
16e36f25 241Group: Applications/Emulators
46114a9a 242Requires: %{name} = %{epoch}:%{version}-%{release}
16e36f25
JB
243
244%description drv-nas
245NAS driver for WINE mm.dll (multimedia system) implementation.
246
c967e47d
JR
247%description drv-nas -l pl.UTF-8
248Sterownik NAS dla implementacji mm.dll (systemu multimediów) w Wine.
16e36f25 249
5c4ec57b 250%prep
9c1d94d6 251%setup -q
2fbbb535 252%patch0 -p1
253%patch1 -p1
ab25825d 254%patch2 -p1
8b4bf701 255%patch4 -p1
5312a936 256%patch5 -p1
3bfef0cd 257%patch6 -p1
591d55ba 258
259# turn off compilation of some tools
a6c536e0 260sed -i -e "s|winetest \\\|\\\|;s|avitools||" programs/Makefile.in
261#sed -i -e "s|avitools||" programs/Makefile.in
5c4ec57b 262
263%build
2fbbb535 264%{__autoconf}
103d8328 265%{__autoheader}
9d6a128d 266%configure \
c504380e 267 --with%{!?with_alsa:out}-alsa \
beb8121e 268 --with-cms \
c504380e 269 --with%{!?with_cups:out}-cups \
c504380e 270 --with-cups \
271 --with-curses \
272 --with-esd \
273 --with-fontconfig \
274 --with-freetype \
275 --with-glu \
beb8121e 276 --with-gphoto \
277 --with-hal \
c504380e 278 --with%{!?with_jack:out}-jack \
279 --with-jpeg \
280 --with-ldap \
281 --with%{!?with_nas:out}-nas \
282 --with-opengl \
283 --with-openssl \
284 --with-oss \
285 --with-png \
286 --with%{!?with_sane:out}-sane \
beb8121e 287 --with-xcomposite \
288 --with-xcursor \
289 --with-xinerama \
290 --with-xinput \
c504380e 291 --with-xml \
beb8121e 292 --with-xrandr \
c504380e 293 --with-xrender \
294 --with-xshape \
295 --with-xshm \
296 --with-xslt \
beb8121e 297 --with-xxf86vm \
698e86e7 298 --with-x
05eb066b 299%{__make} depend
4aafdd81 300%{__make}
e8f81a0a 301%{__make} -C programs
302
5c4ec57b 303%install
304rm -rf $RPM_BUILD_ROOT
ffb676e0 305install -d $RPM_BUILD_ROOT{%{_mandir}/man1,%{_aclocaldir}}
5c4ec57b 306
c7af491d
JB
307%{__make} install \
308 DESTDIR=$RPM_BUILD_ROOT
309
310%{__make} -C programs install \
311 DESTDIR=$RPM_BUILD_ROOT
e8f81a0a 312
6a79cc08 313install tools/fnt2bdf $RPM_BUILD_ROOT%{_bindir}
f88a3451 314
0b87866b 315install aclocal.m4 $RPM_BUILD_ROOT%{_aclocaldir}/wine.m4
0b87866b 316
2a437456 317install -d \
65c325f6 318 $RPM_BUILD_ROOT%{_winedir}/windows/{system,Desktop,Favorites,Fonts} \
319 "$RPM_BUILD_ROOT%{_winedir}/windows/Start Menu/Programs/Startup" \
a91c2692 320 $RPM_BUILD_ROOT%{_winedir}/windows/{SendTo,ShellNew,system32,NetHood} \
321 $RPM_BUILD_ROOT%{_winedir}/windows/{Profiles/Administrator,Recent} \
322 $RPM_BUILD_ROOT%{_winedir}/{"Program Files/Common Files","My Documents"}
323
a91c2692 324touch $RPM_BUILD_ROOT%{_winedir}/{autoexec.bat,config.sys,windows/win.ini}
325touch $RPM_BUILD_ROOT%{_winedir}/windows/system/{shell.dll,shell32.dll}
326touch $RPM_BUILD_ROOT%{_winedir}/windows/system/{winsock.dll,wsock32.dll}
327
76055aa1 328cat > $RPM_BUILD_ROOT%{_winedir}/windows/system.ini <<'EOF'
a91c2692 329[mci]
330cdaudio=mcicda.drv
331sequencer=mciseq.drv
332waveaudio=mciwave.drv
333avivideo=mciavi.drv
334videodisc=mcipionr.drv
335vcr=mciviscd.drv
336MPEGVideo=mciqtz.drv
5c4ec57b 337EOF
338
e8f81a0a 339%if %{?debug:0}%{!?debug:1}
f1f3af79
JB
340echo "Strip executable binaries and shared object files."
341filelist=`find $RPM_BUILD_ROOT -type f ! -regex ".*ld-[0-9.]*so.*"`
342elfexelist=`echo $filelist | xargs -r file | \
343 awk '/ELF.*executable/ {print $1}' | cut -d: -f1`
344elfsharedlist=`echo $filelist | xargs -r file | \
345 awk '/LF.*shared object/ {print $1}' | cut -d: -f1`; \
346if [ -n "$elfexelist" ]; then \
347 strip -R .note -R .comment $elfexelist
348fi
349if [ -n "$elfsharedlist" ]; then
65c325f6 350 strip --strip-unneeded -R .note -R .comment $elfsharedlist
f1f3af79 351fi
e8f81a0a 352%endif
f1f3af79 353
80496098 354# /sbin/chstk -e $RPM_BUILD_ROOT%{_bindir}/wine
5c4ec57b 355
369335a5 356programs="msiexec notepad regedit regsvr32 wineboot winecfg wineconsole winedbg winefile winemine winepath"
0b87866b 357
8d493411 358BZZZ=`pwd`
359rm -f files.so; touch files.so
360rm -f files.programs; touch files.programs
55a96819 361cd $RPM_BUILD_ROOT%{_libdir}/wine
362for f in *.so; do
16e36f25 363 case $f in
ce2cb51b 364 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 365 ;;
366 *)
367 echo "%attr(755,root,root) %{_libdir}/wine/$f" >>$BZZZ/files.so
16e36f25 368 esac
55a96819 369done
370cd -
2f6853f9 371for p in $programs; do
8d493411 372 echo "%attr(755,root,root) %{_bindir}/$p" >> files.programs
373 echo "%attr(755,root,root) %{_libdir}/wine/$p.exe.so" >> files.programs
374 grep -v "$p\.exe\.so$" files.so > files.so.
375 mv -f files.so. files.so
55a96819 376done
55a96819 377
76055aa1
ER
378install -d $RPM_BUILD_ROOT%{_pixmapsdir}/wine.svg
379install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
380install programs/winetest/winetest.svg $RPM_BUILD_ROOT%{_pixmapsdir}/wine.svg
381
5c4ec57b 382%clean
383rm -rf $RPM_BUILD_ROOT
384
d142aa07 385%post -p /sbin/ldconfig
f1f3af79
JB
386%postun -p /sbin/ldconfig
387
d142aa07 388%triggerpostun -- wine < 1:0.9.12-1.9
ccb219e0 389rm -f /var/lock/subsys/wine
d142aa07
JB
390if [ -x /sbin/chkconfig ]; then
391 /sbin/chkconfig --del wine
392fi
393
55a96819 394%files -f files.so
5c4ec57b 395%defattr(644,root,root,755)
64ef6fe1 396%doc README documentation/ChangeLog* AUTHORS ANNOUNCE
12b1296e 397%lang(de) %doc documentation/README.de
398%lang(es) %doc documentation/README.es
399%lang(fr) %doc documentation/README.fr
400%lang(it) %doc documentation/README.it
7b9e958b 401%lang(ko) %doc documentation/README.ko
58a0e5f4 402%lang(nb) %doc documentation/README.no
12b1296e 403%lang(pt) %doc documentation/README.pt
74de5921 404%lang(pt_BR) %doc documentation/README.pt_br
82432451 405%attr(755,root,root) %{_bindir}/msiexec
591d55ba 406%attr(755,root,root) %{_bindir}/wine
d479f953 407%attr(755,root,root) %{_bindir}/wineboot
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
b86f1c34 421%{_mandir}/man1/wine.1*
369335a5
AG
422%lang(de.UTF-8) %{_mandir}/de.UTF-8/man1/wine.1*
423%lang(fr.UTF-8) %{_mandir}/fr.UTF-8/man1/wine.1*
72ede285 424%{_mandir}/man1/winedbg.1*
b86f1c34
JB
425%{_mandir}/man1/wineprefixcreate.1*
426%{_mandir}/man1/wineserver.1*
369335a5 427%lang(fr.UTF-8) %{_mandir}/fr.UTF-8/man1/wineserver.1*
a91c2692 428%{_winedir}
a6c536e0 429%{_desktopdir}/wine.desktop
76055aa1
ER
430%{_desktopdir}/wine-uninstaller.desktop
431%{_pixmapsdir}/wine.svg
5c4ec57b 432
55a96819 433%files programs -f files.programs
e8f81a0a 434%defattr(644,root,root,755)
e8f81a0a 435
5c4ec57b 436%files devel
437%defattr(644,root,root,755)
d479f953 438%attr(755,root,root) %{_bindir}/fnt2bdf
439%attr(755,root,root) %{_bindir}/function_grep.pl
d479f953 440%attr(755,root,root) %{_bindir}/widl
55a96819 441%attr(755,root,root) %{_bindir}/winebuild
55a96819 442%attr(755,root,root) %{_bindir}/winedump
1ae1bca2 443%attr(755,root,root) %{_bindir}/wineg++
d479f953 444%attr(755,root,root) %{_bindir}/winegcc
445%attr(755,root,root) %{_bindir}/winemaker
9a9c7643 446%attr(755,root,root) %{_bindir}/winecpp
8593fdc2 447#%attr(755,root,root) %{_bindir}/winewrap
55a96819 448%attr(755,root,root) %{_bindir}/wmc
d479f953 449%attr(755,root,root) %{_bindir}/wrc
7265d9f2
JB
450%{_libdir}/wine/lib*.def
451# no shared variants, so not separated
452%{_libdir}/wine/lib*.def.a
b93e474e 453%{_libdir}/wine/libadsiid.a
7265d9f2
JB
454%{_libdir}/wine/libdx*.a
455%{_libdir}/wine/libstrmiids.a
456%{_libdir}/wine/libuuid.a
457%{_libdir}/wine/libwinecrt0.a
5c4ec57b 458%{_includedir}/wine
34f03014
JB
459%{_mandir}/man1/widl.1*
460%{_mandir}/man1/winedump.1*
bff06719 461%{_mandir}/man1/winegcc.1*
5ec7e550 462%{_mandir}/man1/wineg++.1*
34f03014
JB
463%{_mandir}/man1/winemaker.1*
464%{_mandir}/man1/winebuild.1*
465%{_mandir}/man1/wmc.1*
466%{_mandir}/man1/wrc.1*
2b5050a8 467%{_aclocaldir}/*.m4
f18f723c 468
16e36f25
JB
469%files dll-d3d
470%defattr(644,root,root,755)
471%attr(755,root,root) %{_libdir}/wine/d3d8.dll.so
472%attr(755,root,root) %{_libdir}/wine/d3d9.dll.so
473%attr(755,root,root) %{_libdir}/wine/d3dx8.dll.so
474%attr(755,root,root) %{_libdir}/wine/wined3d.dll.so
475
476%files dll-gl
477%defattr(644,root,root,755)
478%attr(755,root,root) %{_libdir}/wine/glu32.dll.so
479%attr(755,root,root) %{_libdir}/wine/opengl32.dll.so
480
481%if %{with sane}
482%files dll-twain
483%defattr(644,root,root,755)
b08b16bf 484%attr(755,root,root) %{_libdir}/wine/sane.ds.so
72878a4c 485%attr(755,root,root) %{_libdir}/wine/twain*.dll.so
16e36f25
JB
486%endif
487
488%if %{with alsa}
489%files drv-alsa
490%defattr(644,root,root,755)
491%attr(755,root,root) %{_libdir}/wine/winealsa.drv.so
492%endif
493
16e36f25
JB
494%if %{with jack}
495%files drv-jack
496%defattr(644,root,root,755)
497%attr(755,root,root) %{_libdir}/wine/winejack.drv.so
498%endif
499
500%if %{with nas}
501%files drv-nas
502%defattr(644,root,root,755)
503%attr(755,root,root) %{_libdir}/wine/winenas.drv.so
504%endif
505
506# additional dependencies in *.so not separated (yet?) from main package
507# ddraw.dll.so,x11drv.dll.so depend on X11 libs
508# ole2disp.dll.so,oleaut32.dll.so,typelib.dll.so depend on lib(un)gif,libjpeg,libX11
509# ttydrv.dll.so depends on ncurses
This page took 0.162285 seconds and 4 git commands to generate.