!17 Upgrade to 2.5
From: @weijin-deng Reviewed-by: @dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
f6cb68ff6c
Binary file not shown.
BIN
phodav-2.5.tar.xz
Normal file
BIN
phodav-2.5.tar.xz
Normal file
Binary file not shown.
18
phodav.spec
18
phodav.spec
@ -1,12 +1,12 @@
|
|||||||
Name: phodav
|
Name: phodav
|
||||||
Version: 2.2
|
Version: 2.5
|
||||||
Release: 8
|
Release: 1
|
||||||
Summary: A WebDav server implementation using libsoup
|
Summary: A WebDav server implementation using libsoup
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/phodav
|
URL: https://wiki.gnome.org/phodav
|
||||||
Source0: http://download.gnome.org/sources/%{name}/%{version}/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/%{version}/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: systemd-devel systemd-units libsoup-devel avahi-gobject-devel
|
BuildRequires: systemd-devel systemd-units libsoup-devel avahi-gobject-devel asciidoc
|
||||||
BuildRequires: intltool asciidoc xmlto avahi-gobject gcc
|
BuildRequires: xmlto avahi-gobject gcc git-core meson gettext-devel gtk-doc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A WebDAV server implementation using libsoup (RFC 4918).
|
A WebDAV server implementation using libsoup (RFC 4918).
|
||||||
@ -58,11 +58,11 @@ the Spice virtio channel.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-avahi
|
%meson -Davahi=enabled
|
||||||
%make_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
%delete_la_and_a
|
%delete_la_and_a
|
||||||
|
|
||||||
%find_lang phodav-2.0 --with-gnome
|
%find_lang phodav-2.0 --with-gnome
|
||||||
@ -106,6 +106,10 @@ the Spice virtio channel.
|
|||||||
%{_unitdir}/spice-webdavd.service
|
%{_unitdir}/spice-webdavd.service
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 2.2-8
|
||||||
- Completing build dependencies
|
- Completing build dependencies
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user