Name: DMitry Version: 1.3a Release: 7%{?dist} Summary: Deepmagic Information Gathering Tool Group: Applications/Internet # No version specified, no license attribution in code, just COPYING. License: GPL+ URL: http://www.mor-pah.net/ Source0: http://mor-pah.net/code/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) #BuildRequires: #Requires: %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 %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 * 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