[telepathy-logger] Update to 0.2.6. Enable gobject-introspection.

Brian Pepple bpepple at fedoraproject.org
Wed Mar 23 00:10:02 UTC 2011


commit 5068caa7efd0644bbea710276a10d61e2fe7e2bb
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Tue Mar 22 20:09:54 2011 -0400

    Update to 0.2.6.
    Enable gobject-introspection.

 .gitignore            |    1 +
 sources               |    2 +-
 telepathy-logger.spec |   13 ++++++++++---
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 162b4f9..65ebfb2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ telepathy-logger-0.1.5.tar.bz2
 /telepathy-logger-0.2.3.tar.bz2
 /telepathy-logger-0.2.4.tar.bz2
 /telepathy-logger-0.2.5.tar.bz2
+/telepathy-logger-0.2.6.tar.bz2
diff --git a/sources b/sources
index 3869a1a..da42f8e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-629791e89436933aa6a2c4bd8ce39898  telepathy-logger-0.2.5.tar.bz2
+f14aa0abf20e6dfcc1015cf8825e63a1  telepathy-logger-0.2.6.tar.bz2
diff --git a/telepathy-logger.spec b/telepathy-logger.spec
index fb9b0bc..d977952 100644
--- a/telepathy-logger.spec
+++ b/telepathy-logger.spec
@@ -1,5 +1,5 @@
 Name:           telepathy-logger
-Version:        0.2.5
+Version:        0.2.6
 Release:        1%{?dist}
 Summary:        Telepathy framework logging daemon
 
@@ -16,6 +16,7 @@ BuildRequires:  sqlite-devel
 BuildRequires:  libxml2-devel
 BuildRequires:	gnome-doc-utils
 BuildRequires:	intltool
+BuildRequires:  gobject-introspection-devel
 ## Build Requires needed for tests.
 #BuildRequires:	python
 #BuildRequires:	python-twisted
@@ -49,8 +50,8 @@ developing applications that use %{name}.
 
 
 %build
-%configure --disable-static
-sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+%configure --disable-static --enable-introspection=yes
+#sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 make %{?_smp_mflags}
 
@@ -81,6 +82,7 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
 %{_datadir}/telepathy/clients/Logger.client
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Logger.service
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Logger.service
+%{_libdir}/girepository-1.0/TelepathyLogger-0.2.typelib
 
 
 %files devel
@@ -90,9 +92,14 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
 %{_libdir}/pkgconfig/%{name}*.pc
 %dir %{_includedir}/telepathy-logger-0.2
 %{_includedir}/telepathy-logger-0.2/%{name}/
+%{_datadir}/gir-1.0/TelepathyLogger-0.2.gir
 
 
 %changelog
+* Tue Mar 22 2011 Brian Pepple <bpepple at fedoraproject.org> - 0.2.6-1
+- Update to 0.2.6.
+- Enable gobject-introspection.
+
 * Tue Mar  8 2011 Brian Pepple <bpepple at fedoraproject.org> - 0.2.5-1
 - Update to 0.2.5.
 


More information about the scm-commits mailing list