]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
rpmbuild: enable rpmbuild via make rpm
authorSteven Seungcheol Lee <sc108.lee@samsung.com>
Thu, 27 Jan 2022 11:40:36 +0000 (20:40 +0900)
committerSteven Seungcheol Lee <sc108.lee@samsung.com>
Fri, 4 Feb 2022 05:45:28 +0000 (14:45 +0900)
commit88a49fb8d1c4da982ffe0cce57d0ec55ab664bf9
tree71de91dac50573d9463b9029631efdec286be2bd
parente290046eff3cfc6035185b86e9c013c66e3a2b73
rpmbuild: enable rpmbuild via make rpm

Makefile:
  add make rpm via meson
  rename libnvme -> nvme on Makefile

meson.build, meson_options.txt:
  using former path that nvme provided
  using libdir to be installed right place (32bit -> lib, 64bit -> lib64)

rpmbuild:
  remove unnecessary rpm stages
  since rpm spec file created from meson build
  no need to pacaking it to rpmbuild directory
  build in meson directory
  using rpmbuild directory for install & packaging rpm

Signed-off-by: Steven Seungcheol Lee <sc108.lee@samsung.com>
Makefile
README.md
meson.build
nvme.spec.in