]> git.pld-linux.org Git - packages/dnshistory.git/blob - dnshistory.spec
- Summary, fixed License, some cosmetics
[packages/dnshistory.git] / dnshistory.spec
1 Summary:        dnshistory - storing a history of DNS/Name changes
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 dnshistory provides a means for storing a history of DNS/Name changes
18 for the IP Addresses extracted from web log files. The major target
19 being that multiple analyses of older log files do not require
20 re-lookups of IP Address to FQDNs, and additionally maintain the
21 accuracy of the lookup as it was then and not as it is now.
22
23 %prep
24 %setup -q -n %{name}-%{version}-%{_beta}
25
26 %build
27 %configure
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 %clean
37 rm -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.374866 seconds and 4 git commands to generate.