rpms/dnstracer/devel dnstracer.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ray Van Dolson rayvd at fedoraproject.org
Wed Oct 15 05:05:21 UTC 2008


Author: rayvd

Update of /cvs/pkgs/rpms/dnstracer/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28614/devel

Modified Files:
	.cvsignore sources 
Added Files:
	dnstracer.spec import.log 
Log Message:
Initial import


--- NEW FILE dnstracer.spec ---
Name:             dnstracer
Version:          1.9
Release:          1%{?dist}
Summary:          Trace a DNS record to its start of authority
Group:            Applications/Internet
License:          BSD
URL:              http://www.mavetju.org/unix/dnstracer.php
Source0:          http://www.mavetju.org/download/%{name}-%{version}.tar.gz
BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
dnstracer determines where a given Domain Name Server (DNS) gets its
information from, and follows the chain of DNS servers back to the
servers which know the data.

%prep
%setup -q

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
# This preserves timestamps.
%{__make} install DESTDIR=%{buildroot} INSTALL="%{__install} -c -p"

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc CHANGES CONTACT LICENSE README
%{_bindir}/%{name}
%{_mandir}/man?/*

%changelog
* Sat Oct 11 2008 Ray Van Dolson <rayvd at fedoraproject.org> - 1.9-1
- Initial creation


--- NEW FILE import.log ---
dnstracer-1_9-1:HEAD:dnstracer-1.9-1.src.rpm:1224047071


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dnstracer/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Oct 2008 02:15:34 -0000	1.1
+++ .cvsignore	15 Oct 2008 05:04:51 -0000	1.2
@@ -0,0 +1 @@
+dnstracer-1.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dnstracer/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Oct 2008 02:15:34 -0000	1.1
+++ sources	15 Oct 2008 05:04:51 -0000	1.2
@@ -0,0 +1 @@
+7db73ce3070119c98049a617fe52ea84  dnstracer-1.9.tar.gz




More information about the scm-commits mailing list