virt-manager:runtime deb

This commit is contained in:
Rmys
2019-03-18 19:33:55 +03:00
parent 46e02ecc09
commit 243911cc48
16 changed files with 186928 additions and 184008 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# 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
def setup():
autotools.configure("--with-usb-ids-path=/usr/share/hwdata/usb.ids \
--with-pci-ids-path=/usr/share/hwdata/pci.ids")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
#pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
+79
View File
@@ -0,0 +1,79 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libosinfo</Name>
<Homepage>https://libosinfo.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPL GPL</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="0e15940d81cdde3ed9000c1535d3345a2475efde" type="targz">https://releases.pagure.org/libosinfo/libosinfo-1.4.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>vala-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>python-six</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>libsoup-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libosinfo</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libxslt</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/vala</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libosinfo-devel</Name>
<Summary>Development files for libosinfo</Summary>
<RuntimeDependencies>
<Dependency release="current">libosinfo</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>libosinfo-docs</Name>
<Summary>Development files for libosinfo</Summary>
<RuntimeDependencies>
<Dependency release="current">libosinfo</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-03-18</Date>
<Version>1.4.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libosinfo</Name>
<Summary xml:lang="tr">GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support</Summary>
<Description xml:lang="tr">GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support</Description>
</Source>
</PISI>