Accepting request 784375 from home:mcepl:branches:Documentation

- Add 1.14.5-master.patch containing among many other things fix
  allowing running ``man -w`` to get manpath.
  (gh#neovim/neovim#11794)

OBS-URL: https://build.opensuse.org/request/show/784375
OBS-URL: https://build.opensuse.org/package/show/Documentation/mandoc?expand=0&rev=8
This commit is contained in:
Matej Cepl 2020-03-12 16:41:30 +00:00 committed by Git OBS Bridge
parent 3938054152
commit 4f4f8a6d30
3 changed files with 7707 additions and 0 deletions

7696
1.14.5-master.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 10 18:46:58 CET 2020 - Matej Cepl <mcepl@suse.com>
- Add 1.14.5-master.patch containing among many other things fix
allowing running ``man -w`` to get manpath.
(gh#neovim/neovim#11794)
-------------------------------------------------------------------
Fri Jan 31 21:50:30 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@ -24,6 +24,9 @@ License: ISC
Group: Productivity/Publishing/Troff
URL: http://mandoc.bsd.lv/
Source: http://mandoc.bsd.lv/snapshots/mandoc-%{version}.tar.gz
# PATCH-FEATURE-UPSTREAM empty_w-manpath.patch gh#neovim/neovim#11794 mcepl@suse.com
# Add man -w producing manpath (among many other things)
Patch0: 1.14.5-master.patch
BuildRequires: zlib-devel
Provides: man = %{version}
Conflicts: man
@ -42,6 +45,7 @@ For general information, see <http://mandoc.bsd.lv/>.
%prep
%setup -q
%autopatch -p1
%build
%{?!make_build:%define make_build make %{?_smp_mflags} V=1 VERBOSE=1}