]> git.pld-linux.org Git - packages/PyFileServer.git/blame - PyFileServer.spec
- use setup.py to build and install (instead of %py_{,o}comp and cp)
[packages/PyFileServer.git] / PyFileServer.spec
CommitLineData
d6df6cfb 1#
2# TODO:
3# - check if PyXML is really required during build
4#
5Summary: A WebDAV server in Python
6Summary(pl): Serwer WebDAV napisany w Pythonie
7Name: PyFileServer
8Version: 0.2.1
b6821af1 9Release: 1
d6df6cfb 10License: BSD
11Group: Networking/Daemons
12Source0: http://download.berlios.de/pyfilesync/PyFileServer-0.2.1.zip
13# Source0-md5: 7a46d3f94e05d81b4110e6d0780c642b
14URL: http://pyfilesync.berlios.de/pyfileserver.html
15BuildRequires: python >= 2.3
16BuildRequires: unzip
17%pyrequires_eq python-modules
18Requires: python-PyXML
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
35a1569b
JB
23PyFileServer implements up to Class 2 of the WebDAV specification,
24including support for shared and exclusive write locking, and setting
25arbitrary dead properties. It also implements HTTP user authentication
26using both basic and digest schemes, HTTP single range retrievals and
d6df6cfb 27conditional processing headers (If_Match, If_Modified_Since, etc).
28
35a1569b 29PyFileServer also allows custom components to be developed easily by
d6df6cfb 30having clear interfaces for:
31 - Resource Abstraction Layer
32 - Lock Manager
33 - Property Manager
34 - Domain Controllers
35
35a1569b
JB
36%description -l pl
37