]> git.pld-linux.org Git - packages/cadaver.git/blame - cadaver.spec
- fixed broken deps and build
[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
329ab214 13BuildRequires: pakchois-devel >= 0.4
63580b58 14BuildRequires: readline-devel
242e527e 15Requires: neon >= 0.27.1
378dea7f
AM
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19cadaver is a command-line WebDAV client for Unix. It supports file
20upload, download, on-screen display, namespace operations (move/copy),
21collection creation and deletion, and locking operations.
22
99e147ef
JR
23%description -l pl.UTF-8
24cadaver to klient WebDAV działający z linii poleceń. Obsługuje on
25wgrywanie plików, pobieranie, wyświetlanie zawartości na ekranie,
26operacje dotyczące przestrzeni nazw (przenoszenie/kopiowanie),
63580b58 27tworzenie i usuwanie kolekcji oraz operacje blokowania.
378dea7f
AM
28
29%prep
30%setup -q
31
32%build
329ab214
AO
33%{__gettextize}
34%{__libtoolize}
35%{__aclocal} -I m4 -I m4/neon
36%{__autoconf}
37%{__autoheader}
378dea7f 38%configure \
63580b58 39 --with-neon=/usr
378dea7f
AM
40%{__make}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44
63580b58 45%makeinstall
378dea7f 46
58932378
AM
47%find_lang %{name}
48
378dea7f
AM
49%clean
50rm -rf $RPM_BUILD_ROOT
51
58932378 52%files -f %{name}.lang
378dea7f
AM
53%defattr(644,root,root,755)
54%doc BUGS ChangeLog FAQ INTEROP NEWS README THANKS TODO
55%attr(755,root,root) %{_bindir}/*
56%{_mandir}/man?/*
This page took 0.104987 seconds and 4 git commands to generate.