69 lines
1.8 KiB
RPMSpec
69 lines
1.8 KiB
RPMSpec
Name: cadaver
|
|
Version: 0.24
|
|
Release: 1mamba
|
|
Summary: A command-line WebDAV client for Unix
|
|
Group: Applications/Networking
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://notroj.github.io/cadaver/
|
|
Source: https://notroj.github.io/cadaver/cadaver-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libexpat-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
|
|
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
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
#%find_lang %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/cadaver
|
|
%{_mandir}/man1/cadaver.1*
|
|
%doc COPYING
|
|
|
|
%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
|
|
- automatic rebuild by autodist
|
|
|
|
* Sun Dec 28 2014 Automatic Build System <autodist@mambasoft.it> 0.23.3-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Tue Jan 12 2010 Automatic Build System <autodist@mambasoft.it> 0.23.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Jan 05 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.23.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Sep 03 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.23.0-1mamba
|
|
- package created by autospec
|