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