]> git.pld-linux.org Git - packages/wine.git/blobdiff - wine.spec
- updated to 1.1.20
[packages/wine.git] / wine.spec
index f4eab37205f1680b71c99230deeb111440aecf7e..e43c81993d42a98eb14d9e11b056dbba74f64ea8 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -29,13 +29,13 @@ 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:       1.1.16
+Version:       1.1.20
 Release:       1
 Epoch:         1
 License:       LGPL
 Group:         Applications/Emulators
 Source0:       http://ibiblio.org/pub/linux/system/emulators/wine/%{name}-%{version}.tar.bz2
-# Source0-md5: 2aff938b7c8d78269409f5056d3670ca
+# Source0-md5: 5eb87a5053fcb83fb4c9bcee68b113bc
 Source1:       %{name}-uninstaller.desktop
 Patch0:                %{name}-fontcache.patch
 Patch1:                %{name}-makedep.patch
@@ -43,6 +43,7 @@ Patch2:               %{name}-ncurses.patch
 Patch4:                %{name}-disable-valgrind.patch
 Patch5:                %{name}-ca_certificates.patch
 Patch6:                %{name}-notarget.patch
+Patch7:                %{name}-manpaths.patch
 #PatchX:       %{name}-dga.patch
 URL:           http://www.winehq.org/
 BuildRequires: OpenGL-GLU-devel
@@ -76,6 +77,7 @@ BuildRequires:        opensp >= 1:1.5.1
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: pkgconfig
 %{?with_sane:BuildRequires:    sane-backends-devel}
+BuildRequires: unixODBC-devel >= 2.2.12-2
 #BuildRequires:        valgrind
 BuildRequires: xorg-lib-libXcomposite-devel
 BuildRequires: xorg-lib-libXcursor-devel
@@ -255,6 +257,7 @@ Sterownik NAS dla implementacji mm.dll (systemu multimediów) w Wine.
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 # turn off compilation of some tools
 sed -i -e "s|winetest \\\|\\\|;s|avitools||" programs/Makefile.in
@@ -407,11 +410,11 @@ fi
 %attr(755,root,root) %{_bindir}/wineboot
 %attr(755,root,root) %{_bindir}/winecfg
 %attr(755,root,root) %{_bindir}/winedbg
-%attr(755,root,root) %{_bindir}/wine-kthread
+#%attr(755,root,root) %{_bindir}/wine-kthread
 #%attr(755,root,root) %{_bindir}/winelauncher
 %attr(755,root,root) %{_bindir}/wineprefixcreate
 %attr(755,root,root) %{_bindir}/wine-preloader
-%attr(755,root,root) %{_bindir}/wine-pthread
+#%attr(755,root,root) %{_bindir}/wine-pthread
 %attr(755,root,root) %{_bindir}/wineserver
 %attr(755,root,root) %{_libdir}/*.so*
 %dir %{_libdir}/wine
@@ -419,12 +422,12 @@ fi
 %{_libdir}/wine/*.drv16
 %{_libdir}/wine/*.exe16
 %{_mandir}/man1/wine.1*
-%lang(de.UTF-8) %{_mandir}/de.UTF-8/man1/wine.1*
-%lang(fr.UTF-8) %{_mandir}/fr.UTF-8/man1/wine.1*
+%lang(de) %{_mandir}/de/man1/wine.1*
+%lang(fr) %{_mandir}/fr/man1/wine.1*
 %{_mandir}/man1/winedbg.1*
 %{_mandir}/man1/wineprefixcreate.1*
 %{_mandir}/man1/wineserver.1*
-%lang(fr.UTF-8) %{_mandir}/fr.UTF-8/man1/wineserver.1*
+%lang(fr) %{_mandir}/fr/man1/wineserver.1*
 %{_winedir}
 %{_desktopdir}/wine.desktop
 %{_desktopdir}/wine-uninstaller.desktop
This page took 0.183965 seconds and 4 git commands to generate.