]> git.pld-linux.org Git - packages/dbtool.git/blob - dbtool.spec
- tabs in preamble
[packages/dbtool.git] / dbtool.spec
1 # TODO:
2 # - fix ac/am scripts to regeneration works
3 # - version with db support? ;)
4 Summary:        A tool for storing key/value pairs in a hash database
5 Summary(pl.UTF-8):      Narzędzie do zapisywania par klucz/wartość w tablicach haszowanych
6 Name:           dbtool
7 Version:        1.6
8 Release:        1
9 License:        GPL
10 Group:          Applications/Databases
11 Source0:        ftp://ftp.daemon.de/scip/Apps/%{name}/%{name}-%{version}.tar.gz
12 # Source0-md5:  a8e3f0982b42b0dbb3b9c1c31c975060
13 BuildRequires:  gdbm-devel
14 BuildRequires:  libstdc++-devel
15 BuildRequires:  pcre-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 dbtool can be used to store and retrieve data in a key/value format in
20 a hash database. Perl compatible regular expressions are supported
21 both for storing and retrieving of data. It's main advantages are the
22 ability to maintain huge amounts of data and speed. dbtool supports
23 encrypted databases.
24
25 %description -l pl.UTF-8
26 dbtool może być używany do zapisywania i odczytywania danych w
27 formacie klucz/wartość w tablicy haszowanej. Kompatybilne z perlem
28 wyrażenia regularne są obsługiwane zarówno dla odczytu jak i zapisu
29 danych. Głównymi celami programu są zdolność do zarządzania ogromnymi
30 ilościami danych oraz prędkość. dbtool obsługuje także szyfrowane
31 bazy.
32
33 %prep
34 %setup -q
35
36 %build
37 %configure2_13
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc README ChangeLog
51 %attr(755,root,root) %{_bindir}/dbtool
52 %{_mandir}/man?/dbtool.*
This page took 0.079213 seconds and 3 git commands to generate.