rpms/metagoofil/EL-5 import.log, NONE, 1.1 metagoofil-path.patch, NONE, 1.1 metagoofil.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

rebus rebus at fedoraproject.org
Fri Apr 23 07:34:17 UTC 2010


Author: rebus

Update of /cvs/pkgs/rpms/metagoofil/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20657/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log metagoofil-path.patch metagoofil.spec 
Log Message:
initial import of metagoofil


--- NEW FILE import.log ---
metagoofil-1_4a-4_fc12:EL-5:metagoofil-1.4a-4.fc12.src.rpm:1272008028

metagoofil-path.patch:
 metagoofil.py |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

--- NEW FILE metagoofil-path.patch ---
diff -ru metagoofil-1.4a/metagoofil.py metagoofil-1.4a.fc12/metagoofil.py
--- metagoofil-1.4a/metagoofil.py	2008-09-15 23:47:03.000000000 +0200
+++ metagoofil-1.4a.fc12/metagoofil.py	2010-01-15 01:44:42.000000000 +0100
@@ -1,4 +1,4 @@
-
+#!/usr/bin/python
 #Covered by GPL V2.0
 import time
 import string
@@ -24,10 +24,12 @@
 #Win
 ##extcommand='c:\extractor\\bin\extract.exe -l libextractor_ole2'
 #OSX
-extcommand='/opt/local/bin/extract'
+#extcommand='/opt/local/bin/extract'
 #Cygwin
 #extcommand='/cygdrive/c/extractor/bin/extract.exe'
 #extcommand='/usr/bin/extract'
+extcommand='/usr/bin/libextractor-extract'
+
 
 result =[]
 global dir


--- NEW FILE metagoofil.spec ---
Name:           metagoofil
Version:        1.4a
Release:        4%{?dist}
Summary:        Meta-data analyzer, information gathering tool

Group:          Applications/Internet
License:        GPLv2
URL:            http://www.edge-security.com/metagoofil.php
Source0:        http://www.edge-security.com/soft/%{name}-%{version}.tar
Patch0:         %{name}-path.patch
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:       python(abi) = 2.6

# Explicit dependency is needed. Extractor is used for metadata extraction
Requires:       /usr/bin/libextractor-extractor

%description
Metagoofil is an information gathering tool designed for extracting meta-data
of public documents (PDF,DOC,XLS,PPT,ODP,ODS) available in the target/victim
websites.

%prep
%setup -q
%patch0 -p 1 -b .path
chmod -x *

%build
#Nothing to build


%install
rm -rf $RPM_BUILD_ROOT

install -d $RPM_BUILD_ROOT%{_bindir}
install -m 0755 %{name}.py $RPM_BUILD_ROOT%{_bindir}/%{name}



%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING LICENSES README
%attr(755,root,root) %{_bindir}/*



%changelog
* Wed Apr 21 2010 Michal Ambroz <rebus at, seznam.cz> 1.4a-4
- Rependency to libextractor modified to file dependency only

* Sun Apr 12 2010 Michal Ambroz <rebus at, seznam.cz> 1.4a-3
- Add python to dependencies

* Fri Jan 15 2010 Michal Ambroz <rebus at, seznam.cz> 1.4a-2
- Incorporated comments from Alex Orlandi

* Fri Jan 15 2010 Michal Ambroz <rebus at, seznam.cz> 1.4a-1
- Initial SPEC for Fedora 12



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/metagoofil/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	21 Apr 2010 04:15:21 -0000	1.1
+++ .cvsignore	23 Apr 2010 07:34:16 -0000	1.2
@@ -0,0 +1 @@
+metagoofil-1.4a.tar


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/metagoofil/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	21 Apr 2010 04:15:21 -0000	1.1
+++ sources	23 Apr 2010 07:34:16 -0000	1.2
@@ -0,0 +1 @@
+99bf874c4b831b47077c6055e6b05ca4  metagoofil-1.4a.tar



More information about the scm-commits mailing list