Accepting request 835029 from filesystems
- Update to 1.6.0 * Update documentation * Remove Coda-support * New parser for cookies (bug #58459). * Add log message. * Add option sharepoint_href_bug. * Ignore option -n (sr #110191). - Remove add-neon-031-support.patch OBS-URL: https://build.opensuse.org/request/show/835029 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/davfs2?expand=0&rev=4
This commit is contained in:
commit
7df899964e
@ -1,54 +0,0 @@
|
|||||||
--- configure.ac.orig 2020-06-11 14:39:04.455816310 +0200
|
|
||||||
+++ configure.ac 2020-06-11 14:39:18.487895733 +0200
|
|
||||||
@@ -36,7 +36,7 @@
|
|
||||||
# Checks for libraries.
|
|
||||||
AM_GNU_GETTEXT_VERSION(0.18.1)
|
|
||||||
AM_GNU_GETTEXT([external])
|
|
||||||
-NE_REQUIRE_VERSIONS([0], [27 28 29 30])
|
|
||||||
+NE_REQUIRE_VERSIONS([0], [27 28 29 30 31])
|
|
||||||
DAV_CHECK_NEON
|
|
||||||
|
|
||||||
# Checks for header files.
|
|
||||||
|
|
||||||
--- configure.orig 2020-06-11 14:42:11.436874509 +0200
|
|
||||||
+++ configure 2020-06-11 14:42:48.429083847 +0200
|
|
||||||
@@ -6800,7 +6800,7 @@
|
|
||||||
$as_echo "$ne_cv_lib_neon" >&6; }
|
|
||||||
if test "$ne_cv_lib_neon" = "yes"; then
|
|
||||||
ne_cv_lib_neonver=no
|
|
||||||
- for v in 27 28 29 30; do
|
|
||||||
+ for v in 27 28 29 30 31; do
|
|
||||||
case $ne_libver in
|
|
||||||
0.$v.*) ne_cv_lib_neonver=yes ;;
|
|
||||||
esac
|
|
||||||
@@ -6983,8 +6983,8 @@
|
|
||||||
neon_got_library=yes
|
|
||||||
|
|
||||||
else
|
|
||||||
- { $as_echo "$as_me:${as_lineno-$LINENO}: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&5
|
|
||||||
-$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&6;}
|
|
||||||
+ { $as_echo "$as_me:${as_lineno-$LINENO}: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&5
|
|
||||||
+$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&6;}
|
|
||||||
neon_got_library=no
|
|
||||||
fi
|
|
||||||
|
|
||||||
@@ -7040,7 +7040,7 @@
|
|
||||||
$as_echo "$ne_cv_lib_neon" >&6; }
|
|
||||||
if test "$ne_cv_lib_neon" = "yes"; then
|
|
||||||
ne_cv_lib_neonver=no
|
|
||||||
- for v in 27 28 29 30; do
|
|
||||||
+ for v in 27 28 29 30 31; do
|
|
||||||
case $ne_libver in
|
|
||||||
0.$v.*) ne_cv_lib_neonver=yes ;;
|
|
||||||
esac
|
|
||||||
@@ -7223,8 +7223,8 @@
|
|
||||||
neon_got_library=yes
|
|
||||||
|
|
||||||
else
|
|
||||||
- { $as_echo "$as_me:${as_lineno-$LINENO}: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&5
|
|
||||||
-$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&6;}
|
|
||||||
+ { $as_echo "$as_me:${as_lineno-$LINENO}: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&5
|
|
||||||
+$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&6;}
|
|
||||||
neon_got_library=no
|
|
||||||
fi
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:417476cdcfd53966b2dcfaf12455b54f315959b488a89255ab4b44586153d801
|
|
||||||
size 481448
|
|
Binary file not shown.
3
davfs2-1.6.0.tar.gz
Normal file
3
davfs2-1.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2e6b675685bd917772be60f0999ae098c80f79ff20dc131e8fec4547cbb63b50
|
||||||
|
size 472511
|
BIN
davfs2-1.6.0.tar.gz.sig
Normal file
BIN
davfs2-1.6.0.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 12:24:56 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- Update to 1.6.0
|
||||||
|
* Update documentation
|
||||||
|
* Remove Coda-support
|
||||||
|
* New parser for cookies (bug #58459).
|
||||||
|
* Add log message.
|
||||||
|
* Add option sharepoint_href_bug.
|
||||||
|
* Ignore option -n (sr #110191).
|
||||||
|
- Remove add-neon-031-support.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 11 12:45:49 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
Thu Jun 11 12:45:49 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
41
davfs2.spec
41
davfs2.spec
@ -16,27 +16,24 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Name: davfs2
|
||||||
|
Version: 1.6.0
|
||||||
|
Release: 0
|
||||||
Summary: FUSE-Filesystem to access WebDAV servers
|
Summary: FUSE-Filesystem to access WebDAV servers
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Name: davfs2
|
|
||||||
Version: 1.5.6
|
|
||||||
Release: 0
|
|
||||||
URL: http://savannah.nongnu.org/projects/%{name}
|
URL: http://savannah.nongnu.org/projects/%{name}
|
||||||
Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz
|
Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz
|
||||||
Source1: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz.sig
|
Source1: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz.sig
|
||||||
Source2: %{name}-rpmlintrc
|
Source2: %{name}-rpmlintrc
|
||||||
Source3: memberlist-gpgkeys.gpg
|
Source3: memberlist-gpgkeys.gpg
|
||||||
# Partially taken from https://savannah.nongnu.org/bugs/?58101, won't be needed with next version update
|
|
||||||
Patch0: add-neon-031-support.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: automake >= 1.16
|
BuildRequires: automake >= 1.16
|
||||||
BuildRequires: fuse-devel >= 2.2
|
BuildRequires: fuse-devel >= 2.2
|
||||||
BuildRequires: neon-devel
|
BuildRequires: neon-devel
|
||||||
BuildRequires: pwdutils
|
BuildRequires: pwdutils
|
||||||
Requires: fuse >= 2.2
|
Requires: fuse >= 2.2
|
||||||
Requires(pre): /usr/sbin/groupadd
|
Requires(pre): %{_sbindir}/groupadd
|
||||||
Requires(pre): /usr/sbin/useradd
|
Requires(pre): %{_sbindir}/useradd
|
||||||
Obsoletes: fuse-%{name} < %{version}
|
Obsoletes: fuse-%{name} < %{version}
|
||||||
Provides: fuse-%{name} = %{version}
|
Provides: fuse-%{name} = %{version}
|
||||||
|
|
||||||
@ -50,8 +47,7 @@ FUSE. To connect to the WebDAV server, it makes use of the neon library,
|
|||||||
supporting TLS/SSL and access via proxy servers.
|
supporting TLS/SSL and access via proxy servers.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q
|
||||||
%patch0
|
|
||||||
cd src
|
cd src
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -64,18 +60,18 @@ dav_group="%{name}" \
|
|||||||
PIE="-fPIE"
|
PIE="-fPIE"
|
||||||
pie="-pie"
|
pie="-pie"
|
||||||
%endif
|
%endif
|
||||||
make AM_CFLAGS="-Wall %{optflags} $PIE -fcommon" AM_LDFLAGS="$pie" %{?_smp_mflags}
|
%make_build AM_CFLAGS="-Wall %{optflags} $PIE" AM_LDFLAGS="$pie"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
rm -rf "%{buildroot}%{_datadir}/doc"
|
rm -rf "%{buildroot}%{_datadir}/doc"
|
||||||
install -d "%{buildroot}/var/cache/%{name}"
|
install -d "%{buildroot}%{_localstatedir}/cache/%{name}"
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
rm -rf "%{buildroot}/%{_docdir}"
|
rm -rf "%{buildroot}/%{_docdir}"
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
/usr/bin/getent group %{name} >/dev/null || /usr/sbin/groupadd -r %{name}
|
%{_bindir}/getent group %{name} >/dev/null || %{_sbindir}/groupadd -r %{name}
|
||||||
/usr/bin/getent passwd %{name} >/dev/null || /usr/sbin/useradd -r -g %{name} -d /var/cache/%{name} %{name}
|
%{_bindir}/getent passwd %{name} >/dev/null || %{_sbindir}/useradd -r -g %{name} -d %{_localstatedir}/cache/%{name} %{name}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?set_permissions:1} > 0
|
%if 0%{?set_permissions:1} > 0
|
||||||
@ -93,13 +89,14 @@ rm -rf "%{buildroot}/%{_docdir}"
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-, root, root, 0755)
|
%defattr(-, root, root, 0755)
|
||||||
%doc AUTHORS BUGS COPYING FAQ NEWS README* THANKS TODO etc/%{name}.conf etc/secrets
|
%license COPYING
|
||||||
%doc %{_mandir}/man5/%{name}.conf.5%{ext_man}
|
%doc AUTHORS BUGS FAQ NEWS README* THANKS TODO etc/%{name}.conf etc/secrets
|
||||||
%doc %{_mandir}/man8/mount.davfs.8%{ext_man}
|
%{_mandir}/man5/%{name}.conf.5%{?ext_man}
|
||||||
%doc %{_mandir}/man8/umount.davfs.8%{ext_man}
|
%{_mandir}/man8/mount.davfs.8%{?ext_man}
|
||||||
%doc %{_mandir}/*/man5/%{name}.conf.5%{ext_man}
|
%{_mandir}/man8/umount.davfs.8%{?ext_man}
|
||||||
%doc %{_mandir}/*/man8/mount.davfs.8%{ext_man}
|
%{_mandir}/*/man5/%{name}.conf.5%{?ext_man}
|
||||||
%doc %{_mandir}/*/man8/umount.davfs.8%{ext_man}
|
%{_mandir}/*/man8/mount.davfs.8%{?ext_man}
|
||||||
|
%{_mandir}/*/man8/umount.davfs.8%{?ext_man}
|
||||||
%dir %{_sysconfdir}/%{name}
|
%dir %{_sysconfdir}/%{name}
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
|
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
|
||||||
%config %{_sysconfdir}/%{name}/secrets
|
%config %{_sysconfdir}/%{name}/secrets
|
||||||
@ -107,7 +104,7 @@ rm -rf "%{buildroot}/%{_docdir}"
|
|||||||
%verify(not user group mode) %attr(0755,root,root) %{_sbindir}/mount.davfs
|
%verify(not user group mode) %attr(0755,root,root) %{_sbindir}/mount.davfs
|
||||||
%{_sbindir}/umount.davfs
|
%{_sbindir}/umount.davfs
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%attr(0750, %{name}, %{name}) /var/cache/%{name}
|
%attr(0750, %{name}, %{name}) %{_localstatedir}/cache/%{name}
|
||||||
/sbin/mount.davfs
|
/sbin/mount.davfs
|
||||||
/sbin/umount.davfs
|
/sbin/umount.davfs
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user