X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=wine.spec;h=24f51a23bea865ec9c4757e64f9020812a5c3e72;hb=5ec7e550ba7b7bb834c30f9259895200f4ebab94;hp=23e0de74962b351668b854b0a3cd5ab584fc1b73;hpb=ae42c99ede1b8f7e476340183fcd2be86515badb;p=packages%2Fwine.git diff --git a/wine.spec b/wine.spec index 23e0de7..24f51a2 100644 --- a/wine.spec +++ b/wine.spec @@ -30,17 +30,18 @@ Summary(es.UTF-8): Ejecuta programas Windows en Linux Summary(pl.UTF-8): Program pozwalający uruchamiać aplikacje Windows Summary(pt_BR.UTF-8): Executa programas Windows no Linux Name: wine -Version: 0.9.45 +Version: 0.9.54 Release: 1 Epoch: 1 License: LGPL Group: Applications/Emulators Source0: http://ibiblio.org/pub/linux/system/emulators/wine/%{name}-%{version}.tar.bz2 -# Source0-md5: feecc3ccb4639b672d8446154a4fb700 +# Source0-md5: 8d9d5c8ed53f1f97cc997c2612bc3993 Patch0: %{name}-fontcache.patch Patch1: %{name}-makedep.patch Patch2: %{name}-ncurses.patch Patch3: %{name}-bug9177_workaround.patch +Patch4: %{name}-disable-valgrind.patch #PatchX: %{name}-dga.patch URL: http://www.winehq.org/ BuildRequires: OpenGL-GLU-devel @@ -64,16 +65,19 @@ BuildRequires: libtool BuildRequires: ncurses-devel # db2* failed previously - probably openjade or opensp bug BuildRequires: openjade >= 1:1.3.3-0.pre1 +BuildRequires: openldap-devel >= 2.4.6 BuildRequires: opensp >= 1:1.5.1 BuildRequires: openssl-devel >= 0.9.7d %{?with_sane:BuildRequires: sane-backends-devel} -BuildRequires: valgrind +#BuildRequires: valgrind BuildRequires: xorg-lib-libXi-devel BuildRequires: xorg-lib-libXmu-devel BuildRequires: xorg-lib-libXrender-devel BuildRequires: xorg-lib-libXxf86dga-devel BuildRequires: xorg-lib-libXxf86vm-devel Suggests: binfmt-detector +# For winelauncher +Suggests: xorg-app-xmessage # link to wine/ntdll.dll.so, without any SONAME Provides: libntdll.dll.so Obsoletes: wine-doc-pdf @@ -233,6 +237,7 @@ Sterownik NAS dla implementacji mm.dll (systemu multimediów) w Wine. %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 # turn off compilation of some tools sed -i -e "s|winetest \\\|\\\|;s|avitools||" programs/Makefile.in @@ -389,6 +394,7 @@ fi %attr(755,root,root) %{_bindir}/wineg++ %attr(755,root,root) %{_bindir}/winegcc %attr(755,root,root) %{_bindir}/winemaker +%attr(755,root,root) %{_bindir}/winecpp #%attr(755,root,root) %{_bindir}/winewrap %attr(755,root,root) %{_bindir}/wmc %attr(755,root,root) %{_bindir}/wrc @@ -403,6 +409,7 @@ fi %{_mandir}/man1/widl.1* %{_mandir}/man1/winedump.1* %{_mandir}/man1/winegcc.1* +%{_mandir}/man1/wineg++.1* %{_mandir}/man1/winemaker.1* %{_mandir}/man1/winebuild.1* %{_mandir}/man1/wmc.1*