https://bugzilla.redhat.com/show_bug.cgi?id=1349075 --- Comment #3 from Jerry James <loganjerry@xxxxxxxxx> --- Hi Igor. Thanks for the suggestions. (In reply to Igor Gnatenko from comment #2) > > Version: %(tr - . <<< %{upstreamver}) > Version: %(v=%{upstreamver}; echo ${v//-/.}) Why is that better? > > %global majver %(cut -d. -f1 <<< %{version}) > %global majver %(v=%{version}; echo ${v%%.*}) Why is that better? > > if [ %{_libdir} = "%{_prefix}/lib64" ]; then > > sed -i 's|/lib|/lib64|' CToolbox/Makefile > > fi > sed -i -e 's|/lib|/%{_lib}|' CToolbox/Makefile Okay, I can see this one. I will make that change. > > %{_libdir}/sse2/lib%{name}.so.2* > not sure how it should be properly handled (SSE2 things) I don't understand what you are talking about with this one. -- 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@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx