telepathy-logger:add dep
This commit is contained in:
@@ -11,11 +11,9 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
#autotools.autoreconf("-vfi")
|
#autotools.autoreconf("-vfi")
|
||||||
autotools.configure("--disable-static \
|
autotools.configure("--prefix=/usr \
|
||||||
--libexecdir=/usr/lib \
|
--libexecdir=/usr/lib/telepathy \
|
||||||
--enable-call \
|
--disable-static")
|
||||||
--enable-shared \
|
|
||||||
--with-gconf-schema-file-dir=/etc/gconf/schemas")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make("-j1")
|
autotools.make("-j1")
|
||||||
@@ -23,4 +21,4 @@ def build():
|
|||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README", "NEWS", "TODO")
|
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README", "NEWS", "TODO")
|
||||||
|
|||||||
@@ -57,6 +57,7 @@
|
|||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency release="current">telepathy-logger</Dependency>
|
<Dependency release="current">telepathy-logger</Dependency>
|
||||||
<Dependency>telepathy-glib-devel</Dependency>
|
<Dependency>telepathy-glib-devel</Dependency>
|
||||||
|
<Dependency>libxml2-devel</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="header">/usr/include</Path>
|
<Path fileType="header">/usr/include</Path>
|
||||||
@@ -66,7 +67,7 @@
|
|||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2015-11-22</Date>
|
<Date>2016-03-30</Date>
|
||||||
<Version>0.8.2</Version>
|
<Version>0.8.2</Version>
|
||||||
<Comment>First release</Comment>
|
<Comment>First release</Comment>
|
||||||
<Name>Alihan Öztürk</Name>
|
<Name>Alihan Öztürk</Name>
|
||||||
|
|||||||
Reference in New Issue
Block a user