]> git.pld-linux.org Git - packages/wine.git/commitdiff
- manpaths fix; release 2
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 28 Feb 2009 14:11:41 +0000 (14:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wine.spec -> 1.351

wine.spec

index f4eab37205f1680b71c99230deeb111440aecf7e..58d559a0325715f43c7a8f913e4391fa7c587b98 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -30,7 +30,7 @@ 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
-Release:       1
+Release:       2
 Epoch:         1
 License:       LGPL
 Group:         Applications/Emulators
@@ -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
@@ -255,6 +256,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
@@ -419,12 +421,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.033528 seconds and 4 git commands to generate.