From 28de2a93fb14f2fc761c77894318dcff2fcd03b50c7a4840baaff66935d6ecd4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 5 Feb 2022 22:15:48 +0000 Subject: [PATCH] - This version actually installs manpages on its own. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bpython?expand=0&rev=23 --- python-bpython.changes | 5 +++++ python-bpython.spec | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/python-bpython.changes b/python-bpython.changes index 17bf6b8..39a1007 100644 --- a/python-bpython.changes +++ b/python-bpython.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Feb 5 21:57:02 UTC 2022 - Matej Cepl + +- This version actually installs manpages on its own. + ------------------------------------------------------------------- Wed Feb 2 20:04:24 UTC 2022 - Matej Cepl diff --git a/python-bpython.spec b/python-bpython.spec index 856d1b9..375f3b9 100644 --- a/python-bpython.spec +++ b/python-bpython.spec @@ -108,9 +108,6 @@ Documentation and help files for %{name}. %install %pyproject_install -install -m 644 build/man/bpython.1 %{buildroot}%{_mandir}/man1/bpython.1 -install -m 644 build/man/bpython-config.5 %{buildroot}%{_mandir}/man5/bpython-config.5 - %python_clone -a %{buildroot}%{_bindir}/bpython %python_clone -a %{buildroot}%{_bindir}/bpython-curses %python_clone -a %{buildroot}%{_bindir}/bpython-urwid @@ -118,9 +115,6 @@ install -m 644 build/man/bpython-config.5 %{buildroot}%{_mandir}/man5/bpython-co %python_clone -a %{buildroot}%{_mandir}/man1/bpython.1 %python_clone -a %{buildroot}%{_mandir}/man5/bpython-config.5 -install -d %{buildroot}%{_mandir}/man1/ -install -d %{buildroot}%{_mandir}/man5/ - %{python_expand %fdupes %{buildroot}%{$python_sitelib} cp %{buildroot}%{_datadir}/metainfo/org.bpython-interpreter.bpython.metainfo.xml %{buildroot}%{_datadir}/metainfo/org.bpython-interpreter.bpython-%{$python_bin_suffix}.metainfo.xml