diff --git a/phodav-2.2.tar.xz b/phodav-2.2.tar.xz deleted file mode 100644 index 60472e26a2435e42c3a033afb5a1479accd3d9ba..0000000000000000000000000000000000000000 Binary files a/phodav-2.2.tar.xz and /dev/null differ diff --git a/phodav-2.5.tar.xz b/phodav-2.5.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..3db81e368a570aaadbf41ff0d554c2fb3ad7e9eb Binary files /dev/null and b/phodav-2.5.tar.xz differ diff --git a/phodav.spec b/phodav.spec index 7d646525d68d6187ff064d4a18ebcde6ca28dbc7..361d05e206991139e75d80d4a87d1d33f3698a57 100644 --- a/phodav.spec +++ b/phodav.spec @@ -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 - 2.5-1 +- Upgrade to 2.5 +- Use meson rebuild + * Mon May 31 2021 huanghaitao - 2.2-8 - Completing build dependencies