[fpdns/el6/master] Initial import (#672418).

mmckinst mmckinst at fedoraproject.org
Wed Apr 6 01:46:16 UTC 2011


commit d8ecd1e41ed1cf4aabbc5245202e587da85f81ca
Author: Mark McKinstry <mmckinst at nexcess.net>
Date:   Tue Apr 5 21:46:16 2011 -0400

    Initial import (#672418).

 .gitignore |    1 +
 fpdns.spec |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..bd3a1b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Net-DNS-Fingerprint-0.9.3.tar.gz
diff --git a/fpdns.spec b/fpdns.spec
new file mode 100644
index 0000000..66342d3
--- /dev/null
+++ b/fpdns.spec
@@ -0,0 +1,52 @@
+Name:           fpdns
+Version:        0.9.3
+Release:        1%{?dist}
+Summary:        Fingerprint DNS servers
+License:        BSD
+Group:          Development/Libraries
+URL:            http://code.google.com/p/fpdns/
+Source0:        http://fpdns.googlecode.com/files/Net-DNS-Fingerprint-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Net::DNS)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description 
+fpdns is a program that remotely determines DNS server versions. It does this 
+by sending a series of borderline DNS queries which are compared against a 
+table of responses and server versions.
+
+%prep
+%setup -q -n Net-DNS-Fingerprint-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc LICENSE
+%{perl_vendorlib}/*
+%{_mandir}/man1/*
+%{_bindir}/fpdns
+
+%changelog
+* Mon Nov 22 2010 Mark McKinstry <mmckinst at nexcess.net> 0.9.3-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..4828554 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+16f1fbc9e5c8b935a0a48a509dc58899  Net-DNS-Fingerprint-0.9.3.tar.gz


More information about the scm-commits mailing list