This commit is contained in:
parent
1f41f3d2a9
commit
0b98fdb3f8
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 15:34:27 CEST 2008 - rodrigo@suse.de
|
||||
|
||||
- Added Obsoletes and Provides to esound-compat package to fix
|
||||
dependencies on esound
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 17:24:24 CET 2008 - rodrigo@suse.de
|
||||
|
||||
|
@ -15,7 +15,7 @@ Name: pulseaudio
|
||||
%define drvver 0.9
|
||||
Summary: A Networked Sound Server
|
||||
Version: 0.9.9
|
||||
Release: 1
|
||||
Release: 12
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Group: System/Sound Daemons
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -41,9 +41,12 @@ Authors:
|
||||
Pierre Ossman
|
||||
|
||||
%package esound-compat
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Summary: ESOUND compatibility for PulseAudio
|
||||
Group: System/Sound Daemons
|
||||
Requires: %{name} = %{version}
|
||||
Provides: esound = 0.2.38
|
||||
Obsoletes: esound <= 0.2.38
|
||||
|
||||
%description esound-compat
|
||||
pulseaudio is a networked sound server for Linux and other Unix like
|
||||
@ -61,6 +64,7 @@ Authors:
|
||||
Pierre Ossman
|
||||
|
||||
%package module-lirc
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Summary: LIRC module for PulseAudio
|
||||
Group: System/Sound Daemons
|
||||
Requires: %{name} = %{version}
|
||||
@ -78,6 +82,7 @@ Authors:
|
||||
Pierre Ossman
|
||||
|
||||
%package module-x11
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Summary: X11 module for PulseAudio
|
||||
Group: System/Sound Daemons
|
||||
Requires: %{name} = %{version}
|
||||
@ -95,6 +100,7 @@ Authors:
|
||||
Pierre Ossman
|
||||
|
||||
%package module-zeroconf
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Summary: Zeroconf module for PulseAudio
|
||||
Group: System/Sound Daemons
|
||||
Requires: %{name} = %{version}
|
||||
@ -112,6 +118,7 @@ Authors:
|
||||
Pierre Ossman
|
||||
|
||||
%package module-jack
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Summary: JACK support for the PulseAudio sound server
|
||||
Group: System/Sound Daemons
|
||||
Requires: %{name} = %{version}
|
||||
@ -131,6 +138,7 @@ Authors:
|
||||
Pierre Ossman
|
||||
|
||||
%package module-bluetooth
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Summary: Bluetooth proximity support for the PulseAudio sound server
|
||||
Group: System/Sound Daemons
|
||||
Requires: %{name} = %{version}
|
||||
@ -150,6 +158,7 @@ Authors:
|
||||
Pierre Ossman
|
||||
|
||||
%package module-gconf
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Summary: GCONF module for PulseAudio
|
||||
Group: System/Sound Daemons
|
||||
Requires: %{name} = %{version}
|
||||
@ -510,6 +519,9 @@ groupadd -r pulse-access &>/dev/null || :
|
||||
%{_mandir}/man1/pax11publish.1.gz
|
||||
|
||||
%changelog
|
||||
* Fri Apr 04 2008 rodrigo@suse.de
|
||||
- Added Obsoletes and Provides to esound-compat package to fix
|
||||
dependencies on esound
|
||||
* Wed Mar 12 2008 rodrigo@suse.de
|
||||
- Review and merge changes from public build service into FACTORY.
|
||||
* Sun Mar 09 2008 cyberorg@cyberorg.info
|
||||
|
Loading…
Reference in New Issue
Block a user