rpms/DMitry/devel DMitry.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Wed May 9 23:11:57 UTC 2007


Author: sindrepb

Update of /cvs/extras/rpms/DMitry/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2161/devel

Modified Files:
	.cvsignore sources 
Added Files:
	DMitry.spec 
Log Message:
"add DMitry, maintained by me"



--- 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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/DMitry/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 May 2007 20:37:46 -0000	1.1
+++ .cvsignore	9 May 2007 23:11:22 -0000	1.2
@@ -0,0 +1 @@
+DMitry-1.3a.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/DMitry/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 May 2007 20:37:46 -0000	1.1
+++ sources	9 May 2007 23:11:22 -0000	1.2
@@ -0,0 +1 @@
+8d578ba16de34b5cbebf6b767181b00d  DMitry-1.3a.tar.gz




More information about the fedora-extras-commits mailing list