Accepting request 180806 from M17N

- move man.local and mdoc.local from groff-full to groff
  * fixes libssh2.org testsuite

- move man.local and mdoc.local from groff-full to groff
  * fixes libssh2.org testsuite

OBS-URL: https://build.opensuse.org/request/show/180806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/groff?expand=0&rev=48
This commit is contained in:
Stephan Kulow 2013-06-26 07:19:59 +00:00 committed by Git OBS Bridge
commit ecb195d2ec
4 changed files with 26 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 25 06:38:16 UTC 2013 - mvyskocil@suse.com
- move man.local and mdoc.local from groff-full to groff
* fixes libssh2.org testsuite
-------------------------------------------------------------------
Mon Jun 17 11:18:11 UTC 2013 - werner@suse.de

View File

@ -202,6 +202,7 @@ install -d -m 0755 %{buildroot}%{_datadir}/%{name}/%{version}/
install -d -m 0755 %{buildroot}%{_datadir}/%{name}/%{version}/font/
install -d -m 0755 %{buildroot}%{_datadir}/%{name}/%{version}/tmac/
install -d -m 0755 %{buildroot}%{_datadir}/%{name}/%{version}/tmac/mdoc/
install -d -m 0755 %{buildroot}%{_datadir}/%{name}/site-tmac/
%else
%{makeinstall} docdir=%{_defaultdocdir}/groff
%endif
@ -260,6 +261,12 @@ do
%endif
done
%if %{groff_base_only}
install -m 0644 tmac/{man,mdoc}.local %{buildroot}%{_datadir}/%{name}/site-tmac/
%else
rm %{buildroot}%{_datadir}/groff/site-tmac/{man,mdoc}.local
%endif
pushd contrib/mm/
%if %{groff_base_only}
install -d -m 0755 %{buildroot}%{_datadir}/%{name}/%{version}/tmac/mm

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 25 06:38:16 UTC 2013 - mvyskocil@suse.com
- move man.local and mdoc.local from groff-full to groff
* fixes libssh2.org testsuite
-------------------------------------------------------------------
Mon Jun 17 11:18:11 UTC 2013 - werner@suse.de

View File

@ -201,6 +201,7 @@ install -d -m 0755 %{buildroot}%{_datadir}/%{name}/%{version}/
install -d -m 0755 %{buildroot}%{_datadir}/%{name}/%{version}/font/
install -d -m 0755 %{buildroot}%{_datadir}/%{name}/%{version}/tmac/
install -d -m 0755 %{buildroot}%{_datadir}/%{name}/%{version}/tmac/mdoc/
install -d -m 0755 %{buildroot}%{_datadir}/%{name}/site-tmac/
%else
%{makeinstall} docdir=%{_defaultdocdir}/groff
%endif
@ -259,6 +260,12 @@ do
%endif
done
%if %{groff_base_only}
install -m 0644 tmac/{man,mdoc}.local %{buildroot}%{_datadir}/%{name}/site-tmac/
%else
rm %{buildroot}%{_datadir}/groff/site-tmac/{man,mdoc}.local
%endif
pushd contrib/mm/
%if %{groff_base_only}
install -d -m 0755 %{buildroot}%{_datadir}/%{name}/%{version}/tmac/mm