]> git.pld-linux.org Git - packages/cadaver.git/blob - cadaver.spec
- initial pld release
[packages/cadaver.git] / cadaver.spec
1 Summary:        A command-line WebDAV client
2 Summary(pl):    Klient WebDav (z linii poleceñ)
3 Name:           cadaver
4 Version:        0.20.5
5 Release:        1
6 License:        GPL
7 Group:          Applications/Networking
8 Source0:        http://www.webdav.org/cadaver/%{name}-%{version}.tar.gz
9 URL:            http://www.webdav.org/cadaver/
10 BuildRequires:  openssl-devel
11 BuildRequires:  libxml2-devel
12 BuildRequires:  neon-devel >= 0.21.3
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 cadaver is a command-line WebDAV client for Unix. It supports file
17 upload, download, on-screen display, namespace operations (move/copy),
18 collection creation and deletion, and locking operations.
19
20 %description -l pl
21 cadaver to klient WebDAV z linii poleceñ. Wspiera on wgrywanie plików,
22 pobieranie, wy¶wietlanie zawarto¶ci na ekranie, operacje dotycz±ce
23 przestrzeni nazw (przenoszenie/kopiowanie), tworzenie i usuwanie
24 kolekcji oraz operacje blokowania.
25
26 %prep
27 %setup -q
28
29 %build
30 %configure \
31         --with-ssl \
32         --with-force-ssl \
33         --with-libxml2
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{makeinstall}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc BUGS ChangeLog FAQ INTEROP NEWS README THANKS TODO
47 %attr(755,root,root) %{_bindir}/*
48 %{_mandir}/man?/*
This page took 0.194806 seconds and 3 git commands to generate.