SHA256
1
0
forked from pool/b4

Accepting request 999315 from home:kukuk:branches:devel:tools

- Don't change the correct manual page path into an invalid one

OBS-URL: https://build.opensuse.org/request/show/999315
OBS-URL: https://build.opensuse.org/package/show/devel:tools/b4?expand=0&rev=61
This commit is contained in:
Jiri Slaby 2022-08-29 07:36:02 +00:00 committed by Git OBS Bridge
parent 2ed89e2484
commit c682892990
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 26 05:36:32 UTC 2022 - Thorsten Kukuk <kukuk@suse.com>
- Don't change the correct manual page path into an invalid one
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 23 11:39:42 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org> Thu Jun 23 11:39:42 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -62,7 +62,6 @@ sed -i.old '1{/#!.*/d}' b4/*.py
%install %install
%python3_install %python3_install
mv %{buildroot}/%{_mandir}/man5 %{buildroot}/%{_mandir}/man.5
%check %check
python3 setup.py check python3 setup.py check
@ -77,8 +76,7 @@ test "$THEIRS" = "$OURS"
%doc README.rst %doc README.rst
%license COPYING %license COPYING
%{_bindir}/%{name} %{_bindir}/%{name}
%dir %{_mandir}/man.5/ %{_mandir}/man5/b4.5.gz
%{_mandir}/man.5/b4.5.gz
%{python_sitelib}/%{name}* %{python_sitelib}/%{name}*
%changelog %changelog