Preview for 0.12

This commit is contained in:
Lennart Poettering 2009-02-25 02:41:27 +00:00
parent 2b021c3266
commit 8701a5df59

View File

@ -1,6 +1,6 @@
Name: libcanberra
Version: 0.11
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Portable Sound Event Library
Group: System Environment/Libraries
Source0: http://0pointer.de/lennart/projects/libcanberra/libcanberra-%{version}.tar.gz
@ -12,12 +12,13 @@ BuildRequires: alsa-lib-devel
BuildRequires: libvorbis-devel
BuildRequires: libtool-ltdl-devel
BuildRequires: gtk-doc
BuildRequires: pulseaudio-libs-devel >= 0.9.11-1
BuildRequires: pulseaudio-libs-devel >= 0.9.15
BuildRequires: gstreamer-devel
BuildRequires: libtdb-devel
BuildRequires: GConf2-devel
Requires: sound-theme-freedesktop
Requires: pulseaudio-libs >= 0.9.11-1
Requires: pulseaudio-libs >= 0.9.15
Patch0: febbf740799d85dfbdca965efa9867fd70fa2cfc.patch
%description
A small and lightweight implementation of the XDG Sound Theme Specification
@ -71,6 +72,7 @@ fi
%prep
%setup -q
%patch0 -p1 -b .febbf740799d85dfbdca965efa9867fd70fa2cfc
%build
%configure --disable-static --disable-rpath --enable-pulse --enable-alsa --enable-null --with-builtin=dso
@ -117,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libcanberra.pc
%changelog
* Wed Feb 25 2009 Lennart Poettering <lpoetter@redhat.com> 0.11-7
- Preview for 0.12
* Thu Feb 5 2009 Matthias Clasen <mclasen@redhat.com> 0.11-6
- Fix up Requires (#484225)