From: Paweł Gołaszewski Date: Tue, 27 Jun 2006 19:43:53 +0000 (+0000) Subject: - initial - seems to be working X-Git-Tag: auto/ac/dnshistory-1_3-1~8 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdnshistory.git;a=commitdiff_plain;h=e44a8cba90da68f79e8f1bb3e4f1ae68599a9f6a - initial - seems to be working Changed files: dnshistory.spec -> 1.1 --- e44a8cba90da68f79e8f1bb3e4f1ae68599a9f6a diff --git a/dnshistory.spec b/dnshistory.spec new file mode 100644 index 0000000..a54465b --- /dev/null +++ b/dnshistory.spec @@ -0,0 +1,39 @@ +Summary: dnshistory +Name: dnshistory +%define _beta beta1 +Version: 1.3 +Release: 0.1 +License: GPL v2 +Group: Applications/Networking +Source0: http://www.stedee.id.au/files/%{name}-%{version}-%{_beta}.tar.gz +# Source0-md5: c9843e87412c1bdf8fb2ec5983f0c9c4 +URL: http://www.stedee.id.au/dnshistory/ +BuildRequires: db-devel +BuildRequires: pcre-devel +BuildRequires: zlib-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +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. + +%prep +%setup -q -n %{name}-%{version}-%{_beta} + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS +%attr(755,root,root) %{_bindir}/%{name} +%{_mandir}/man1/*.1*