diff --git a/network/share/rsync/actions.py b/network/share/rsync/actions.py
index 4720897073..c2fcfc4da5 100644
--- a/network/share/rsync/actions.py
+++ b/network/share/rsync/actions.py
@@ -11,13 +11,15 @@ from pisi.actionsapi import get
WorkDir="rsync-%s" % get.srcVERSION().replace('_','')
def setup():
- autotools.configure("--without-included-zlib")
+ autotools.configure("--without-included-zlib \
+ --with-included-popt=no \
+ --disable-debug")
def build():
autotools.make()
-def check():
- autotools.make("check")
+#def check():
+# autotools.make("test")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
diff --git a/network/share/rsync/pspec.xml b/network/share/rsync/pspec.xml
index 4fd244ce7b..d62d196ff1 100644
--- a/network/share/rsync/pspec.xml
+++ b/network/share/rsync/pspec.xml
@@ -14,10 +14,22 @@
File transfer program to keep local copies in sync with remote files
rsync is a tool to keep local copies of remote files in sync (i.e. make sure local files are exact copies of remote files).
http://rsync.samba.org/ftp/rsync/rsync-3.1.1.tar.gz
+
+ acl-devel
+ attr-devel
+ popt-devel
+ zlib-devel
+
rsync
+
+ acl
+ attr
+ popt
+ zlib
+
/usr/bin
/usr/share/doc