50 lines
1.4 KiB
RPMSpec
50 lines
1.4 KiB
RPMSpec
|
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
|