rpms/DMitry/FC-6 DMitry.spec,NONE,1.1

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Sat May 12 00:04:34 UTC 2007


Author: sindrepb

Update of /cvs/extras/rpms/DMitry/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10897

Added Files:
	DMitry.spec 
Log Message:
add files to branch


--- NEW FILE DMitry.spec ---
Name:           DMitry
Version:        1.3a
Release:        1%{?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}.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
* Thu May 03 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 1.3a-1
- Initial build





More information about the fedora-extras-commits mailing list