mirror of
https://abf.rosa.ru/djam/wine2.git
synced 2025-02-24 09:02:56 +00:00
Move wine.1 manpage to wine32 package
This commit is contained in:
parent
3578668816
commit
d70ecd8518
1 changed files with 11 additions and 3 deletions
14
wine.spec
14
wine.spec
|
@ -204,6 +204,11 @@ Requires: libXi.so.6
|
||||||
Requires: libXrender.so.1
|
Requires: libXrender.so.1
|
||||||
# This one is in Restricted repository so only suggest it
|
# This one is in Restricted repository so only suggest it
|
||||||
Suggests: libtxc_dxtn.so
|
Suggests: libtxc_dxtn.so
|
||||||
|
# wine.1 manpage was moved to wine32 package
|
||||||
|
Conflicts: wine < 2:1.8
|
||||||
|
Conflicts: wine64 < 2:1.8
|
||||||
|
Conflicts: wine-devel < 2:1.8
|
||||||
|
Conflicts: wine64-devel < 2:1.8
|
||||||
|
|
||||||
%description -n wine32
|
%description -n wine32
|
||||||
Wine is a program which allows running Microsoft Windows programs
|
Wine is a program which allows running Microsoft Windows programs
|
||||||
|
@ -260,7 +265,6 @@ Wine is often updated.
|
||||||
%{_mandir}/man1/winedbg.1*
|
%{_mandir}/man1/winedbg.1*
|
||||||
%{_mandir}/man1/wineg++.1*
|
%{_mandir}/man1/wineg++.1*
|
||||||
%{_mandir}/man1/winegcc.1*
|
%{_mandir}/man1/winegcc.1*
|
||||||
%{_mandir}/pl.UTF-8/man1/wine.1*
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -461,10 +465,10 @@ EOF
|
||||||
%{_bindir}/winetricks
|
%{_bindir}/winetricks
|
||||||
%{_bindir}/wisotool
|
%{_bindir}/wisotool
|
||||||
%{_mandir}/man1/wine.1*
|
%{_mandir}/man1/wine.1*
|
||||||
%lang(de) %{_mandir}/de.UTF-8/man1/wine.1*
|
|
||||||
%lang(de) %{_mandir}/de.UTF-8/man1/winemaker.1*
|
%lang(de) %{_mandir}/de.UTF-8/man1/winemaker.1*
|
||||||
%lang(de) %{_mandir}/de.UTF-8/man1/wineserver.1*
|
%lang(de) %{_mandir}/de.UTF-8/man1/wineserver.1*
|
||||||
%lang(fr) %{_mandir}/fr.UTF-8/man1/*
|
%lang(fr) %{_mandir}/fr.UTF-8/man1/winemaker.1*
|
||||||
|
%lang(fr) %{_mandir}/fr.UTF-8/man1/wineserver.1*
|
||||||
%{_mandir}/man1/wineserver.1*
|
%{_mandir}/man1/wineserver.1*
|
||||||
%{_mandir}/man1/msiexec.1*
|
%{_mandir}/man1/msiexec.1*
|
||||||
%{_mandir}/man1/notepad.1*
|
%{_mandir}/man1/notepad.1*
|
||||||
|
@ -494,6 +498,10 @@ EOF
|
||||||
%files -n wine32
|
%files -n wine32
|
||||||
%{_bindir}/wine
|
%{_bindir}/wine
|
||||||
%{_bindir}/wine-preloader
|
%{_bindir}/wine-preloader
|
||||||
|
%{_mandir}/man1/wine.1*
|
||||||
|
%lang(de) %{_mandir}/de.UTF-8/man1/wine.1*
|
||||||
|
%lang(fr) %{_mandir}/fr.UTF-8/man1/wine.1*
|
||||||
|
%lang(pl) %{_mandir}/pl.UTF-8/man1/wine.1*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%{_libdir}/libwine*.so.%{major}*
|
%{_libdir}/libwine*.so.%{major}*
|
||||||
|
|
Loading…
Add table
Reference in a new issue