Merge pull request #9911 from 4fury-c3440d8/no

rebuild.
This commit is contained in:
Kamil ATLI
2021-11-27 14:52:39 +03:00
committed by GitHub
11 changed files with 75 additions and 31 deletions
+7 -7
View File
@@ -1,21 +1,21 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import get
from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
t = "-Dwith-usb-ids-path=/usr/share/hwdata/usb.ids -Dwith-pci-ids-path=/usr/share/hwdata/pci.ids"
def setup():
mesontools.configure("-D with-usb-ids-path=/usr/share/hwdata/usb.ids \
-D with-pci-ids-path=/usr/share/hwdata/pci.ids")
mesontools.configure(t)
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS")
+17 -9
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libosinfo</Name>
@@ -8,17 +8,18 @@
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPL GPL</License>
<License>GPL</License>
<License>LGPL</License>
<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="394d5d4cf2da417dbe847074ada91b74c705d4e6" type="tarxz">https://releases.pagure.org/libosinfo/libosinfo-1.7.1.tar.xz</Archive>
<Archive sha1sum="1f928e1412ac29e044e6b02254c9d2b2bf969c31" type="tarxz">https://releases.pagure.org/libosinfo/libosinfo-1.9.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>intltool</Dependency>
<Dependency>vala-devel</Dependency>
<Dependency>python-six</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
@@ -32,6 +33,7 @@
<Name>libosinfo</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>libsoup</Dependency>
@@ -47,10 +49,10 @@
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libosinfo-devel</Name>
<Summary>Development files for libosinfo</Summary>
<Summary>osinfo headers.</Summary>
<RuntimeDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency release="current">libosinfo</Dependency>
@@ -62,7 +64,6 @@
</Package>
<Package>
<Name>libosinfo-docs</Name>
<Summary>Development files for libosinfo</Summary>
<RuntimeDependencies>
<Dependency release="current">libosinfo</Dependency>
</RuntimeDependencies>
@@ -72,10 +73,17 @@
</Package>
<History>
<Update release="3">
<Date>2021-1-27</Date>
<Version>1.9.0</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2020-03-01</Date>
<Version>1.7.1</Version>
<Comment>First release</Comment>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
@@ -87,4 +95,4 @@
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
+7
View File
@@ -52,6 +52,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-11-27</Date>
<Version>3.0.8</Version>
<Comment>Rebuild boost.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2021-04-29</Date>
<Version>3.0.8</Version>