libsmbios: fix build
This commit is contained in:
@@ -10,8 +10,7 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
#autotools.autoreconf("-fi")
|
#autotools.autoreconf("-fi")
|
||||||
autotools.configure("--disable-doxygen \
|
autotools.configure("--disable-static")
|
||||||
--disable-static")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
@@ -25,7 +24,7 @@ def install():
|
|||||||
|
|
||||||
# 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("AUTHORS", "ChangeLog", "NEWS", "README", "TODO")
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2016-03-31</Date>
|
<Date>2016-04-01</Date>
|
||||||
<Version>2.3.0</Version>
|
<Version>2.3.0</Version>
|
||||||
<Comment>First release</Comment>
|
<Comment>First release</Comment>
|
||||||
<Name>Stefan Gronewold(groni)</Name>
|
<Name>Stefan Gronewold(groni)</Name>
|
||||||
|
|||||||
Reference in New Issue
Block a user