Updating License in Qemu spec
[kvmfornfv.git] / ci / build_rpm / mkspec
index 4aa5423..afa7881 100755 (executable)
@@ -15,7 +15,7 @@ echo "Version: $__QEMURELEASE"
 # we need to determine the NEXT version number
 # rpm -q will agree
 echo "Release: `sh mkversion`"
-echo "License: GPLv2+ and LGPLv2+ and BSD"
+echo "License: GPLv2"
 echo "Group: Development/Tools"
 echo "Vendor: The Linux Community"
 echo "URL: http://www.qemu.org"
@@ -27,7 +27,7 @@ echo "%setup -q"
 echo "         "
 echo "%build"
 echo "%_configure"
-echo "make"
+echo "make -j$(nproc)"
 echo "%install"
 echo "rm -rf %{buildroot}"
 echo "make install DESTDIR=%{buildroot}"