- 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/package/show/M17N/groff?expand=0&rev=50
This commit is contained in:
parent
9c4ffc85c2
commit
1941139737
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user