Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > 038015dc9c67905b10cdefe8d846adca > files > 2

cadaver-0.20.1-1mdk.src.rpm

# Note that this is NOT a relocatable package
%define version     0.20.1
%define release     1mdk
%define name cadaver

Summary:   Command-line WebDAV client
Name:      %name
Version:   %version
Release:   %release
License: GPL
Group:     Networking/File transfer
Source0:   http://www.webdav.org/cadaver/cadaver-%{PACKAGE_VERSION}.tar.bz2
URL:       http://www.webdav.org/cadaver/
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
A command-line WebDAV client. Supports file upload, download,
on-screen display, namespace operations (move/copy), collection
creation and deletion, and locking operations.

%prep
%setup

%build

export CFLAGS="$RPM_OPT_FMAGS -I/usr/include/gnome-xml"
export CXXFLAGS="$RPM_OPT_FMAGS -I/usr/include/gnome-xml"

%configure --enable-readline --enable-libxml --with-ssl

%make

%install

%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%_bindir/*
%_mandir/man1/*
%defattr(644, root, root, 755)
%doc NEWS TODO FAQ COPYING README ChangeLog

%changelog
* Fri Jul 26 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.20.1-1mdk
- 0.20.1

* Wed Jul 24 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.19.1-3mdk
- rebuild for new readline

* Tue May 21 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.19.1-2mdk
- fix compilation
- fixes from Michael Hill <msh@qadas.com> :
	- Include man page, FAQ file in package

* Thu Feb 28 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.19.1-1mdk
- 0.19.1

* Mon Jan 07 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.19.0-1mdk
- 0.19.0

* Mon Nov 05 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.18.0-1mdk
- updated by Stefane Fermigier :
	- update to version 0.18

* Tue Sep 11 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.17.0-1mdk
- added by Stefane Fermigier <sf@fermigier.com> :
	- Changed configure options to enable build on Mandrake

* Fri Feb 11 2000 Joe Orton <joe@orton.demon.co.uk>
- Text descriptions modified

* Thu Feb 10 2000 Lee Mallabone <lee0@callnetuk.com>
- Initial creation.