install binaries in sbindir [release 1.6.1-2mamba;Wed Nov 03 2021]
This commit is contained in:
parent
972780507f
commit
b11e8884ba
13
davfs2.spec
13
davfs2.spec
@ -3,7 +3,7 @@
|
||||
|
||||
Name: davfs2
|
||||
Version: 1.6.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Provides the ability to access WebDAV resources like a typical filesystem
|
||||
Group: Applications/Archiving
|
||||
Vendor: openmamba
|
||||
@ -34,7 +34,9 @@ davfs2 will work with most WebDAV servers needing little or no configuration.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure \
|
||||
ssbindir=%{_sbindir}
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -65,8 +67,8 @@ fi
|
||||
%defattr(-,root,root)
|
||||
%config(noreplace) %{_sysconfdir}/davfs2/davfs2.conf
|
||||
%config(noreplace) %{_sysconfdir}/davfs2/secrets
|
||||
/sbin/mount.davfs
|
||||
/sbin/umount.davfs
|
||||
%{_sbindir}/mount.davfs
|
||||
%{_sbindir}/umount.davfs
|
||||
%{_sbindir}/mount.davfs
|
||||
%{_sbindir}/umount.davfs
|
||||
%dir %{_datadir}/davfs2
|
||||
@ -84,6 +86,9 @@ fi
|
||||
%doc AUTHORS COPYING THANKS
|
||||
|
||||
%changelog
|
||||
* Wed Nov 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.1-2mamba
|
||||
- install binaries in sbindir
|
||||
|
||||
* Wed Nov 03 2021 Automatic Build System <autodist@mambasoft.it> 1.6.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user