From 4bee994c36c9f6d5f8422dca2099603010dbb77d Mon Sep 17 00:00:00 2001 From: nick black Date: Tue, 28 Apr 2020 23:14:52 -0400 Subject: [PATCH] fedora: own /usr/share/notcurses --- tools/notcurses.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tools/notcurses.spec b/tools/notcurses.spec index b7b711055..9dd42325a 100644 --- a/tools/notcurses.spec +++ b/tools/notcurses.spec @@ -99,23 +99,22 @@ cd python %{_libdir}/libnotcurses++.a %files utils +# Don't use a wildcard, lest we pull in notcurses-pydemo.1. We install the man +# pages for notcurses-tester, which we're not yet installing, because we intend +# to install it Real Soon and it's IMHO not worth mucking with the CMake in the +# meantime FIXME. %{_bindir}/notcurses-demo %{_bindir}/notcurses-input %{_bindir}/notcurses-ncreel %{_bindir}/notcurses-tetris %{_bindir}/notcurses-view -# Don't use a wildcard, lest we pull in notcurses-pydemo.1. We install the man -# pages for notcurses-tester, which we're not yet installing, because we intend -# to install it 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* -%{_datadir}/%{name}/*.avi -%{_datadir}/%{name}/*.jpg +%{_datadir}/%{name} %files -n python3-%{name} %{_bindir}/notcurses-pydemo