SHA256
6
0
forked from pool/ncurses

Updating link to change in openSUSE:Factory/ncurses revision 256

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=53751e471e0c006a4f4ac501b6bf8b4b
This commit is contained in:
OBS User buildservice-autocommit
2024-01-18 20:51:37 +00:00
committed by Git OBS Bridge
parent 0ba63e9954
commit 6d06c2acd1
4 changed files with 64 additions and 39 deletions

View File

@@ -1199,6 +1199,14 @@ pushd test
install -m 0755 %{S:8} %{buildroot}%{_libexecdir}/ncurses-examples/
popd
#
# Move manual page init.1 to init.1ncurses otherwise we conflict with
# systemd's anual page with same name
#
pushd %{buildroot}%{_mandir}/man1
mv init.1 init.1ncurses
popd
%if 0%{?_crossbuild}
# No test here
%else
@@ -1265,6 +1273,7 @@ popd
%{_bindir}/tset
%doc %{_mandir}/man1/clear.1%{ext_man}
%doc %{_mandir}/man1/infocmp.1%{ext_man}
%doc %{_mandir}/man1/init.1*%{ext_man}
%doc %{_mandir}/man1/reset.1%{ext_man}
%doc %{_mandir}/man1/tabs.1%{ext_man}
%doc %{_mandir}/man1/toe.1%{ext_man}