]> git.pld-linux.org Git - packages/dnshistory.git/blob - dnshistory.spec
a54465b4eb92388333672a3ee8e492841c813f82
[packages/dnshistory.git] / dnshistory.spec
1 Summary:        dnshistory
2 Name:           dnshistory
3 %define         _beta   beta1
4 Version:        1.3
5 Release:        0.1
6 License:        GPL v2
7 Group:          Applications/Networking
8 Source0:        http://www.stedee.id.au/files/%{name}-%{version}-%{_beta}.tar.gz
9 # Source0-md5:  c9843e87412c1bdf8fb2ec5983f0c9c4
10 URL:            http://www.stedee.id.au/dnshistory/
11 BuildRequires:  db-devel
12 BuildRequires:  pcre-devel
13 BuildRequires:  zlib-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Provide 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
27 rm -rf $RPM_BUILD_ROOT
28
29 %{__make} install \
30         DESTDIR=$RPM_BUILD_ROOT
31
32 %clean
33 rm -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.053908 seconds and 2 git commands to generate.