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

Igor Gnatenko <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #2 from Igor Gnatenko <[email protected]> ---
> Version:        %(tr - . <<< %{upstreamver})
Version: %(v=%{upstreamver}; echo ${v//-/.})

> %global majver  %(cut -d. -f1 <<< %{version})
%global majver %(v=%{version}; echo ${v%%.*})

> if [ %{_libdir} = "%{_prefix}/lib64" ]; then
>   sed -i 's|/lib|/lib64|' CToolbox/Makefile
> fi
sed -i -e 's|/lib|/%{_lib}|' CToolbox/Makefile

> %{_libdir}/sse2/lib%{name}.so.2*
not sure how it should be properly handled (SSE2 things)

-- 
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
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to