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:
parent
a174de21a5
commit
b8c8f1a940
@ -75,10 +75,10 @@ mkdir -p "$b/%_sbindir" "$b/%_fillupdir" \
|
|||||||
"$b/%_prefix/lib/udev/rules.d"
|
"$b/%_prefix/lib/udev/rules.d"
|
||||||
install -pm0644 "%{S:2}" "$b/%_prefix/lib/udev/rules.d/60-vhba.rules"
|
install -pm0644 "%{S:2}" "$b/%_prefix/lib/udev/rules.d/60-vhba.rules"
|
||||||
install -pm0644 "%{S:3}" "$b/%_fillupdir/sysconfig.cdemu-daemon"
|
install -pm0644 "%{S:3}" "$b/%_fillupdir/sysconfig.cdemu-daemon"
|
||||||
mkdir -p "$b/%{_userunitdir}"
|
mkdir -p "$b/%_userunitdir"
|
||||||
install -pm0644 "%{S:4}" "$b/%{_userunitdir}/cdemu-daemon.service"
|
install -pm0644 "%{S:4}" "$b/%_userunitdir/cdemu-daemon.service"
|
||||||
mkdir -p "$b/%{_datadir}/dbus-1/services"
|
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"
|
install -pm0644 "service-example/net.sf.cdemu.CDEmuDaemon.service" "$b/%_datadir/dbus-1/services/net.sf.cdemu.CDEmuDaemon.service"
|
||||||
%find_lang %name
|
%find_lang %name
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -91,7 +91,7 @@ install -pm0644 "service-example/net.sf.cdemu.CDEmuDaemon.service" "$b/%{_datadi
|
|||||||
%_mandir/man8/cdemu-daemon.8*
|
%_mandir/man8/cdemu-daemon.8*
|
||||||
%_fillupdir/sysconfig.cdemu-daemon
|
%_fillupdir/sysconfig.cdemu-daemon
|
||||||
%_prefix/lib/udev/
|
%_prefix/lib/udev/
|
||||||
%{_userunitdir}/cdemu-daemon.service
|
%_userunitdir/cdemu-daemon.service
|
||||||
%{_datadir}/dbus-1/services/net.sf.cdemu.CDEmuDaemon.service
|
%_datadir/dbus-1/services/net.sf.cdemu.CDEmuDaemon.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user