fix udev directory [release 0.4-2mamba;Tue Nov 11 2014]

This commit is contained in:
Silvan Calarco 2024-01-06 09:58:18 +01:00
parent 3dc6d007d2
commit 7d27a12994

View File

@ -1,6 +1,6 @@
Name: phodav
Version: 0.4
Release: 1mamba
Release: 2mamba
Summary: A WebDav server implementation using libsoup (RFC 4918).
Group: System/Servers
Vendor: openmamba
@ -63,7 +63,8 @@ This package includes the %{name} API documentation.
%build
%configure \
--enable-gtk-doc \
--with-systemdsystemunitdir=%{_unitdir}
--with-systemdsystemunitdir=%{_unitdir} \
--with-udevdir=`pkg-config udev --variable=udevdir`
%make
@ -97,7 +98,7 @@ This package includes the %{name} API documentation.
%{_sbindir}/spice-webdavd
%{_unitdir}/spice-webdavd.service
%{_unitdir}/spice-webdavd.target
%{_prefix}/lib/udev/rules.d/70-spice-webdavd.rules
/lib/udev/rules.d/70-spice-webdavd.rules
%{_mandir}/man1/chezdav.1*
%doc COPYING
@ -122,5 +123,8 @@ This package includes the %{name} API documentation.
%{_datadir}/gtk-doc/html/phodav/*
%changelog
* Tue Nov 11 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4-2mamba
- fix udev directory
* Mon Oct 20 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4-1mamba
- package created using the webbuild interface