]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
libtdb: Move tools into own sub-package
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 13 Sep 2016 18:14:11 +0000 (20:14 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 13 Sep 2016 22:44:54 +0000 (23:44 +0100)
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>
libtdb/libtdb.nm

index 855025ddd97ad25ef2738bfbcab1027e1773b1e2..872df04581da5507758bf1780b8a07c4fd3dff41 100644 (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