]> git.pld-linux.org Git - packages/dnshistory.git/blame - dnshistory.spec
- change default location of database. It should be generated by
[packages/dnshistory.git] / dnshistory.spec
CommitLineData
a7c5476e 1Summary: dnshistory - storing a history of DNS/Name changes
e44a8cba
PG
2Name: dnshistory
3%define _beta beta1
4Version: 1.3
5Release: 0.1
a7c5476e 6License: GPL v2+
e44a8cba
PG
7Group: Applications/Networking
8Source0: http://www.stedee.id.au/files/%{name}-%{version}-%{_beta}.tar.gz
9# Source0-md5: c9843e87412c1bdf8fb2ec5983f0c9c4
10URL: http://www.stedee.id.au/dnshistory/
11BuildRequires: db-devel
12BuildRequires: pcre-devel
13BuildRequires: zlib-devel
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
a7c5476e 17dnshistory provides a means for storing a history of DNS/Name changes
18for the IP Addresses extracted from web log files. The major target
19being that multiple analyses of older log files do not require
20re-lookups of IP Address to FQDNs, and additionally maintain the
21accuracy of the lookup as it was then and not as it is now.
e44a8cba
PG
22
23%prep
24%setup -q -n %{name}-%{version}-%{_beta}
25
26%build
27%configure
28%{__make}
29
30%install
31rm -rf $RPM_BUILD_ROOT
32
33%{__make} install \
34 DESTDIR=$RPM_BUILD_ROOT
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(644,root,root,755)
41%doc AUTHORS ChangeLog NEWS
42%attr(755,root,root) %{_bindir}/%{name}
43%{_mandir}/man1/*.1*
This page took 0.117176 seconds and 4 git commands to generate.