]> git.pld-linux.org Git - packages/dbtool.git/commitdiff
- initital pld version AC-branch AC-STABLE auto/ac/dbtool-1_6-1
authorundefine <undefine@pld-linux.org>
Tue, 21 Sep 2004 21:30:07 +0000 (21:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dbtool.spec -> 1.1

dbtool.spec [new file with mode: 0644]

diff --git a/dbtool.spec b/dbtool.spec
new file mode 100644 (file)
index 0000000..3bb4686
--- /dev/null
@@ -0,0 +1,51 @@
+# TODO:
+# - fix ac/am scripts to regeneration works
+# - version with db support? ;)
+Summary:       A tool for storing key/value pairs in a hash database
+Summary(pl):   Narzêdzie do zapisywania par klucz/warto¶æ w tablicach haszowanych
+Name:          dbtool
+Version:       1.6
+Release:       1
+License:       GPL
+Group:         Applications/Databases
+Source0:       ftp://ftp.daemon.de/scip/Apps/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5: a8e3f0982b42b0dbb3b9c1c31c975060
+BuildRequires: gdbm-devel
+BuildRequires: libstdc++-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+dbtool can be used to store and retrieve data in a key/value format in
+a hash database. Perl compatible regular expressions are supported
+both for storing and retrieving of data. It's main advantages are the
+ability to maintain huge amounts of data and speed. dbtool supports
+encrypted databases.
+
+%description -l pl
+dbtool mo¿e byæ u¿ywany do zapisywania i odczytywania danych w
+formacie klucz/warto¶æ w tablicy haszowanej. Kompatybilne z perlem
+wyra¿enia regularne s± obs³ugiwane zarówno dla odczytu jak i zapisu
+danych. G³ównymi celami programu s± zdolno¶æ do zarz±dzania ogromnymi
+ilo¶ciami danych oraz prêdko¶æ. dbtool obs³uguje tak¿e szyfrowane
+bazy.
+
+%prep
+%setup -q
+
+%build
+%configure2_13
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README ChangeLog
+%attr(755,root,root) %{_bindir}/dbtool
+%{_mandir}/man?/dbtool.*
This page took 0.062372 seconds and 4 git commands to generate.