forked from pool/alsa-utils
- drop explicit buildrequires on systemd
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=24
This commit is contained in:
parent
3331bcfb82
commit
c9eaaffcc8
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 26 09:21:16 CET 2010 - tiwai@suse.de
|
||||
|
||||
- drop explicit buildrequires on systemd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 26 09:05:03 CET 2010 - tiwai@suse.de
|
||||
|
||||
|
@ -25,9 +25,6 @@
|
||||
|
||||
Name: alsa-utils
|
||||
BuildRequires: alsa-devel ncurses-devel xmlto pkgconfig
|
||||
%if %use_systemd
|
||||
BuildRequires: systemd
|
||||
%endif
|
||||
%define package_version 1.0.23
|
||||
License: GPLv2+
|
||||
Group: Productivity/Multimedia/Sound/Players
|
||||
@ -152,6 +149,9 @@ gettextize -f
|
||||
%endif
|
||||
autoreconf -fi
|
||||
opts=""
|
||||
%if %use_systemd
|
||||
opts="$opts --with-systemdsystemunitdir=/lib/systemd/system"
|
||||
%endif
|
||||
%if %suse_version < 1140
|
||||
opts="$opts --with-asound-state-dir=/etc"
|
||||
%endif
|
||||
@ -179,10 +179,9 @@ make %{?jobs:-j %jobs}
|
||||
%{_sbindir}/*
|
||||
%{_datadir}/sounds/alsa
|
||||
%{_datadir}/alsa
|
||||
/lib/udev/rules.d/*.rules
|
||||
/lib/udev
|
||||
%if %use_systemd
|
||||
/lib/systemd/system/*.service
|
||||
/lib/systemd/system/*/*.service
|
||||
/lib/systemd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user