Move mdoc.7 to mandoc_mdoc.7 (#1691793)

This commit is contained in:
David Shea 2019-03-25 09:42:17 -04:00
parent d01a35a2c3
commit 1bda8b51bc

View File

@ -1,6 +1,6 @@
Name: mandoc
Version: 1.14.4
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A suite of tools for compiling mdoc and man
License: ISC
@ -65,6 +65,7 @@ echo 'LN="ln -sf"' >> configure.local
# to avoid conflicts with man-db and groff
echo 'MANM_MANCONF=mandoc.conf' >> configure.local
echo 'MANM_MAN=mandoc_man' >> configure.local
echo 'MANM_MDOC=mandoc_mdoc' >> configure.local
echo 'BINM_MAN=mman' >> configure.local
echo 'BINM_APROPOS=mapropos' >> configure.local
echo 'BINM_WHATIS=mwhatis' >> configure.local
@ -113,7 +114,7 @@ env LD_LIBRARY_PATH="$PWD" make regress
%{_mandir}/man7/eqn.7*
%{_mandir}/man7/mandoc_char.7*
%{_mandir}/man7/mandoc_man.7*
%{_mandir}/man7/mdoc.7*
%{_mandir}/man7/mandoc_mdoc.7*
%{_mandir}/man7/roff.7*
%{_mandir}/man7/tbl.7*
%{_mandir}/man8/mandocdb.8*
@ -139,5 +140,8 @@ env LD_LIBRARY_PATH="$PWD" make regress
%{_mandir}/man3/tbl.3*
%changelog
* Mon Mar 25 2019 David Shea <dshea@redhat.com> - 1.14.4-2
- Move mdoc.7 to mandoc_mdoc.7 (#1691793)
* Thu Feb 7 2019 David Shea <dshea@redhat.com> - 1.14.4-1
- Initial package