Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > c66f28c9acd749193ee4da12201e841c > files > 3

metagoofil-1.4a-5.fc13.src.rpm

Name:           metagoofil
Version:        1.4a
Release:        5%{?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-extract

%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
* Sat Apr 24 2010 Michal Ambroz <rebus at, seznam.cz> 1.4a-5
- Fix typo in libextractor file dependency

* 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