automatic version update by autodist [release 2.3-1mamba;Sun Nov 10 2019]

This commit is contained in:
Automatic Build System 2024-01-06 09:58:18 +01:00
parent a6b5f7afea
commit 524fe95a62

View File

@ -1,5 +1,5 @@
Name: phodav
Version: 2.2
Version: 2.3
Release: 1mamba
Summary: A WebDav server implementation using libsoup (RFC 4918).
Group: System/Servers
@ -61,16 +61,19 @@ This package includes the %{name} API documentation.
%setup -q
%build
%configure \
--enable-gtk-doc \
--with-systemdsystemunitdir=%{_unitdir} \
--with-udevdir=`pkg-config udev --variable=udevdir`
%meson \
-Dgtk_doc=enabled
%make
#% configure \
# --enable-gtk-doc \
# --with-systemdsystemunitdir=%{_unitdir} \
# --with-udevdir=`pkg-config udev --variable=udevdir`
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%meson_install
%find_lang %{name} --all-name || touch %{name}.lang
@ -114,8 +117,6 @@ This package includes the %{name} API documentation.
%dir %{_includedir}/libphodav-2.0
%{_includedir}/libphodav-2.0/libphodav
%{_includedir}/libphodav-2.0/libphodav/*.h
%{_libdir}/libphodav-2.0.a
%{_libdir}/libphodav-2.0.la
%{_libdir}/libphodav-2.0.so
%{_libdir}/pkgconfig/libphodav-2.0.pc
#%doc NEWS README TODO
@ -126,6 +127,9 @@ This package includes the %{name} API documentation.
%{_datadir}/gtk-doc/html/phodav-2.0/*
%changelog
* Sun Nov 10 2019 Automatic Build System <autodist@mambasoft.it> 2.3-1mamba
- automatic version update by autodist
* Sat Jan 13 2018 Automatic Build System <autodist@mambasoft.it> 2.2-1mamba
- automatic version update by autodist