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