https://bugzilla.redhat.com/show_bug.cgi?id=1824348

Vasiliy Glazov <vasc...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vasc...@gmail.com



--- Comment #5 from Vasiliy Glazov <vasc...@gmail.com> ---
1. May be change it
%ifnarch x86_64
BuildRequires: simde-devel
%endif
%ifarch x86_64
BuildRequires: tbb-devel
%endif

to

%ifarch x86_64
BuildRequires: tbb-devel
%else
BuildRequires: simde-devel
%endif

2. Change %setup -q
to
%autosetup

3. Change
sed -i 's/“/"/g' processor_support.h
sed -i 's/”/"/g' processor_support.h
to
sed -e 's/“/"/g' -e 's/”/"/g' -i processor_support.h


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org

Reply via email to