############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = libtdb version = 1.3.11 release = 2 groups = System/Libraries url = http://tdb.samba.org/ license = LGPLv3+ summary = The tdb library. description A library that implements a trivial database. end thisapp = tdb-%{version} source_dl = http://samba.org/ftp/tdb/ build requires docbook-utils docbook-xsl python-devel end configure_options += \ --disable-rpath \ --disable-rpath-install \ --bundled-libraries=NONE 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 package pytdb template PYTHON end package %{name}-debuginfo template DEBUGINFO end end