Summary: A command-line WebDAV client Summary(pl): Klient WebDav (z linii poleceń) Name: cadaver Version: 0.22.0 Release: 1 License: GPL Group: Applications/Networking Source0: http://www.webdav.org/cadaver/%{name}-%{version}.tar.gz # Source0-md5: a46235f79b54f12c241d271edbc8be06 URL: http://www.webdav.org/cadaver/ BuildRequires: openssl-devel >= 0.9.7c BuildRequires: libxml2-devel BuildRequires: neon-devel >= 0.24.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %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. %description -l pl cadaver to klient WebDAV z linii poleceń. Wspiera on wgrywanie plików, pobieranie, wyświetlanie zawartości na ekranie, operacje dotyczące przestrzeni nazw (przenoszenie/kopiowanie), tworzenie i usuwanie kolekcji oraz operacje blokowania. %prep %setup -q %build %configure \ --with-ssl \ --with-force-ssl \ --with-libxml2 %{__make} %install rm -rf $RPM_BUILD_ROOT %{makeinstall} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc BUGS ChangeLog FAQ INTEROP NEWS README THANKS TODO %attr(755,root,root) %{_bindir}/* %{_mandir}/man?/*