Merge pull request #8010 from suvari/master

libosinfo: version bump to 1.7.1
This commit is contained in:
Kamil ATLI
2020-03-01 21:37:42 +03:00
committed by GitHub
2 changed files with 23 additions and 12 deletions
+8 -8
View File
@@ -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")
+15 -4
View File
@@ -12,13 +12,15 @@
<IsA>library</IsA>
<Summary>GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support</Summary>
<Description>GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support</Description>
<Archive sha1sum="0e15940d81cdde3ed9000c1535d3345a2475efde" type="targz">https://releases.pagure.org/libosinfo/libosinfo-1.4.0.tar.gz</Archive>
<Archive sha1sum="394d5d4cf2da417dbe847074ada91b74c705d4e6" type="tarxz">https://releases.pagure.org/libosinfo/libosinfo-1.7.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>meson</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>intltool</Dependency>
<Dependency>vala-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>python-six</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>libsoup-devel</Dependency>
@@ -32,6 +34,7 @@
<Dependency>glib2</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>libsoup</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -49,6 +52,7 @@
<Name>libosinfo-devel</Name>
<Summary>Development files for libosinfo</Summary>
<RuntimeDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency release="current">libosinfo</Dependency>
</RuntimeDependencies>
<Files>
@@ -68,6 +72,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-03-01</Date>
<Version>1.7.1</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2019-03-18</Date>
<Version>1.4.0</Version>
@@ -76,4 +87,4 @@
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>