telepathy-logger:add dep

This commit is contained in:
alihanozturk
2016-03-30 20:36:36 +03:00
parent 2e84b3f6d3
commit b69a0e35ca
2 changed files with 6 additions and 7 deletions
+4 -6
View File
@@ -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")
+2 -1
View File
@@ -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>