From 109cb8813f43408b533f8559489d0d4923656163 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mar 07 2018 11:45:05 +0000 Subject: * Tue Mar 06 2018 Fabian Affolter - 0.30-15 - Fix BR - Update spec file --- diff --git a/dnsmap.spec b/dnsmap.spec index cc09cc0..324e9aa 100644 --- a/dnsmap.spec +++ b/dnsmap.spec @@ -1,41 +1,35 @@ Name: dnsmap Version: 0.30 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Sub-domains bruteforcer -Group: Applications/Internet License: GPLv2+ URL: http://code.google.com/p/dnsmap/ Source0: http://dnsmap.googlecode.com/files/dnsmap-%{version}.tar.gz - %description -dnsmap is a small tool that perform brute-forcing of domains. -It can use a built-in list or an external dictionary file and -saves output to TXT/CSV format. - +dnsmap is a small tool that perform brute-forcing of domains. It can use a +built-in list or an external dictionary file and saves output to TXT/CSV format. %prep -%setup -q - +%autosetup %build -make %{?_smp_mflags} CFLAGS="%{optflags}" - +%make_build %install -rm -rf %{buildroot} -make install DESTDIR=%{buildroot} BINDIR="%{_bindir}" - - +%make_install %files -%defattr(-,root,root,-) -%doc Changelog.txt CREDITS.txt README.txt TODO.txt gpl-2.0.txt use_cases.txt +%doc Changelog.txt CREDITS.txt README.txt TODO.txt use_cases.txt +%license gpl-2.0.txt %{_bindir}/dnsmap* - %changelog +* Tue Mar 06 2018 Fabian Affolter - 0.30-15 +- Fix BR +- Update spec file + * Wed Feb 07 2018 Fedora Release Engineering - 0.30-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild