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