This commit is contained in:
parent
fb6b44412b
commit
0b57a815e9
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 29 00:59:58 CEST 2009 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
- fix -devel package dependencies
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 14 14:56:03 CEST 2009 - vuntz@novell.com
|
Tue Apr 14 14:56:03 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ BuildRequires: alsa-devel gconf2-devel gstreamer-0_10-devel gtk-doc gtk2-devel
|
|||||||
Url: http://0pointer.de/lennart/projects/libcanberra/
|
Url: http://0pointer.de/lennart/projects/libcanberra/
|
||||||
License: LGPL v2.0 or later
|
License: LGPL v2.0 or later
|
||||||
Version: 0.12
|
Version: 0.12
|
||||||
Release: 1
|
Release: 2
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source: libcanberra-%{version}.tar.bz2
|
Source: libcanberra-%{version}.tar.bz2
|
||||||
Source1: libcanberra-gtk-module.sh
|
Source1: libcanberra-gtk-module.sh
|
||||||
@ -86,7 +86,7 @@ Authors:
|
|||||||
License: LGPL v2.0 or later
|
License: LGPL v2.0 or later
|
||||||
Summary: Portable sound event library
|
Summary: Portable sound event library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libcanberra0 = %{version}-%{release}
|
Requires: libcanberra0 = %{version}
|
||||||
|
|
||||||
%description gtk0
|
%description gtk0
|
||||||
libcanberra is an implementation of the XDG Sound Theme and Name
|
libcanberra is an implementation of the XDG Sound Theme and Name
|
||||||
@ -114,7 +114,7 @@ Authors:
|
|||||||
License: LGPL v2.0 or later
|
License: LGPL v2.0 or later
|
||||||
Summary: Portable sound event library
|
Summary: Portable sound event library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libcanberra0 = %{version}-%{release}
|
Requires: libcanberra0 = %{version}
|
||||||
%gconf_schemas_prereq
|
%gconf_schemas_prereq
|
||||||
|
|
||||||
%description gtk
|
%description gtk
|
||||||
@ -145,7 +145,6 @@ Summary: Portable sound event library
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libcanberra0 = %{version}
|
Requires: libcanberra0 = %{version}
|
||||||
Requires: libcanberra-gtk0 = %{version}
|
Requires: libcanberra-gtk0 = %{version}
|
||||||
Requires: pkgconfig
|
|
||||||
Requires: gtk-doc
|
Requires: gtk-doc
|
||||||
Requires: gtk2-devel
|
Requires: gtk2-devel
|
||||||
|
|
||||||
@ -175,7 +174,7 @@ Authors:
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --disable-rpath --enable-pulse --enable-alsa --enable-null --with-builtin=dso
|
%configure --with-pic --disable-static --disable-rpath --enable-pulse --enable-alsa --enable-null --with-builtin=dso
|
||||||
%__make %{?jobs:-j%jobs}
|
%__make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -242,6 +241,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/libcanberra.pc
|
%{_libdir}/pkgconfig/libcanberra.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 29 2009 crrodriguez@suse.de
|
||||||
|
- fix -devel package dependencies
|
||||||
* Tue Apr 14 2009 vuntz@novell.com
|
* Tue Apr 14 2009 vuntz@novell.com
|
||||||
- Update to version 0.12:
|
- Update to version 0.12:
|
||||||
+ if supported, leave the volume for event sounds unspecified
|
+ if supported, leave the volume for event sounds unspecified
|
||||||
|
Loading…
Reference in New Issue
Block a user