mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
fedora: don't provoke 'installed but unpackaged' bah
This commit is contained in:
parent
d1360e891b
commit
d6ba4b35a6
@ -74,10 +74,16 @@ python setup.py install --root=%{buildroot} --optimize=1
|
||||
%{_bindir}/notcurses-input
|
||||
%{_bindir}/notcurses-ncreel
|
||||
%{_bindir}/notcurses-tetris
|
||||
# Don't use a wildcard, lest we pull in notcurses-pydemo.1. We install the man
|
||||
# pages for notcurses-tester and notcurses-view, binaries we're not yet
|
||||
# installing, because we intend to install the binaries Real Soon and it's
|
||||
# IMHO not worth mucking with the CMake in the meantime FIXME.
|
||||
%{_mandir}/man1/notcurses-demo.1*
|
||||
%{_mandir}/man1/notcurses-input.1*
|
||||
%{_mandir}/man1/notcurses-ncreel.1*
|
||||
%{_mandir}/man1/notcurses-tester.1*
|
||||
%{_mandir}/man1/notcurses-tetris.1*
|
||||
%{_mandir}/man1/notcurses-view.1*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/notcurses/
|
||||
|
Loading…
Reference in New Issue
Block a user