forked from pool/python-bpython
- 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
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 21:57:02 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- This version actually installs manpages on its own.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 20:04:24 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user