]> git.pld-linux.org Git - packages/dnshistory.git/commitdiff
- initial - seems to be working
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 27 Jun 2006 19:43:53 +0000 (19:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dnshistory.spec -> 1.1

dnshistory.spec [new file with mode: 0644]

diff --git a/dnshistory.spec b/dnshistory.spec
new file mode 100644 (file)
index 0000000..a54465b
--- /dev/null
@@ -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*
This page took 0.070296 seconds and 4 git commands to generate.