Upgrade to 2.5

This commit is contained in:
weijin-deng 2021-06-30 16:37:49 +08:00
parent 8691616275
commit 71c5b482e0
3 changed files with 11 additions and 7 deletions

Binary file not shown.

BIN
phodav-2.5.tar.xz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: phodav
Version: 2.2
Release: 8
Version: 2.5
Release: 1
Summary: A WebDav server implementation using libsoup
License: LGPLv2+
URL: https://wiki.gnome.org/phodav
Source0: http://download.gnome.org/sources/%{name}/%{version}/%{name}-%{version}.tar.xz
BuildRequires: systemd-devel systemd-units libsoup-devel avahi-gobject-devel
BuildRequires: intltool asciidoc xmlto avahi-gobject gcc
BuildRequires: systemd-devel systemd-units libsoup-devel avahi-gobject-devel asciidoc
BuildRequires: xmlto avahi-gobject gcc git-core meson gettext-devel gtk-doc
%description
A WebDAV server implementation using libsoup (RFC 4918).
@ -58,11 +58,11 @@ the Spice virtio channel.
%autosetup -p1
%build
%configure --with-avahi
%make_build
%meson -Davahi=enabled
%meson_build
%install
%make_install
%meson_install
%delete_la_and_a
%find_lang phodav-2.0 --with-gnome
@ -106,6 +106,10 @@ the Spice virtio channel.
%{_unitdir}/spice-webdavd.service
%changelog
* Wed Jun 30 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 2.5-1
- Upgrade to 2.5
- Use meson rebuild
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 2.2-8
- Completing build dependencies