From e44a8cba90da68f79e8f1bb3e4f1ae68599a9f6a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Tue, 27 Jun 2006 19:43:53 +0000 Subject: [PATCH 1/1] - initial - seems to be working Changed files: dnshistory.spec -> 1.1 --- dnshistory.spec | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 dnshistory.spec 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* -- 2.43.0