1
0
forked from pool/cdemu-daemon

apply consistent style

OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-daemon?expand=0&rev=65
This commit is contained in:
Jan Engelhardt 2021-08-30 16:29:08 +00:00 committed by Git OBS Bridge
parent 65953bc8cb
commit 21b1da7cc7

View File

@ -75,10 +75,10 @@ mkdir -p "$b/%_sbindir" "$b/%_fillupdir" \
"$b/%_prefix/lib/udev/rules.d"
install -pm0644 "%{S:2}" "$b/%_prefix/lib/udev/rules.d/60-vhba.rules"
install -pm0644 "%{S:3}" "$b/%_fillupdir/sysconfig.cdemu-daemon"
mkdir -p "$b/%{_userunitdir}"
install -pm0644 "%{S:4}" "$b/%{_userunitdir}/cdemu-daemon.service"
mkdir -p "$b/%{_datadir}/dbus-1/services"
install -pm0644 "service-example/net.sf.cdemu.CDEmuDaemon.service" "$b/%{_datadir}/dbus-1/services/net.sf.cdemu.CDEmuDaemon.service"
mkdir -p "$b/%_userunitdir"
install -pm0644 "%{S:4}" "$b/%_userunitdir/cdemu-daemon.service"
mkdir -p "$b/%_datadir/dbus-1/services"
install -pm0644 "service-example/net.sf.cdemu.CDEmuDaemon.service" "$b/%_datadir/dbus-1/services/net.sf.cdemu.CDEmuDaemon.service"
%find_lang %name
%post
@ -91,7 +91,7 @@ install -pm0644 "service-example/net.sf.cdemu.CDEmuDaemon.service" "$b/%{_datadi
%_mandir/man8/cdemu-daemon.8*
%_fillupdir/sysconfig.cdemu-daemon
%_prefix/lib/udev/
%{_userunitdir}/cdemu-daemon.service
%{_datadir}/dbus-1/services/net.sf.cdemu.CDEmuDaemon.service
%_userunitdir/cdemu-daemon.service
%_datadir/dbus-1/services/net.sf.cdemu.CDEmuDaemon.service
%changelog