]> git.pld-linux.org Git - packages/cadaver.git/commitdiff
- initial pld release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 25 Sep 2002 18:16:52 +0000 (18:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cadaver.spec -> 1.1

cadaver.spec [new file with mode: 0644]

diff --git a/cadaver.spec b/cadaver.spec
new file mode 100644 (file)
index 0000000..d86b2dd
--- /dev/null
@@ -0,0 +1,48 @@
+Summary:       A command-line WebDAV client
+Summary(pl):   Klient WebDav (z linii poleceñ)
+Name:          cadaver
+Version:       0.20.5
+Release:       1
+License:       GPL
+Group:         Applications/Networking
+Source0:       http://www.webdav.org/cadaver/%{name}-%{version}.tar.gz
+URL:           http://www.webdav.org/cadaver/
+BuildRequires: openssl-devel
+BuildRequires: libxml2-devel
+BuildRequires: neon-devel >= 0.21.3
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+cadaver is a command-line WebDAV client for Unix. It supports file
+upload, download, on-screen display, namespace operations (move/copy),
+collection creation and deletion, and locking operations.
+
+%description -l pl
+cadaver to klient WebDAV z linii poleceñ. Wspiera on wgrywanie plików,
+pobieranie, wy¶wietlanie zawarto¶ci na ekranie, operacje dotycz±ce
+przestrzeni nazw (przenoszenie/kopiowanie), tworzenie i usuwanie
+kolekcji oraz operacje blokowania.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --with-ssl \
+       --with-force-ssl \
+       --with-libxml2
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{makeinstall}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc BUGS ChangeLog FAQ INTEROP NEWS README THANKS TODO
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man?/*
This page took 0.063676 seconds and 4 git commands to generate.