| 1 |
Name: DMitry
|
| 2 |
Version: 1.3a
|
| 3 |
Release: 6%{?dist}
|
| 4 |
Summary: Deepmagic Information Gathering Tool
|
| 5 |
|
| 6 |
Group: Applications/Internet
|
| 7 |
# No version specified, no license attribution in code, just COPYING.
|
| 8 |
License: GPL+
|
| 9 |
URL: http://www.mor-pah.net/
|
| 10 |
Source0: http://mor-pah.net/code/%{name}-%{version}.tar.gz
|
| 11 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
| 12 |
|
| 13 |
#BuildRequires:
|
| 14 |
#Requires:
|
| 15 |
|
| 16 |
%description
|
| 17 |
DMitry (Deepmagic Information Gathering Tool) is a UNIX/Linux command line
|
| 18 |
program coded purely in C with the ability to gather as much information as
|
| 19 |
possible about a host.
|
| 20 |
|
| 21 |
%prep
|
| 22 |
%setup -q
|
| 23 |
|
| 24 |
|
| 25 |
%build
|
| 26 |
%configure
|
| 27 |
make %{?_smp_mflags}
|
| 28 |
|
| 29 |
|
| 30 |
%install
|
| 31 |
rm -rf $RPM_BUILD_ROOT
|
| 32 |
make install DESTDIR=$RPM_BUILD_ROOT
|
| 33 |
|
| 34 |
|
| 35 |
%clean
|
| 36 |
rm -rf $RPM_BUILD_ROOT
|
| 37 |
|
| 38 |
|
| 39 |
%files
|
| 40 |
%defattr(-,root,root,-)
|
| 41 |
%doc AUTHORS COPYING README
|
| 42 |
%{_bindir}/*
|
| 43 |
%{_mandir}/man?/*
|
| 44 |
|
| 45 |
|
| 46 |
%changelog
|
| 47 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3a-6
|
| 48 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
| 49 |
|
| 50 |
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3a-5
|
| 51 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
| 52 |
|
| 53 |
* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.3a-4
|
| 54 |
- fix license tag
|
| 55 |
|
| 56 |
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.3a-3
|
| 57 |
- Autorebuild for GCC 4.3
|
| 58 |
|
| 59 |
* Mon May 28 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 1.3a-2
|
| 60 |
- Rebuild
|
| 61 |
* Thu May 03 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 1.3a-1
|
| 62 |
- Initial build
|
| 63 |
|