https://bugzilla.redhat.com/show_bug.cgi?id=1366881
--- Comment #4 from Luya Tshimbalanga luya@fedoraproject.org --- (In reply to Igor Gnatenko from comment #3)
%{buildroot}/%{_bindir}/%{name}
%{buildroot}%{_bindir}/%{name}
Fixed.
BuildRequires: ncurses
there should be something wrong (or you need -devel subpkg of it or you most likely not need it)
It turned out according to this scratch build http://koji.fedoraproject.org/koji/watchlogs?taskID=15256857 Added -devel subpkg
BuildRequires: clang-devel
does it really require clang-devel for building?
This scratch build suggested it otherwise it will fail http://koji.fedoraproject.org/koji/watchlogs?taskID=15256820
- Still CFLAGS are ignored
Added on the spec
I noticed koji will not properly build SRPM because of missing glibc-devel i686 which needs to be manually installed. I don't know how pull it within the spec file. http://koji.fedoraproject.org/koji/watchlogs?taskID=15256962 See https://github.com/ispc/ispc/wiki/Building-ispc:-Linux-and-Mac-OS-X
Here is the updated Spec URL: https://luya.fedorapeople.org/packages/SPECS/ispc.spec SRPM URL: https://luya.fedorapeople.org/packages/SRPMS/ispc-1.9.1-3.fc24.src.rpm