fedora: see if we can't apply the arch fix

pull/469/head
nick black 4 years ago
parent 2c4f17bc65
commit e222f213af
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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) # Tests have been disabled due to absence of doctest in Fedora (as of F32)
%build %build
%mkdir build
%cd build
%cmake -DUSE_FFMPEG=off -DUSE_TESTS=off . %cmake -DUSE_FFMPEG=off -DUSE_TESTS=off .
%make_build %make_build
%install %install
%cd build
%make_install %make_install
%cd python
%python setup.py install --root=%{_prefix} --optimize=1
%files %files
%doc CHANGELOG.md README.md %doc CHANGELOG.md README.md

Loading…
Cancel
Save