[telepathy-qt4] 0.9.1

Rex Dieter rdieter at fedoraproject.org
Sun Mar 25 21:24:08 UTC 2012


commit b8eebf3aedcc0e4e0b5971a633d7dabfa533ae35
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sun Mar 25 16:25:53 2012 -0500

    0.9.1
    
    - -farstream(-devel) subpkgs

 .gitignore         |    1 +
 sources            |    2 +-
 telepathy-qt4.spec |   43 +++++++++++++++++++++++++++++++++++++------
 3 files changed, 39 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0c3ecdf..fcd4b12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /telepathy-qt-0.9.0.tar.gz
+/telepathy-qt-0.9.1.tar.gz
diff --git a/sources b/sources
index 1c62b26..fbf8235 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c4605b222eba46b18541bc6c25455caa  telepathy-qt-0.9.0.tar.gz
+e0e6c1a987bbeae44c778344a2cc9d80  telepathy-qt-0.9.1.tar.gz
diff --git a/telepathy-qt4.spec b/telepathy-qt4.spec
index 7b5a7b1..cb41865 100644
--- a/telepathy-qt4.spec
+++ b/telepathy-qt4.spec
@@ -1,7 +1,7 @@
 Name:    telepathy-qt4
-Version: 0.9.0
-Release: 3%{?dist}
-Summary: A high-level bindings for Telepathy
+Version: 0.9.1
+Release: 1%{?dist}
+Summary: High-level bindings for Telepathy
 
 License: LGPLv2+
 URL:     http://telepathy.freedesktop.org/wiki/Telepathy-Qt4
@@ -19,8 +19,7 @@ BuildRequires: dbus-python python2-devel
 BuildRequires: doxygen
 BuildRequires: pkgconfig(gstreamer-interfaces-0.10) 
 BuildRequires: pkgconfig(QtDBus) pkgconfig(QtNetwork) pkgconfig(QtXml)
-## omit farsight support, awaiting upstream support for farstream in 0.9.1
-#BuildRequires: pkgconfig(telepathy-farsight) 
+BuildRequires: pkgconfig(telepathy-farstream) 
 %if 0%{?fedora} > 16
 # unit tests
 BuildRequires: pkgconfig(telepathy-glib) >= 0.17.2
@@ -42,6 +41,20 @@ Requires: telepathy-filesystem
 %description devel
 %{summary}.
 
+%package farstream
+Summary: Farstream %{name} bindings
+Requires: %{name}%{?_isa} = %{version}-%{release}
+%description farstream 
+%{summary}.
+
+%package farstream-devel
+Summary: Developement files for %{name}-farstream 
+Provides: telepathy-qt-farstream-devel = %{version}-%{release}
+Requires: %{name}-farstream%{?_isa} = %{version}-%{release}
+Requires: %{name}-devel%{?_isa} = %{version}-%{release}
+%description farstream-devel
+%{summary}.
+
 
 %prep
 %setup -q -n telepathy-qt-%{version}
@@ -71,14 +84,32 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 %files devel
 %doc HACKING
-%{_includedir}/telepathy-qt4/
+%dir %{_includedir}/telepathy-qt4/
+%{_includedir}/telepathy-qt4/TelepathyQt/
 %{_libdir}/libtelepathy-qt4.so
 %{_libdir}/pkgconfig/TelepathyQt4.pc
 %dir %{_libdir}/cmake
 %{_libdir}/cmake/TelepathyQt4/
+%exclude %{_includedir}/telepathy-qt4/TelepathyQt/Farstream/
+
+%post farstream -p /sbin/ldconfig
+%postun farstream -p /sbin/ldconfig
+
+%files farstream
+%{_libdir}/libtelepathy-qt4-farstream.so.2*
+
+%files farstream-devel
+%{_includedir}/telepathy-qt4/TelepathyQt/Farstream/
+%{_libdir}/cmake/TelepathyQt4Farstream/
+%{_libdir}/libtelepathy-qt4-farstream.so
+%{_libdir}/pkgconfig/TelepathyQt4Farstream.pc
 
 
 %changelog
+* Sat Mar 24 2012 Rex Dieter <rdieter at fedoraproject.org> 0.9.1-1
+- 0.9.1
+- -farstream(-devel) subpkgs
+
 * Tue Mar 06 2012 Rex Dieter <rdieter at fedoraproject.org> 0.9.0-3
 - drop telepathy-farsight support (awaiting upstream -farstream love)
 


More information about the scm-commits mailing list