[python-acoustid] Fix req.

terjeros terjeros at fedoraproject.org
Sun Sep 16 17:43:29 UTC 2012


commit cc9289ca0e2d5f9e97b6e9cfad86ea69673c4c97
Author: Terje Røsten <terje.rosten at ntnu.no>
Date:   Sun Sep 16 19:43:23 2012 +0200

    Fix req.

 python-acoustid.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-acoustid.spec b/python-acoustid.spec
index 5479101..807f717 100644
--- a/python-acoustid.spec
+++ b/python-acoustid.spec
@@ -3,14 +3,14 @@
 Summary:        Python bindings for Chromaprint acoustic fingerprinting and the Acoustid API
 Name:           python-acoustid
 Version:        0.7
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        MIT
 URL:            http://pypi.python.org/pypi/pyacoustid
 Source0:        http://pypi.python.org/packages/source/p/pyacoustid/pyacoustid-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
-Requires:       chromaprint-tools
+Requires:       libchromaprint
 Requires:       python-audioread
 
 %description
@@ -37,6 +37,9 @@ which provides fingerprint look ups.
 
 
 %changelog
+* Sun Sep 16 2012 Terje Røsten <terje.rosten at ntnu.no> - 0.7-3
+- Fix req.
+
 * Mon Aug 27 2012 Terje Røsten <terje.rosten at ntnu.no> - 0.7-2
 - Convert spec to utf-8
 - Fix spelling


More information about the scm-commits mailing list