https://bugzilla.redhat.com/show_bug.cgi?id=1366881
Igor Gnatenko ignatenko@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|nobody@fedoraproject.org |ignatenko@redhat.com
--- Comment #1 from Igor Gnatenko ignatenko@redhat.com ---
# Actual source is https://codeload.github.com/ispc/ispc/tar.gz/v1.9.1 # Due to github structure, use that name below for compilation Source0: https://github.com/ispc/ispc/archive/%%7Bname%7D-%%7Bversion%7D.tar.gz
Source0: https://github.com/ispc/ispc/archive/v%%7Bversion%7D/%%7Bname%7D-%%7Bversion...
install -m 755 -d %{buildroot}/%{_bindir} cp -p %{name} %{buildroot}/%{_bindir}
install -Dpm0755 %{name} %{buildroot}%{_bindir}/%{name}
BuildRequires: flex-devel https://codeload.github.com/ispc/ispc/tar.gz/v1.9.1
that something strange
BuildRequires: bison-devel
I don't think you really need devel subpkg of bison and flex, I think main pkg should be enough
* Missing BuildRequires: gcc-c++ * Missing BuildRequires: make * CFLAGS and LDFLAGS are not enforced -> I think %make_build OPT="%{optflags}" LDFLAGS="%{__global_ldflags}" should fix problem
I didn't check other stuff yet due to problems above.