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