libsmbıos

This commit is contained in:
aligulle1
2017-04-29 23:47:24 +03:00
parent bb584f1cf2
commit 310f59742a
2 changed files with 18 additions and 8 deletions
+6 -4
View File
@@ -7,10 +7,12 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
def setup():
shelltools.system("./autogen.sh")
#autotools.autoreconf("-fi")
autotools.configure("--disable-static")
#autotools.configure()
def build():
autotools.make()
@@ -23,8 +25,8 @@ def install():
pisitools.dosym("/usr/sbin/smbios-wireless-ctl", "/usr/sbin/DellWirelessCtl")
# Remove yum specific stuff
pisitools.removeDir("/etc/yum")
#pisitools.removeDir("/etc/yum")
#pisitools.removeDir("/usr/bin")
pisitools.removeDir("/usr/lib/yum-plugins")
#pisitools.removeDir("/usr/lib/yum-plugins")
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "TODO")
pisitools.dodoc( "NEWS", "TODO")
+12 -4
View File
@@ -14,7 +14,7 @@
<IsA>app:console</IsA>
<Summary>Provide access to (SM)BIOS information</Summary>
<Description>libsmbios project aims towards providing access to as much BIOS information as possible. It does this by providing a library of functions that can be used as well as sample binaries.</Description>
<Archive sha1sum="ece764eacfd95e0aa24b745e4992ab94ac6f760f" type="tarbz2">http://linux.dell.com/libsmbios/download/libsmbios/libsmbios-2.3.0/libsmbios-2.3.0.tar.bz2</Archive>
<Archive sha1sum="c0f9a8ddf5f13fd2ca9b3ab18bee07b54c74dd1a" type="targz">https://codeload.github.com/dell/libsmbios/tar.gz/v2.3.3</Archive>
<BuildDependencies>
<Dependency>libxml2-devel</Dependency>
<Dependency>chrpath</Dependency>
@@ -28,12 +28,13 @@
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="config">/usr/local/etc</Path>
<Path fileType="library">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/local/lib</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="executable">/usr/local/sbin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="localedata">/usr/local/share</Path>
</Files>
</Package>
@@ -51,6 +52,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-04-29</Date>
<Version>2.3.3</Version>
<Comment>new release</Comment>
<Name>Ali Algül</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>2.3.0</Version>