From 19411397373ae9623198efefaa0878a6a752b5a447a166a394bd25d0005f781f Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Tue, 25 Jun 2013 07:56:39 +0000 Subject: [PATCH] - 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 --- groff-full.changes | 6 ++++++ groff-full.spec | 7 +++++++ groff.changes | 6 ++++++ groff.spec | 7 +++++++ 4 files changed, 26 insertions(+) diff --git a/groff-full.changes b/groff-full.changes index 78612cd..6e9bbf2 100644 --- a/groff-full.changes +++ b/groff-full.changes @@ -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 diff --git a/groff-full.spec b/groff-full.spec index ea6c09a..3097305 100644 --- a/groff-full.spec +++ b/groff-full.spec @@ -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 diff --git a/groff.changes b/groff.changes index 78612cd..6e9bbf2 100644 --- a/groff.changes +++ b/groff.changes @@ -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 diff --git a/groff.spec b/groff.spec index 4e7a8d7..918d6cf 100644 --- a/groff.spec +++ b/groff.spec @@ -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