summaryrefslogtreecommitdiff
path: root/packaging/ejdb.spec
diff options
context:
space:
mode:
authorŁukasz Stelmach <l.stelmach@samsung.com>2017-08-16 10:51:37 +0200
committerŁukasz Stelmach <l.stelmach@samsung.com>2017-08-16 12:01:19 +0200
commit892012b3095bf5a90341c441b757d7d63d3322e6 (patch)
treebfbae8d1b217380644b877d0742f4a21dc0d7961 /packaging/ejdb.spec
parentb064f6d5f3caf4eeec75b7160228de986d0059a7 (diff)
downloadejdb-tizen_4.0.tar.gz
ejdb-tizen_4.0.tar.bz2
ejdb-tizen_4.0.zip
Change-Id: If834ee66c2390c7023646d313927495332b942ad Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Diffstat (limited to 'packaging/ejdb.spec')
-rw-r--r--packaging/ejdb.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/packaging/ejdb.spec b/packaging/ejdb.spec
index 38cf159..346d316 100644
--- a/packaging/ejdb.spec
+++ b/packaging/ejdb.spec
@@ -23,6 +23,13 @@ Group: Development
%description devel
This package provides header files and other developer releated files for package %{name}.
+%package bin
+Summary: Tools for dealing with ejdb files
+Group: System/Database
+
+%description bin
+This package provides several command line tools for dealing with EJDB and Tokyo Cabinet files.
+
%prep
%setup -q
cp %{SOURCE1001} .
@@ -47,11 +54,13 @@ EOF
%files
%license LICENSE
%manifest %{name}.manifest
+%{_libdir}/libejdb.so.1*
+
+%files bin
%{_bindir}/jbbmgr
%{_bindir}/jbfmgr
%{_bindir}/jbhmgr
%{_bindir}/jbtmgr
-%{_libdir}/libejdb.so.1*
%docs_package