automatic update by autodist [release 0.23.3-1mamba;Tue Jan 12 2010]
This commit is contained in:
parent
2abd3c003f
commit
502ac15f70
@ -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.
|
||||
|
||||
|
49
cadaver.spec
Normal file
49
cadaver.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <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
|
Loading…
Reference in New Issue
Block a user