diff --git a/.gitignore b/.gitignore index e69de29..c1add7f 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/dnsmap-0.30.tar.gz diff --git a/dnsmap.spec b/dnsmap.spec new file mode 100644 index 0000000..9c6ded7 --- /dev/null +++ b/dnsmap.spec @@ -0,0 +1,53 @@ +Name: dnsmap +Version: 0.30 +Release: 2%{?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 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + + +%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. + + +%prep +%setup -q + + +%build +make %{?_smp_mflags} CFLAGS="%{optflags}" + + +%install +rm -rf %{buildroot} +make install DESTDIR=%{buildroot} BINDIR="%{_bindir}" + + +%clean +rm -rf %{buildroot} + + +%files +%defattr(-,root,root,-) +%doc Changelog.txt CREDITS.txt README.txt TODO.txt gpl-2.0.txt use_cases.txt +%{_bindir}/dnsmap* + + +%changelog +* Sat Apr 17 2010 Nikolay Ulyanitsky - 0.30-2 +- Fix description and summary + +* Sat Mar 13 2010 Nikolay Ulyanitsky - 0.30-1 +- Update to 0.30 +- Fix the license +- Remove dnsmap-0.25-Makefile.patch (included by the upstream) +- Replace generally useful macros by regular commands + +* Tue Feb 02 2010 Nikolay Ulyanitsky - 0.25-1 +- Initial package build diff --git a/sources b/sources index e69de29..11ccc23 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +7f341361622db147906700d37af46e06 dnsmap-0.30.tar.gz