From 61481c8227e69c0805948318d40e596553420e3f Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:58:19 +0100 Subject: [PATCH] automatic version update by autodist [release 3.0-1mamba;Tue Jul 05 2022] --- phodav.spec | 36 +++++++++++++++--------------------- 1 file changed, 15 insertions(+), 21 deletions(-) diff --git a/phodav.spec b/phodav.spec index 4cb1125..704eb90 100644 --- a/phodav.spec +++ b/phodav.spec @@ -1,31 +1,22 @@ Name: phodav -Version: 2.5 +Version: 3.0 Release: 1mamba Summary: A WebDav server implementation using libsoup (RFC 4918). Group: System/Servers Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://live.gnome.org -Source: http://ftp.gnome.org/pub/GNOME/sources/phodav/%{version}/phodav-%{version}.tar.xz +URL: https://wiki.gnome.org/ +Source: https://download.gnome.org/sources/phodav/%{version}/phodav-%{version}.tar.xz License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libavahi-devel BuildRequires: libavahi-glib-devel -BuildRequires: libdbus-devel -BuildRequires: libffi-devel BuildRequires: libglib-devel -BuildRequires: liblzma-devel -BuildRequires: libselinux-devel BuildRequires: libsoup-devel -BuildRequires: libsqlite-devel -BuildRequires: libssp-devel BuildRequires: libxml2-devel -BuildRequires: libz-devel ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description phởdav is a WebDav server implementation using libsoup (RFC 4918). @@ -104,29 +95,32 @@ This package includes the %{name} API documentation. %{_sbindir}/spice-webdavd %{_unitdir}/spice-webdavd.service #%{_unitdir}/spice-webdavd.target -/lib/udev/rules.d/70-spice-webdavd.rules +%{_udevrulesdir}/70-spice-webdavd.rules %{_mandir}/man1/chezdav.1* %doc COPYING %files -n lib%{name} %defattr(-,root,root) -%{_libdir}/libphodav-2.0.so.* +%{_libdir}/libphodav-*.so.* %files -n lib%{name}-devel %defattr(-,root,root) -%dir %{_includedir}/libphodav-2.0 -%{_includedir}/libphodav-2.0/libphodav -%{_includedir}/libphodav-2.0/libphodav/*.h -%{_libdir}/libphodav-2.0.so -%{_libdir}/pkgconfig/libphodav-2.0.pc +%dir %{_includedir}/libphodav-* +%dir %{_includedir}/libphodav-*/libphodav +%{_includedir}/libphodav-*/libphodav/*.h +%{_libdir}/libphodav-*.so +%{_libdir}/pkgconfig/libphodav-*.pc #%doc NEWS README TODO %files apidocs %defattr(-,root,root) -%dir %{_datadir}/gtk-doc/html/phodav-2.0 -%{_datadir}/gtk-doc/html/phodav-2.0/* +%dir %{_datadir}/gtk-doc/html/phodav-* +%{_datadir}/gtk-doc/html/phodav-*/* %changelog +* Tue Jul 05 2022 Automatic Build System 3.0-1mamba +- automatic version update by autodist + * Sun Oct 25 2020 Automatic Build System 2.5-1mamba - automatic version update by autodist