[telepathy-qt4] telepathy-qt-0.9.0

Rex Dieter rdieter at fedoraproject.org
Wed Jan 25 13:29:30 UTC 2012


commit 63df99c6d4dbba8afd47f12b77beb5a97325b0ab
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Wed Jan 25 07:29:22 2012 -0600

    telepathy-qt-0.9.0

 .gitignore         |    3 +--
 sources            |    2 +-
 telepathy-qt4.spec |   39 ++++++++++++++++++++++++---------------
 3 files changed, 26 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0acd2d9..0c3ecdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/telepathy-qt4-0.7.3.tar.gz
-/telepathy-qt4-0.8.0.tar.gz
+/telepathy-qt-0.9.0.tar.gz
diff --git a/sources b/sources
index 7994123..1c62b26 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b93f03f063d784855d83e1b3c79a1cc5  telepathy-qt4-0.8.0.tar.gz
+c4605b222eba46b18541bc6c25455caa  telepathy-qt-0.9.0.tar.gz
diff --git a/telepathy-qt4.spec b/telepathy-qt4.spec
index 5bdb1d5..5187043 100644
--- a/telepathy-qt4.spec
+++ b/telepathy-qt4.spec
@@ -1,20 +1,23 @@
-Name:           telepathy-qt4
-Version:        0.8.0
-Release:        3%{?dist}
-Summary:        A high-level bindings for Telepathy
+Name:    telepathy-qt4
+Version: 0.9.0
+Release: 1%{?dist}
+Summary: A high-level bindings for Telepathy
 
-License:        LGPLv2+
-URL:            http://telepathy.freedesktop.org/wiki/Telepathy-Qt4
-Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
+License: LGPLv2+
+URL:     http://telepathy.freedesktop.org/wiki/Telepathy-Qt4
+Source0: http://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-%{version}.tar.gz
+
+Provides: telepathy-qt = %{version}-%{release} 
+Provides: telepathy-qt%{?_isa} = %{version}-%{release}
 
 BuildRequires: cmake
-BuildRequires: dbus-python
+BuildRequires: dbus-python python2-devel
 BuildRequires: doxygen
 BuildRequires: pkgconfig(gstreamer-interfaces-0.10) 
 BuildRequires: pkgconfig(QtDBus) pkgconfig(QtNetwork) pkgconfig(QtXml)
-# unit tests
-BuildRequires: pkgconfig(telepathy-glib) >= 0.15.1
 BuildRequires: pkgconfig(telepathy-farsight) 
+# unit tests
+#BuildRequires: pkgconfig(telepathy-glib) >= 0.17.2
 
 %description
 Telepathy-qt4 are high level bindings for Telepathy and provides both
@@ -23,15 +26,15 @@ on top of that, in the same library.
 
 %package devel
 Summary: Development files for %{name}
+Provides: telepathy-qt-devel = %{version}-%{release}
 Requires: %{name}%{?_isa} = %{version}-%{release}
 Requires: telepathy-filesystem
 %description devel
 %{summary}.
 
-# TODO: docs subpackage
 
 %prep
-%setup -q
+%setup -q -n telepathy-qt-%{version}
 
 
 %build
@@ -52,19 +55,25 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 %files
 %doc COPYING AUTHORS NEWS README ChangeLog
-%{_libdir}/libtelepathy-qt4.so.1*
-%{_libdir}/libtelepathy-qt4-farsight.so.1*
+%{_libdir}/libtelepathy-qt4.so.2*
+%{_libdir}/libtelepathy-qt4-farsight.so.2*
 
 %files devel
 %doc HACKING
-%{_includedir}/telepathy-1.0/TelepathyQt4/
+%{_includedir}/telepathy-qt4/
 %{_libdir}/libtelepathy-qt4.so
 %{_libdir}/libtelepathy-qt4-farsight.so
 %{_libdir}/pkgconfig/TelepathyQt4.pc
 %{_libdir}/pkgconfig/TelepathyQt4Farsight.pc
+%dir %{_libdir}/cmake
+%{_libdir}/cmake/TelepathyQt4/
+%{_libdir}/cmake/TelepathyQt4Farsight/
 
 
 %changelog
+* Wed Jan 25 2012 Rex Dieter <rdieter at fedoraproject.org> 0.9.0-1
+- telepathy-qt-0.9.0
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list