DIST: Add RPM spec file for packaging
authorSangjung woo <sangjung.woo@samsung.com>
Mon, 25 Sep 2017 10:48:56 +0000 (19:48 +0900)
committerSangjung woo <sangjung.woo@samsung.com>
Mon, 25 Sep 2017 10:48:56 +0000 (19:48 +0900)
commit01349b9f3e3937f7716ea384df8954bb1435f3d0
tree5582a749873cd66e732b7e9eaf6abebc64360543
parent3daab3be733b933a3fd2263441da4976206b27a2
DIST: Add RPM spec file for packaging

This patch newly added the RPM spec & manifest files to build RPM
packages. This also fixed the Makefile to use %{_prefix} variable
since installed path is fixed as '/usr/local'.

Signed-off-by: Sangjung woo <sangjung.woo@samsung.com>
libraries/liblmdb/Makefile
packaging/lmdb.manifest [new file with mode: 0644]
packaging/lmdb.spec [new file with mode: 0644]