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
|
Thu Jan 24 13:28:48 CET 2008 - rodrigo@suse.de
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ Name: pulseaudio
|
|||||||
%define drvver 0.9
|
%define drvver 0.9
|
||||||
Summary: A Networked Sound Server
|
Summary: A Networked Sound Server
|
||||||
Version: 0.9.8
|
Version: 0.9.8
|
||||||
Release: 2
|
Release: 3
|
||||||
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
|
||||||
@ -26,7 +26,6 @@ Requires: libpulsecore4 = %{version}
|
|||||||
PreReq: pwdutils
|
PreReq: pwdutils
|
||||||
Patch2: pulseaudio-0.9.8-fix-sample-upload.patch
|
Patch2: pulseaudio-0.9.8-fix-sample-upload.patch
|
||||||
Patch3: pulseaudio-0.9.8-unbreak-tunnels.patch
|
Patch3: pulseaudio-0.9.8-unbreak-tunnels.patch
|
||||||
Patch4: pulseaudio-0.9.8-create-dot-pulse.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
pulseaudio is a networked sound server for Linux and other Unix like
|
pulseaudio is a networked sound server for Linux and other Unix like
|
||||||
@ -296,7 +295,6 @@ Authors:
|
|||||||
%setup -q -T -b0
|
%setup -q -T -b0
|
||||||
%patch2 -p2
|
%patch2 -p2
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p0
|
|
||||||
|
|
||||||
%build
|
%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
|
%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
|
%files module-bluetooth
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/pulse-%{drvver}/modules/module-bt-proximity.so
|
%{_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
|
%files module-gconf
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -511,6 +509,9 @@ groupadd -r pulse-access &>/dev/null || :
|
|||||||
%{_mandir}/man1/pax11publish.1.gz
|
%{_mandir}/man1/pax11publish.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 25 2008 rodrigo@suse.de
|
||||||
|
- Removed empty patch file
|
||||||
|
- Disabled setuid binaries
|
||||||
* Thu Jan 24 2008 rodrigo@suse.de
|
* Thu Jan 24 2008 rodrigo@suse.de
|
||||||
- Don't use our own default configuration, use upstream one. This
|
- Don't use our own default configuration, use upstream one. This
|
||||||
should give us support for all devices detected by HAL.
|
should give us support for all devices detected by HAL.
|
||||||
|
Loading…
Reference in New Issue
Block a user