[dnsenum] * Fri Sep 12 2014 Fabian Affolter <mail at fabian-affolter.ch> - 1.2.4.1-1 - Update to latest upstream

Fabian Affolter fab at fedoraproject.org
Fri Sep 12 20:50:27 UTC 2014


commit d3b0e1a7a49b018e5b7a8ce8962ede63741d25e9
Author: Fabian Affolter <fabian at affolter-engineering.ch>
Date:   Fri Sep 12 22:50:16 2014 +0200

    * Fri Sep 12 2014 Fabian Affolter <mail at fabian-affolter.ch> - 1.2.4.1-1
    - Update to latest upstream release 1.2.4.1

 .gitignore   |    1 +
 dnsenum.spec |   47 +++++++++++++++++++++--------------------------
 sources      |    2 +-
 3 files changed, 23 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b51207b..e69962c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 dnsenum1.2.tar.gz
+/1.2.4.1.tar.gz
diff --git a/dnsenum.spec b/dnsenum.spec
index a94c967..a350102 100644
--- a/dnsenum.spec
+++ b/dnsenum.spec
@@ -1,15 +1,17 @@
-Name:          dnsenum 
-Version:       1.2
-Release:       15%{?dist}
-Summary:       A tool to enumerate DNS info about domains 
-Group:         Applications/Internet
-License:       GPLv2+
-URL:           http://code.google.com/p/dnsenum/
-Source0:       http://%{name}.googlecode.com/files/%{name}%{version}.tar.gz  
-BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:     noarch
-Requires:      perl(Readonly)
-Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Name:       dnsenum 
+Version:    1.2.4.1
+Release:    1%{?dist}
+Summary:    A tool to enumerate DNS info about domains 
+
+License:    GPLv2+
+URL:        https://github.com/fwaeytens/dnsenum
+Source0:    https://github.com/fwaeytens/dnsenum/archive/%{version}.tar.gz
+BuildArch:  noarch
+
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:   perl-Net-Whois-IP
+Requires:   perl-WWW-Mechanize
+Requires:   perl-Readonly
 
 %description
 The purpose of this tool is to gather as much information as possible about a 
@@ -19,29 +21,22 @@ file, calculate C class domain network ranges and perform whois queries on them,
 perform reverse lookups on netranges, writes ip-blocks to domain_ips.txt.
 
 %prep
-%setup -q -n %{name}%{version}
-for file in README.txt; do
- sed "s|\r||g" $file > $file.new && \
- touch -r $file $file.new && \
- mv $file.new $file
-done
+%setup -q
 
 %build
+# nothing to build
 
 %install
-%{__rm} -rf $RPM_BUILD_ROOT
-%{__install} -Dp -m0755 %{name}.pl $RPM_BUILD_ROOT%{_bindir}/%{name}
-
-
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__install} -Dp -m0755 %{name}.pl %{buildroot}%{_bindir}/%{name}
 
 %files
-%defattr(-,root,root,-)
-%doc README.txt dns.txt
+%doc README.md dns.txt
 %{_bindir}/%{name}
 
 %changelog
+* Fri Sep 12 2014 Fabian Affolter <mail at fabian-affolter.ch> - 1.2.4.1-1
+- Update to latest upstream release 1.2.4.1
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.2-15
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 7af3f9f..4654154 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-36d9150bd266ccf5eb55edf0e79f4ea8  dnsenum1.2.tar.gz
+5ad1c03bd63813a01a6d205e1da7a01e  1.2.4.1.tar.gz


More information about the scm-commits mailing list