Name: DMitry Version: 1.3 Release: 0.1a%{?dist} Summary: Deepmagic Information Gathering Tool Group: Applications/Internet License: GPL+ URL: http://www.mor-pah.net/ Source0: http://mor-pah.net/code/%{name}-%{version}a.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description DMitry (Deepmagic Information Gathering Tool) is a UNIX/Linux command line program coded purely in C with the ability to gather as much information as possible about a host. %prep %setup -q -n %{name}-%{version}a %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS COPYING README %{_bindir}/* %{_mandir}/man?/* %changelog * Sun Mar 18 2012 Anthony Sasadeusz - 1.3-0.1.a - Cleaned up comments. - Changed to new version numbering style. * Wed Mar 14 2012 Anthony Sasadeusz - 1.3a-7 - Rebuild for Fedora 16 * Fri Jul 24 2009 Fedora Release Engineering - 1.3a-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Mon Feb 23 2009 Fedora Release Engineering - 1.3a-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Jul 14 2008 Tom "spot" Callaway - 1.3a-4 - fix license tag * Tue Feb 19 2008 Fedora Release Engineering - 1.3a-3 - Autorebuild for GCC 4.3 * Mon May 28 2007 Sindre Pedersen Bjørdal - 1.3a-2 - Rebuild * Thu May 03 2007 Sindre Pedersen Bjørdal - 1.3a-1 - Initial build