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