kbuild: rpm-pkg: clean up mkspec
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 30 Sep 2017 01:10:05 +0000 (10:10 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 9 Oct 2017 09:13:19 +0000 (18:13 +0900)
commit5289c322ba994c7b07a4780243dca1feb610954f
tree84cca60efb31dd13aae8fd8b8aee9f23255ae0a6
parent81771ce2d1a9f9ce8739aac7af64bb03ff4b6a1a
kbuild: rpm-pkg: clean up mkspec

Clean up the mkspec without changing the behavior.

 - grep CONFIG_DRM=y more simply

 - move "EXCLUDE" out of the "%install" section because it can be
   computed when the spec file is generated

 - remove "BuildRoot:" field, which is now redundant

 - do not mkdir $RPM_BUILD_ROOT/lib/modules explicitly because it
   is automatically created by "make modules_install"

 - exclude "%package devel" from source package spec file because
   it does not make sense where "%files devel" is already excluded

 - exclude "%build" from source package spec file

 - remove unneeded "make clean" because we had already cleaned
   before making tar file

 - merge two %ifarch ia64 conditionals

 - replace KBUILD_IMAGE with direct use of $(make image_name)

 - remove trailing empty line from the spec file

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/package/mkspec