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