From 7b2a74b467645207b08e537f6422252dfb655803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Wed, 3 Jun 2015 22:38:31 +0300 Subject: [PATCH] dbus-python fixed --- system/base/dbus-python/actions.py | 14 -------------- system/base/dbus-python/pspec.xml | 17 +---------------- 2 files changed, 1 insertion(+), 30 deletions(-) diff --git a/system/base/dbus-python/actions.py b/system/base/dbus-python/actions.py index 32e5cbbe..ad0d30aa 100644 --- a/system/base/dbus-python/actions.py +++ b/system/base/dbus-python/actions.py @@ -11,16 +11,8 @@ from pisi.actionsapi import get def setup(): shelltools.makedirs("build-python2") - #shelltools.makedirs("build-python3") autotools.autoreconf("-fi") - #shelltools.cd("build-python3") - #shelltools.system("PYTHON=python3 ../configure --prefix=/usr \ - # --localstatedir=/var \ - # --disable-api-docs \ - # --disable-html-docs \ - # --disable-static") - shelltools.cd("build-python2") shelltools.system("../configure --prefix=/usr \ --localstatedir=/var \ @@ -29,9 +21,6 @@ def setup(): --disable-static") def build(): - #shelltools.cd("build-python3") - #autotools.make() - shelltools.cd("build-python2") autotools.make() @@ -42,8 +31,5 @@ def check(): def install(): pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README") - #shelltools.cd("build-python3") - #autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - shelltools.cd("build-python2") autotools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/system/base/dbus-python/pspec.xml b/system/base/dbus-python/pspec.xml index 7cc0c7c5..48f97b14 100644 --- a/system/base/dbus-python/pspec.xml +++ b/system/base/dbus-python/pspec.xml @@ -29,6 +29,7 @@ dbus-python-common + system.devel Common dbus-python files shared between dbus-python and dbus-python3 dbus-devel @@ -54,22 +55,6 @@ - - 2015-05-22