diff --git a/hardware/mobile/libimobiledevice/actions.py b/hardware/mobile/libimobiledevice/actions.py
index d0025b378c..42cb4608e4 100644
--- a/hardware/mobile/libimobiledevice/actions.py
+++ b/hardware/mobile/libimobiledevice/actions.py
@@ -9,6 +9,7 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
+ autotools.autoreconf("-fi")
autotools.configure("\
--disable-static \
--disable-openssl \
@@ -27,4 +28,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README")
\ No newline at end of file
+ pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README*")
diff --git a/hardware/mobile/libimobiledevice/pspec.xml b/hardware/mobile/libimobiledevice/pspec.xml
index a3beb4f49d..3fbc445ecd 100644
--- a/hardware/mobile/libimobiledevice/pspec.xml
+++ b/hardware/mobile/libimobiledevice/pspec.xml
@@ -14,7 +14,7 @@
app:console
Library for connecting to mobile devices
libimobiledevice is a library for connecting to mobile devices including phones and music players
- http://www.libimobiledevice.org/downloads/libimobiledevice-1.2.0.tar.bz2
+ http://www.libimobiledevice.org/downloads/libimobiledevice-1.3.0.tar.bz2
gnutls-devel
libusbmuxd-devel
@@ -23,7 +23,7 @@
libgcrypt-devel
- gnutls-3.4.patch
+
@@ -62,6 +62,13 @@
+
+ 2020-06-24
+ 1.3.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-02-01
1.2.0