[telepathy-qt4] 0.7.3 pkgconfig-style deps

Rex Dieter rdieter at fedoraproject.org
Mon Nov 7 16:00:54 UTC 2011


commit 379439639fda0e9a5c91f3e8e8123259f78a9103
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Mon Nov 7 10:08:29 2011 -0600

    0.7.3
    pkgconfig-style deps

 .gitignore         |    1 +
 sources            |    2 +-
 telepathy-qt4.spec |   23 +++++++++++++----------
 3 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d249d7..536e01f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /telepathy-qt4-0.7.2.tar.gz
+/telepathy-qt4-0.7.3.tar.gz
diff --git a/sources b/sources
index 2648007..3c35898 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5abdc68288d40e2a87d5f365960b9268  telepathy-qt4-0.7.2.tar.gz
+a8e4f9f996b074a4e9a8950ddb5240d7  telepathy-qt4-0.7.3.tar.gz
diff --git a/telepathy-qt4.spec b/telepathy-qt4.spec
index 7b5f79c..d842ff7 100644
--- a/telepathy-qt4.spec
+++ b/telepathy-qt4.spec
@@ -1,5 +1,5 @@
 Name:           telepathy-qt4
-Version:        0.7.2
+Version:        0.7.3
 Release:        1%{?dist}
 Summary:        A high-level bindings for Telepathy
 
@@ -7,15 +7,16 @@ License:        LGPLv2+
 URL:            http://telepathy.freedesktop.org/wiki/Telepathy-Qt4
 Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
 
-BuildRequires:  qt4-devel
-BuildRequires:  cmake
-BuildRequires:  dbus-python
-BuildRequires:  doxygen
-BuildRequires:  gstreamer-devel
+BuildRequires: cmake
+BuildRequires: dbus-python
+BuildRequires: doxygen
+BuildRequires: pkgconfig(gstreamer-interfaces-0.10) 
+BuildRequires: pkgconfig(QtDBus) pkgconfig(QtNetwork) pkgconfig(QtXml)
 # unit tests
-#BuildRequires:  telepathy-glib-devel >= 0.15.1
-BuildRequires:  telepathy-farsight-devel
+BuildRequires: pkgconfig(telepathy-glib) >= 0.15.1
+BuildRequires: pkgconfig(telepathy-farsight) 
 
+# not sure if this is still needed or not -- rex
 Requires: gnome-keyring
 
 %description
@@ -52,13 +53,11 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-
 %files
 %doc COPYING AUTHORS NEWS README TODO ChangeLog
 %{_libdir}/libtelepathy-qt4.so.*
 %{_libdir}/libtelepathy-qt4-farsight.so.*
 
-
 %files devel
 %doc HACKING
 %{_includedir}/telepathy-1.0/TelepathyQt4/
@@ -69,6 +68,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 
 %changelog
+* Mon Nov 07 2011 Rex Dieter <rdieter at fedoraproject.org> 0.7.3-1
+- 0.7.3
+- pkgconfig-style deps
+
 * Wed Aug 10 2011 Rex Dieter <rdieter at fedoraproject.org> 0.7.2-1
 - 0.7.2
 - Requires: gnome-keyring


More information about the scm-commits mailing list