mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
fedora: see if we can't apply the arch fix
This commit is contained in:
parent
2c4f17bc65
commit
e222f213af
@ -52,11 +52,16 @@ Python wrappers and a demonstration script for the notcurses library.
|
||||
|
||||
# Tests have been disabled due to absence of doctest in Fedora (as of F32)
|
||||
%build
|
||||
%mkdir build
|
||||
%cd build
|
||||
%cmake -DUSE_FFMPEG=off -DUSE_TESTS=off .
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%cd build
|
||||
%make_install
|
||||
%cd python
|
||||
%python setup.py install --root=%{_prefix} --optimize=1
|
||||
|
||||
%files
|
||||
%doc CHANGELOG.md README.md
|
||||
|
Loading…
Reference in New Issue
Block a user