packaging: Add RPM spec file for packaging
authorSangjung woo <sangjung.woo@samsung.com>
Mon, 25 Sep 2017 10:48:56 +0000 (19:48 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 12 Mar 2018 05:38:14 +0000 (14:38 +0900)
commite3fc126a90f12a09053b5203ed98ed0b35b25d04
tree5582a749873cd66e732b7e9eaf6abebc64360543
parent3daab3be733b933a3fd2263441da4976206b27a2
packaging: 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>
Corrected subject format.
Signed-off-by: Inki Dae <inki.dae@samsung.com>
libraries/liblmdb/Makefile
packaging/lmdb.manifest [new file with mode: 0644]
packaging/lmdb.spec [new file with mode: 0644]