diff --git a/pycanberra.spec b/pycanberra.spec index 36472be..c4604f0 100644 --- a/pycanberra.spec +++ b/pycanberra.spec @@ -6,7 +6,7 @@ License: LGPLv2 # There's no versioning upstream, it's all about the Git hash Version: 0 -Release: 0.1.git%{git_hash}%{?dist} +Release: 0.2.git%{git_hash}%{?dist} URL: https://github.com/psykoyiko/pycanberra/ @@ -21,10 +21,8 @@ BuildArch: noarch BuildRequires: python2-devel -# The wrapper actually requires this specific file, so let's be explicit. That -# will allow me to catch breakages early (in the broken deps report), rather -# than getting weird bug reports about how GNOME Clocks suddenly doesn't work. -Requires: %{_libdir}/libcanberra.so.0 +# This will break at run time when libcanberra bumps its soname :( +Requires: libcanberra %description A very basic (and incomplete) wrapper for libcanberra. @@ -51,5 +49,8 @@ install -p -m 0644 pycanberra.py %{buildroot}%{python_sitelib} %changelog +* Tue Oct 02 2012 Mathieu Bridon - 0-0.2.git65c3b3f +- Fix requirement on libcanberra. + * Wed Sep 26 2012 Mathieu Bridon - 0-0.1.git65c3b3f - Initial package for Fedora.