Author: maciek2w Date: Sat Aug 12 10:20:22 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - PyXML is not required during build
---- Files affected: SPECS: PyFileServer.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/PyFileServer.spec diff -u SPECS/PyFileServer.spec:1.4 SPECS/PyFileServer.spec:1.5 --- SPECS/PyFileServer.spec:1.4 Sat Aug 12 11:50:34 2006 +++ SPECS/PyFileServer.spec Sat Aug 12 12:20:16 2006 @@ -1,8 +1,4 @@ # $Revision$, $Date$ -# -# TODO: -# - check if PyXML is really required during build -# Summary: A WebDAV server in Python Summary(pl): Serwer WebDAV napisany w Pythonie Name: PyFileServer @@ -13,6 +9,7 @@ Source0: http://download.berlios.de/pyfilesync/PyFileServer-0.2.1.zip # Source0-md5: 7a46d3f94e05d81b4110e6d0780c642b URL: http://pyfilesync.berlios.de/pyfileserver.html +Patch0: %{name}-setup_py.patch BuildRequires: python >= 2.3 BuildRequires: python-setuptools BuildRequires: unzip @@ -52,6 +49,7 @@ %prep %setup -q -n %{name} +%patch0 %build python setup.py build @@ -87,6 +85,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2006/08/12 10:20:16 maciek2w +- PyXML is not required during build + Revision 1.4 2006/08/12 09:50:34 maciek2w - add BR: python-setuptools ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/PyFileServer.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
