forked from pool/pulseaudio
This commit is contained in:
parent
a7ca6eba45
commit
312eb2abfa
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 4 11:51:05 CET 2008 - rodrigo@novell.com
|
||||
|
||||
- Renamed libpulsecore4 to libpulsecore7 to match so version
|
||||
(bnc#456053)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 24 11:42:43 CET 2008 - rodrigo@novell.com
|
||||
|
||||
|
@ -22,7 +22,7 @@ Name: pulseaudio
|
||||
%define drvver 0.9
|
||||
Summary: A Networked Sound Server
|
||||
Version: 0.9.12
|
||||
Release: 9
|
||||
Release: 10
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Group: System/Sound Daemons
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -31,7 +31,7 @@ Source2: setup-pulseaudio
|
||||
Url: http://pulseaudio.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: PolicyKit-devel alsa-devel avahi-devel bluez-devel doxygen gconf2-devel gdbm-devel glib2-devel hal-devel intltool jack-devel libatomic-ops-devel liboil-devel libsamplerate-devel libsndfile-devel libtool lirc-devel perl-XML-Parser speex-devel tcpd-devel update-desktop-files xorg-x11-devel
|
||||
Requires: libpulsecore4 = %{version}
|
||||
Requires: libpulsecore7 = %{version}
|
||||
Recommends: alsa-plugins-pulse
|
||||
PreReq: pwdutils
|
||||
# PATCH FIX-UPSTREAM pulseaudio-defaults-daemon-conf.patch
|
||||
@ -212,14 +212,14 @@ Authors:
|
||||
Lennart Poettering
|
||||
Pierre Ossman
|
||||
|
||||
%package -n libpulsecore4
|
||||
%package -n libpulsecore7
|
||||
Summary: System libraries for PulseAudio
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Group: System/Sound Daemons
|
||||
Provides: pulseaudio-core-libs = %{version}-%{release}
|
||||
Obsoletes: pulseaudio-core-libs < %{version}
|
||||
|
||||
%description -n libpulsecore4
|
||||
%description -n libpulsecore7
|
||||
pulseaudio is a networked sound server for Linux and other Unix like
|
||||
operating systems and Microsoft Windows. It is intended to be an
|
||||
improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).
|
||||
@ -300,7 +300,7 @@ Summary: PulseAudio utilities
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Group: System/Sound Daemons
|
||||
Requires: libpulse0 = %{version}
|
||||
Requires: libpulsecore4 = %{version}
|
||||
Requires: libpulsecore7 = %{version}
|
||||
Requires: libpulse-browse0 = %{version}
|
||||
Requires: libpulse-mainloop-glib0 = %{version}
|
||||
|
||||
@ -364,9 +364,9 @@ groupadd -r pulse-access &>/dev/null || :
|
||||
|
||||
%postun -n libpulse-browse0 -p /sbin/ldconfig
|
||||
|
||||
%post -n libpulsecore4 -p /sbin/ldconfig
|
||||
%post -n libpulsecore7 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libpulsecore4 -p /sbin/ldconfig
|
||||
%postun -n libpulsecore7 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -504,7 +504,7 @@ groupadd -r pulse-access &>/dev/null || :
|
||||
%{_libdir}/libpulse.so.*
|
||||
%{_libdir}/libpulse-simple.so.*
|
||||
|
||||
%files -n libpulsecore4
|
||||
%files -n libpulsecore7
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libpulsecore.so.*
|
||||
%{_libdir}/libpulsedsp.so
|
||||
@ -548,6 +548,9 @@ groupadd -r pulse-access &>/dev/null || :
|
||||
%{_mandir}/man1/pax11publish.1.gz
|
||||
|
||||
%changelog
|
||||
* Thu Dec 04 2008 rodrigo@novell.com
|
||||
- Renamed libpulsecore4 to libpulsecore7 to match so version
|
||||
(bnc#456053)
|
||||
* Mon Nov 24 2008 rodrigo@novell.com
|
||||
- Use /etc/alsa-pulse.conf for ALSA when enabling PulseAudio, as we
|
||||
already do in GNOME, instead of touching /etc/alsa.conf
|
||||
|
Loading…
Reference in New Issue
Block a user