]> git.pld-linux.org Git - packages/cadaver.git/blame - cadaver.spec
- tabs in preamble
[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
58932378 4Version: 0.22.3
41e346b3 5Release: 2
378dea7f
AM
6License: GPL
7Group: Applications/Networking
8Source0: http://www.webdav.org/cadaver/%{name}-%{version}.tar.gz
58932378 9# Source0-md5: 0c5268286e732a8d5d94361cf93de412
378dea7f 10URL: http://www.webdav.org/cadaver/
41e346b3 11BuildRequires: automake
63580b58
JB
12BuildRequires: neon-devel >= 0.24.6
13BuildRequires: readline-devel
14Requires: neon >= 0.24.6
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.036679 seconds and 4 git commands to generate.