Author: blues                        Date: Tue Jun 27 19:43:58 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial - seems to be working

---- Files affected:
SPECS:
   dnshistory.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/dnshistory.spec
diff -u /dev/null SPECS/dnshistory.spec:1.1
--- /dev/null   Tue Jun 27 21:43:58 2006
+++ SPECS/dnshistory.spec       Tue Jun 27 21:43:53 2006
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+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*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/06/27 19:43:53  blues
+- initial - seems to be working
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to