]> git.pld-linux.org Git - packages/cadaver.git/blame - cadaver.spec
- up to 0.23.3
[packages/cadaver.git] / cadaver.spec
CommitLineData
378dea7f 1Summary: A command-line WebDAV client
1806b361 2Summary(pl.UTF-8): Klient WebDav (działający z linii poleceń)
378dea7f 3Name: cadaver
49ab15ac
AO
4Version: 0.23.3
5Release: 1
378dea7f
AM
6License: GPL
7Group: Applications/Networking
8Source0: http://www.webdav.org/cadaver/%{name}-%{version}.tar.gz
49ab15ac 9# Source0-md5: 502ecd601e467f8b16056d2acca39a6f
378dea7f 10URL: http://www.webdav.org/cadaver/
41e346b3 11BuildRequires: automake
0de2cd06 12BuildRequires: neon-devel >= 0.28.0
63580b58 13BuildRequires: readline-devel
242e527e 14Requires: neon >= 0.27.1
378dea7f
AM
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18cadaver is a command-line WebDAV client for Unix. It supports file
19upload, download, on-screen display, namespace operations (move/copy),
20collection creation and deletion, and locking operations.
21
99e147ef
JR
22%description -l pl.UTF-8
23cadaver to klient WebDAV działający z linii poleceń. Obsługuje on
24wgrywanie plików, pobieranie, wyświetlanie zawartości na ekranie,
25operacje dotyczące przestrzeni nazw (przenoszenie/kopiowanie),
63580b58 26tworzenie i usuwanie kolekcji oraz operacje blokowania.
378dea7f
AM
27
28%prep
29%setup -q
30
31%build
41e346b3 32install %{_datadir}/automake/config.* .
378dea7f 33%configure \
63580b58 34 --with-neon=/usr
378dea7f
AM
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
63580b58 40%makeinstall
378dea7f 41
58932378
AM
42%find_lang %{name}
43
378dea7f
AM
44%clean
45rm -rf $RPM_BUILD_ROOT
46
58932378 47%files -f %{name}.lang
378dea7f
AM
48%defattr(644,root,root,755)
49%doc BUGS ChangeLog FAQ INTEROP NEWS README THANKS TODO
50%attr(755,root,root) %{_bindir}/*
51%{_mandir}/man?/*
This page took 0.102215 seconds and 4 git commands to generate.