diff --git a/README.md b/README.md index 3b32918..fdcd2ba 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # cadaver +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. + diff --git a/cadaver.spec b/cadaver.spec new file mode 100644 index 0000000..120e514 --- /dev/null +++ b/cadaver.spec @@ -0,0 +1,49 @@ +Name: cadaver +Version: 0.23.3 +Release: 1mamba +Summary: A command-line WebDAV client for Unix +Group: Applications/Networking +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.webdav.org/cadaver/ +Source: http://www.webdav.org/cadaver/cadaver-%{version}.tar.gz +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: libgssapi-devel +BuildRequires: libkrb5-devel + +%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. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%find_lang %{name} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root) +%{_bindir}/cadaver +%{_mandir}/man1/cadaver.1.gz +%doc BUGS COPYING ChangeLog NEWS README THANKS TODO + +%changelog +* Tue Jan 12 2010 Automatic Build System 0.23.3-1mamba +- automatic update by autodist + +* Mon Jan 05 2009 Silvan Calarco 0.23.2-1mamba +- automatic update by autodist + +* Mon Sep 03 2007 Silvan Calarco 0.23.0-1mamba +- package created by autospec