@@ -49,6 +49,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2017-04-29</Date>
|
||||||
|
<Version>4.2.10</Version>
|
||||||
|
<Comment>rebuild</Comment>
|
||||||
|
<Name>Ali Algül</Name>
|
||||||
|
<Email>aligulle3801@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2016-07-03</Date>
|
<Date>2016-07-03</Date>
|
||||||
<Version>4.2.10</Version>
|
<Version>4.2.10</Version>
|
||||||
|
|||||||
@@ -7,10 +7,12 @@
|
|||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
shelltools.system("./autogen.sh")
|
||||||
#autotools.autoreconf("-fi")
|
#autotools.autoreconf("-fi")
|
||||||
autotools.configure("--disable-static")
|
#autotools.configure()
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
@@ -23,8 +25,8 @@ def install():
|
|||||||
pisitools.dosym("/usr/sbin/smbios-wireless-ctl", "/usr/sbin/DellWirelessCtl")
|
pisitools.dosym("/usr/sbin/smbios-wireless-ctl", "/usr/sbin/DellWirelessCtl")
|
||||||
|
|
||||||
# Remove yum specific stuff
|
# Remove yum specific stuff
|
||||||
pisitools.removeDir("/etc/yum")
|
#pisitools.removeDir("/etc/yum")
|
||||||
#pisitools.removeDir("/usr/bin")
|
#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")
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Provide access to (SM)BIOS information</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>libxml2-devel</Dependency>
|
<Dependency>libxml2-devel</Dependency>
|
||||||
<Dependency>chrpath</Dependency>
|
<Dependency>chrpath</Dependency>
|
||||||
@@ -28,12 +28,13 @@
|
|||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="config">/etc</Path>
|
<Path fileType="config">/usr/local/etc</Path>
|
||||||
<Path fileType="library">/usr/share</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/sbin</Path>
|
||||||
|
<Path fileType="executable">/usr/local/sbin</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
<Path fileType="localedata">/usr/share/locale</Path>
|
<Path fileType="localedata">/usr/local/share</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
@@ -51,6 +52,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="2">
|
||||||
<Date>2016-06-09</Date>
|
<Date>2016-06-09</Date>
|
||||||
<Version>2.3.0</Version>
|
<Version>2.3.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user