SHA256
1
0
forked from pool/pulseaudio
OBS User unknown 2008-12-05 14:58:25 +00:00 committed by Git OBS Bridge
parent a7ca6eba45
commit 312eb2abfa
2 changed files with 17 additions and 8 deletions

View File

@ -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 Mon Nov 24 11:42:43 CET 2008 - rodrigo@novell.com

View File

@ -22,7 +22,7 @@ Name: pulseaudio
%define drvver 0.9 %define drvver 0.9
Summary: A Networked Sound Server Summary: A Networked Sound Server
Version: 0.9.12 Version: 0.9.12
Release: 9 Release: 10
License: GPL v2 or later; LGPL v2.1 or later License: GPL v2 or later; LGPL v2.1 or later
Group: System/Sound Daemons Group: System/Sound Daemons
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
@ -31,7 +31,7 @@ Source2: setup-pulseaudio
Url: http://pulseaudio.org Url: http://pulseaudio.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build 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 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 Recommends: alsa-plugins-pulse
PreReq: pwdutils PreReq: pwdutils
# PATCH FIX-UPSTREAM pulseaudio-defaults-daemon-conf.patch # PATCH FIX-UPSTREAM pulseaudio-defaults-daemon-conf.patch
@ -212,14 +212,14 @@ Authors:
Lennart Poettering Lennart Poettering
Pierre Ossman Pierre Ossman
%package -n libpulsecore4 %package -n libpulsecore7
Summary: System libraries for PulseAudio Summary: System libraries for PulseAudio
License: GPL v2 or later; LGPL v2.1 or later License: GPL v2 or later; LGPL v2.1 or later
Group: System/Sound Daemons Group: System/Sound Daemons
Provides: pulseaudio-core-libs = %{version}-%{release} Provides: pulseaudio-core-libs = %{version}-%{release}
Obsoletes: pulseaudio-core-libs < %{version} Obsoletes: pulseaudio-core-libs < %{version}
%description -n libpulsecore4 %description -n libpulsecore7
pulseaudio is a networked sound server for Linux and other Unix like pulseaudio is a networked sound server for Linux and other Unix like
operating systems and Microsoft Windows. It is intended to be an operating systems and Microsoft Windows. It is intended to be an
improved drop-in replacement for the Enlightened Sound Daemon (ESOUND). 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 License: GPL v2 or later; LGPL v2.1 or later
Group: System/Sound Daemons Group: System/Sound Daemons
Requires: libpulse0 = %{version} Requires: libpulse0 = %{version}
Requires: libpulsecore4 = %{version} Requires: libpulsecore7 = %{version}
Requires: libpulse-browse0 = %{version} Requires: libpulse-browse0 = %{version}
Requires: libpulse-mainloop-glib0 = %{version} Requires: libpulse-mainloop-glib0 = %{version}
@ -364,9 +364,9 @@ groupadd -r pulse-access &>/dev/null || :
%postun -n libpulse-browse0 -p /sbin/ldconfig %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 %files
%defattr(-,root,root) %defattr(-,root,root)
@ -504,7 +504,7 @@ groupadd -r pulse-access &>/dev/null || :
%{_libdir}/libpulse.so.* %{_libdir}/libpulse.so.*
%{_libdir}/libpulse-simple.so.* %{_libdir}/libpulse-simple.so.*
%files -n libpulsecore4 %files -n libpulsecore7
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libpulsecore.so.* %{_libdir}/libpulsecore.so.*
%{_libdir}/libpulsedsp.so %{_libdir}/libpulsedsp.so
@ -548,6 +548,9 @@ groupadd -r pulse-access &>/dev/null || :
%{_mandir}/man1/pax11publish.1.gz %{_mandir}/man1/pax11publish.1.gz
%changelog %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 * Mon Nov 24 2008 rodrigo@novell.com
- Use /etc/alsa-pulse.conf for ALSA when enabling PulseAudio, as we - Use /etc/alsa-pulse.conf for ALSA when enabling PulseAudio, as we
already do in GNOME, instead of touching /etc/alsa.conf already do in GNOME, instead of touching /etc/alsa.conf