https://bugzilla.redhat.com/show_bug.cgi?id=1655297
--- Comment #2 from Marc Deop marc@marcdeop.com --- (In reply to Artur Iwicki from comment #1)
%{__mkdir_p} build
Macro forms of system executables should not be used. https://fedoraproject.org/wiki/Packaging:Guidelines#Macros
Fixed
%package devel Requires: %{name} = %{version}-%{release}
This should be an arched dependency - "Requires: %{name}%{?isa}".
Also fixed.
The files can be found now at: Spec URL: http://marcdeop.fedorapeople.org/libqmatrixclient.spec SRPM URL: http://marcdeop.fedorapeople.org/libqmatrixclient-0.4.0-2.fc28.src.rpm
Thanks a lot Artur Iwicki!