]> git.pld-linux.org Git - packages/dnshistory.git/blame - dnshistory.spec
- put _beta macro to release. It works pretty nice.
[packages/dnshistory.git] / dnshistory.spec
CommitLineData
cfd5dc9f
PG
1# TODO:
2# - move man_fix patch to ac/am automatic generation, based on configure option
a7c5476e 3Summary: dnshistory - storing a history of DNS/Name changes
5cfb2193 4Summary(pl): dnshistory - przechowywanie historii zmian DNS/nazw
e44a8cba
PG
5Name: dnshistory
6%define _beta beta1
7Version: 1.3
20de9e4e 8Release: 0.%{_beta}.1
a7c5476e 9License: GPL v2+
e44a8cba
PG
10Group: Applications/Networking
11Source0: http://www.stedee.id.au/files/%{name}-%{version}-%{_beta}.tar.gz
12# Source0-md5: c9843e87412c1bdf8fb2ec5983f0c9c4
cfd5dc9f 13Patch0: %{name}-man_fix.patch
e44a8cba
PG
14URL: http://www.stedee.id.au/dnshistory/
15BuildRequires: db-devel
16BuildRequires: pcre-devel
17BuildRequires: zlib-devel
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
cfd5dc9f
PG
20%define _databasedir /var/lib/%{name}
21%define _dbfile %{name}.db
22
e44a8cba 23%description
a7c5476e 24dnshistory provides a means for storing a history of DNS/Name changes
25for the IP Addresses extracted from web log files. The major target
26being that multiple analyses of older log files do not require
27re-lookups of IP Address to FQDNs, and additionally maintain the
28accuracy of the lookup as it was then and not as it is now.
e44a8cba 29
5cfb2193
JB
30%description -l pl
31