rpms/metagoofil/EL-4 metagoofil.spec,1.1,1.2

rebus rebus at fedoraproject.org
Sat Apr 24 19:26:12 UTC 2010


Author: rebus

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

Modified Files:
	metagoofil.spec 
Log Message:
Fix file dependency on libextractor



Index: metagoofil.spec
===================================================================
RCS file: /cvs/pkgs/rpms/metagoofil/EL-4/metagoofil.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- metagoofil.spec	23 Apr 2010 07:32:16 -0000	1.1
+++ metagoofil.spec	24 Apr 2010 19:26:12 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           metagoofil
 Version:        1.4a
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Meta-data analyzer, information gathering tool
 
 Group:          Applications/Internet
@@ -14,7 +14,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 Requires:       python(abi) = 2.6
 
 # Explicit dependency is needed. Extractor is used for metadata extraction
-Requires:       /usr/bin/libextractor-extractor
+Requires:       /usr/bin/libextractor-extract
 
 %description
 Metagoofil is an information gathering tool designed for extracting meta-data
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %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
 



More information about the scm-commits mailing list