libtdb: Move tools into own sub-package

Move the tools to open tdb databases into an own
sub-package, which will save space on installed systems.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Stefan Schantl 2016-09-13 20:14:11 +02:00 committed by Michael Tremer
parent d9157db928
commit 5caf3364f5
1 changed files with 17 additions and 1 deletions

View File

@ -5,7 +5,7 @@
name = libtdb
version = 1.3.11
release = 1
release = 2
groups = System/Libraries
url = http://tdb.samba.org/
@ -36,6 +36,22 @@ end
packages
package %{name}
package tdb-tools
summary = Tools to manage Tdb files.
description
%{summary}
end
requires
%{name} = %{thisver}
end
files
%{bindir}
%{mandir}/man8/*.*
end
end
package %{name}-devel
template DEVEL
end