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