forked from pool/pulseaudio
This commit is contained in:
parent
2efb2f5593
commit
9ad78a3ce4
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 19:17:56 CET 2008 - rodrigo@suse.de
|
||||
|
||||
- Removed empty patch file
|
||||
- Disabled setuid binaries
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 13:28:48 CET 2008 - rodrigo@suse.de
|
||||
|
||||
|
@ -14,7 +14,7 @@ Name: pulseaudio
|
||||
%define drvver 0.9
|
||||
Summary: A Networked Sound Server
|
||||
Version: 0.9.8
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Group: System/Sound Daemons
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -26,7 +26,6 @@ Requires: libpulsecore4 = %{version}
|
||||
PreReq: pwdutils
|
||||
Patch2: pulseaudio-0.9.8-fix-sample-upload.patch
|
||||
Patch3: pulseaudio-0.9.8-unbreak-tunnels.patch
|
||||
Patch4: pulseaudio-0.9.8-create-dot-pulse.patch
|
||||
|
||||
%description
|
||||
pulseaudio is a networked sound server for Linux and other Unix like
|
||||
@ -296,7 +295,6 @@ Authors:
|
||||
%setup -q -T -b0
|
||||
%patch2 -p2
|
||||
%patch3 -p1
|
||||
%patch4 -p0
|
||||
|
||||
%build
|
||||
%configure --disable-ltdl-install --disable-static --disable-rpath --with-system-user=pulse --with-system-group=pulse --with-realtime-group=pulse-rt --with-access-group=pulse-access
|
||||
@ -451,7 +449,7 @@ groupadd -r pulse-access &>/dev/null || :
|
||||
%files module-bluetooth
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/pulse-%{drvver}/modules/module-bt-proximity.so
|
||||
%{_libexecdir}/pulse/bt-proximity-helper
|
||||
%attr(0755,root,root) %{_libexecdir}/pulse/bt-proximity-helper
|
||||
|
||||
%files module-gconf
|
||||
%defattr(-,root,root)
|
||||
@ -511,6 +509,9 @@ groupadd -r pulse-access &>/dev/null || :
|
||||
%{_mandir}/man1/pax11publish.1.gz
|
||||
|
||||
%changelog
|
||||
* Fri Jan 25 2008 rodrigo@suse.de
|
||||
- Removed empty patch file
|
||||
- Disabled setuid binaries
|
||||
* Thu Jan 24 2008 rodrigo@suse.de
|
||||
- Don't use our own default configuration, use upstream one. This
|
||||
should give us support for all devices detected by HAL.
|
||||
|
Loading…
Reference in New Issue
Block a user