diff --git a/system/base/dbus-python/pspec.xml b/system/base/dbus-python/pspec.xml index 0fb5375b..b5099dc2 100644 --- a/system/base/dbus-python/pspec.xml +++ b/system/base/dbus-python/pspec.xml @@ -57,7 +57,7 @@ - 2018-07-15 + 2018-07-20 1.2.4 Rebuild Ertuğrul Erata diff --git a/system/devel/make/pspec.xml b/system/devel/make/pspec.xml index 01a0003c..cd8c1def 100644 --- a/system/devel/make/pspec.xml +++ b/system/devel/make/pspec.xml @@ -30,7 +30,7 @@ make - guile + /usr/bin diff --git a/system/devel/patch/actions.py b/system/devel/patch/actions.py index c17089fc..1745aa07 100644 --- a/system/devel/patch/actions.py +++ b/system/devel/patch/actions.py @@ -9,11 +9,12 @@ from pisi.actionsapi import get def setup(): #autotools.autoreconf("-vfi") - autotools.configure() + autotools.configure("--prefix=/usr") def build(): - autotools.make('LDFLAGS="%s"' % get.LDFLAGS()) - + #autotools.make('LDFLAGS="%s"' % get.LDFLAGS()) + autotools.make() + def check(): autotools.make("check") diff --git a/system/devel/patch/pspec.xml b/system/devel/patch/pspec.xml index 731890df..87bf7451 100644 --- a/system/devel/patch/pspec.xml +++ b/system/devel/patch/pspec.xml @@ -12,7 +12,7 @@ app:console Applies patch files Patch takes a patch file generated by diff command, and applies it to the original files, thus producing patched files. - ftp://ftp.gnu.org/gnu/patch/patch-2.7.6.tar.xz + ftp://ftp.gnu.org/gnu/patch/patch-2.7.5.tar.xz attr-devel @@ -34,6 +34,13 @@ + + 2018-07-17 + 2.7.5 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2018-07-15 2.7.6