diff --git a/python-PyWebDAV3.spec b/python-PyWebDAV3.spec index 9d2091f..4d79c6a 100644 --- a/python-PyWebDAV3.spec +++ b/python-PyWebDAV3.spec @@ -23,7 +23,7 @@ Name: python-PyWebDAV3 Version: 0.9.11 Release: 0 -Summary: WebDAV library including a standalone server +Summary: WebDAV library including a standalone server for python2 and python3 License: LGPL-2.0 Group: Development/Languages/Python Url: https://github.com/andrewleech/PyWebDAV3 @@ -50,16 +50,26 @@ Requires(postun): update-alternatives %python_subpackages %description -WebDAV library for python. +WebDAV library for python2 and python3. -Consists of a server that is ready to run -Serve and the DAV package that provides WebDAV server functionality. +Consists of a server that is ready to run Serve and the DAV package +that provides WebDAV server functionality. Currently supports - * WebDAV level 1 - * Level 2 (LOCK, UNLOCK) - * Experimental iterator support + * WebDAV level 1 + * Level 2 (LOCK, UNLOCK) + * Experimental iterator support + +It plays nice with + + * Mac OS X Finder + * Windows Explorer + * iCal + * cadaver + * Nautilus + +This package does not provide client functionality. %prep %setup -q -n PyWebDAV3-%{version}