update to 0.24 [release 0.24-1mamba;Tue Nov 01 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 21:03:32 +01:00
parent 55d7e24b39
commit b4516a66d1

View File

@ -1,21 +1,31 @@
Name: cadaver Name: cadaver
Version: 0.23.3 Version: 0.24
Release: 3mamba Release: 1mamba
Summary: A command-line WebDAV client for Unix Summary: A command-line WebDAV client for Unix
Group: Applications/Networking Group: Applications/Networking
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.webdav.org/cadaver/ URL: https://notroj.github.io/cadaver/
Source: http://www.webdav.org/cadaver/cadaver-%{version}.tar.gz Source: https://notroj.github.io/cadaver/cadaver-%{version}.tar.gz
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN
BuildRequires: libgssapi-devel BuildRequires: glibc-devel
BuildRequires: libexpat-devel
BuildRequires: libkrb5-devel BuildRequires: libkrb5-devel
BuildRequires: libncurses-devel
BuildRequires: libneon-devel
BuildRequires: libopenssl-devel
BuildRequires: libproxy-devel
BuildRequires: libreadline-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
%description %description
cadaver is a command-line WebDAV client for Unix. It supports file upload, download, on-screen display, namespace operations (move/copy), collection creation and deletion, and locking operations. cadaver is a command-line WebDAV client for Unix. It supports file upload, download, on-screen display, namespace operations (move/copy), collection creation and deletion, and locking operations.
%debug_package
%prep %prep
%setup -q %setup -q
@ -27,18 +37,21 @@ cadaver is a command-line WebDAV client for Unix. It supports file upload, downl
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %makeinstall
%find_lang %{name} #%find_lang %{name}
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/cadaver %{_bindir}/cadaver
%{_mandir}/man1/cadaver.1.gz %{_mandir}/man1/cadaver.1*
%doc BUGS COPYING ChangeLog NEWS README THANKS TODO %doc COPYING
%changelog %changelog
* Tue Nov 01 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.24-1mamba
- update to 0.24
* Sun Dec 28 2014 Automatic Build System <autodist@mambasoft.it> 0.23.3-3mamba * Sun Dec 28 2014 Automatic Build System <autodist@mambasoft.it> 0.23.3-3mamba
- automatic rebuild by autodist - automatic rebuild by autodist