]> git.pld-linux.org Git - packages/dnshistory.git/blame - dnshistory.spec
- initial - seems to be working
[packages/dnshistory.git] / dnshistory.spec
CommitLineData
e44a8cba
PG
1Summary: dnshistory
2Name: dnshistory
3%define _beta beta1
4Version: 1.3
5Release: 0.1
6License: GPL v2
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
17Provide a means for storing a history of DNS/Name changes for the IP Addresses extracted from web log files. The major target being that multiple analyses of older log files do not require re-lookups of IP Address to FQDNs, and additionally maintain the accuracy of the lookup as it was then and not as it is now.
18
19%prep
20%setup -q -n %{name}-%{version}-%{_beta}
21
22%build
23%configure
24%{__make}
25
26%install
27rm -rf $RPM_BUILD_ROOT
28
29%{__make} install \
30 DESTDIR=$RPM_BUILD_ROOT
31
32%clean
33rm -rf $RPM_BUILD_ROOT
34
35%files
36%defattr(644,root,root,755)
37%doc AUTHORS ChangeLog NEWS
38%attr(755,root,root) %{_bindir}/%{name}
39%{_mandir}/man1/*.1*
This page took 0.058608 seconds and 4 git commands to generate.