]> git.pld-linux.org Git - packages/PyFileServer.git/blobdiff - PyFileServer.spec
BR: rpmbuild(macros) >= 1.710
[packages/PyFileServer.git] / PyFileServer.spec
index a2d26280c1565eeabd8bbc517f61f38139ba5011..02cf3dad353ddeee204632003c14dedc216dd470 100644 (file)
@@ -1,5 +1,5 @@
 Summary:       A WebDAV server in Python
-Summary(pl.UTF-8):   Serwer WebDAV napisany w Pythonie
+Summary(pl.UTF-8):     Serwer WebDAV napisany w Pythonie
 Name:          PyFileServer
 Version:       0.2.1
 Release:       1
@@ -8,6 +8,7 @@ Group:          Networking/Daemons
 Source0:       http://download.berlios.de/pyfilesync/PyFileServer-0.2.1.zip
 # Source0-md5: 7a46d3f94e05d81b4110e6d0780c642b
 URL:           http://pyfilesync.berlios.de/pyfileserver.html
+BuildRequires: rpmbuild(macros) >= 1.710
 Patch0:                %{name}-setup_py.patch
 BuildRequires: python >= 2.3
 BuildRequires: python-setuptools
@@ -51,11 +52,11 @@ udostÄ™pniajÄ…c przejrzyste interfejsy do:
 %patch0
 
 %build
-python setup.py build
+%py_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-python setup.py install \
+%py_install \
        --single-version-externally-managed \
        --optimize=2 \
        --root=$RPM_BUILD_ROOT
This page took 0.093267 seconds and 4 git commands to generate.