Accepting request 140061 from home:elvigia:branches:multimedia:libs

- Place udev rules in the proper place

OBS-URL: https://build.opensuse.org/request/show/140061
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=101
This commit is contained in:
Cristian Rodríguez 2012-11-04 02:58:58 +00:00 committed by Git OBS Bridge
parent 6a5ae80f37
commit 86ece95a38
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Nov 4 00:58:52 UTC 2012 - crrodriguez@opensuse.org
- Place udev rules in the proper place
-------------------------------------------------------------------
Tue Oct 16 12:12:54 UTC 2012 - coolo@suse.com

View File

@ -21,6 +21,7 @@ Version: 2.1
Release: 0
%define drvver 2.1
%define soname 0
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
Summary: A Networked Sound Server
License: GPL-2.0+ and LGPL-2.1+
Group: System/Sound Daemons
@ -273,7 +274,8 @@ export SUSE_ASNEEDED=0
--with-system-user=pulse \
--with-system-group=pulse \
--with-access-group=pulse-access \
--disable-hal
--disable-hal \
--with-udev-rules-dir=%{_udevrulesdir}
make %{?_smp_mflags} V=1
make doxygen
@ -419,7 +421,7 @@ setup-pulseaudio --auto > /dev/null
%{_libdir}/pulse-%{drvver}/modules/module-virtual-source.so
%{_libdir}/pulse-%{drvver}/modules/module-virtual-surround-sink.so
%{_libdir}/pulse-%{drvver}/modules/module-volume-restore.so
/lib/udev/rules.d/90-pulseaudio.rules
%{_udevrulesdir}/90-pulseaudio.rules
%doc %{_mandir}/man1/pulseaudio.1*
%doc %{_mandir}/man5/default.pa.5*
%doc %{_mandir}/man5/pulse-client.conf.5*