diff --git a/programming/library/libosinfo/actions.py b/programming/library/libosinfo/actions.py
index ccfe0d4350..cd44d6b356 100644
--- a/programming/library/libosinfo/actions.py
+++ b/programming/library/libosinfo/actions.py
@@ -4,18 +4,18 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
-from pisi.actionsapi import autotools
-from pisi.actionsapi import pisitools
from pisi.actionsapi import get
+from pisi.actionsapi import mesontools
+from pisi.actionsapi import pisitools
def setup():
- autotools.configure("--with-usb-ids-path=/usr/share/hwdata/usb.ids \
- --with-pci-ids-path=/usr/share/hwdata/pci.ids")
+ mesontools.configure("-D with-usb-ids-path=/usr/share/hwdata/usb.ids \
+ -D with-pci-ids-path=/usr/share/hwdata/pci.ids")
def build():
- autotools.make()
+ mesontools.build()
+
def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
-
- #pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
+ mesontools.install()
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
diff --git a/programming/library/libosinfo/pspec.xml b/programming/library/libosinfo/pspec.xml
index 7173f7af2b..c01526a003 100644
--- a/programming/library/libosinfo/pspec.xml
+++ b/programming/library/libosinfo/pspec.xml
@@ -12,13 +12,15 @@
library
GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support
GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support
- https://releases.pagure.org/libosinfo/libosinfo-1.4.0.tar.gz
+ https://releases.pagure.org/libosinfo/libosinfo-1.7.1.tar.xz
- intltool
+ meson
gtk-doc
+ intltool
vala-devel
- glib2-devel
python-six
+ docbook-xsl
+ glib2-devel
libxslt-devel
libxml2-devel
libsoup-devel
@@ -32,6 +34,7 @@
glib2
libxml2
libxslt
+ libsoup
/usr/bin
@@ -49,6 +52,7 @@
libosinfo-devel
Development files for libosinfo
+ glib2-devel
libosinfo
@@ -68,6 +72,13 @@
+
+ 2020-03-01
+ 1.7.1
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
2019-03-18
1.4.0
@@ -76,4 +87,4 @@
admins@pisilinux.org
-
+
\ No newline at end of file