[telepathy-farstream] Update to 0.6.0 Drop python subpackage. gobject-introspection is used now. Drop unnecessary buildroo

Brian Pepple bpepple at fedoraproject.org
Wed Oct 3 19:17:43 UTC 2012


commit 38be7b1d2bc2b21cc55bfe7b36a8cc5d4fad9238
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Wed Oct 3 15:16:51 2012 -0400

    Update to 0.6.0
    Drop python subpackage. gobject-introspection is used now.
    Drop unnecessary buildroot cleaning in install section.
    Update BR for farstream02-devel.

 .gitignore               |    1 +
 sources                  |    2 +-
 telepathy-farstream.spec |   53 +++++++++++++++++++--------------------------
 3 files changed, 24 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4a2d0a1..c4a6635 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /telepathy-farstream-0.2.2.tar.gz
 /telepathy-farstream-0.2.3.tar.gz
 /telepathy-farstream-0.4.0.tar.gz
+/telepathy-farstream-0.6.0.tar.gz
diff --git a/sources b/sources
index 757e3a8..e8fae61 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-52d110f8a9f27bce0a6c2c07e18aee56  telepathy-farstream-0.4.0.tar.gz
+d154350f9f1e3bdba87617c0668481a5  telepathy-farstream-0.6.0.tar.gz
diff --git a/telepathy-farstream.spec b/telepathy-farstream.spec
index ec74fcf..780dbcc 100644
--- a/telepathy-farstream.spec
+++ b/telepathy-farstream.spec
@@ -1,8 +1,6 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
 Name:           telepathy-farstream
-Version:        0.4.0
-Release:        3%{?dist}
+Version:        0.6.0
+Release:        1%{?dist}
 Summary:        Telepathy client library to handle Call channels
 
 Group:          System Environment/Libraries
@@ -10,17 +8,22 @@ License:        LGPLv2+
 URL:            http://telepathy.freedesktop.org/wiki/Telepathy-Farsight
 Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
 
-BuildRequires:  telepathy-glib-devel >= 0.17.5
-BuildRequires:  farstream-devel >= 0.1.0
+BuildRequires:  telepathy-glib-devel >= 0.19.0
+BuildRequires:  farstream02-devel >= 0.2.0
 BuildRequires:  dbus-devel
 BuildRequires:  dbus-glib-devel
+BuildRequires:  gobject-introspection-devel
 BuildRequires:  python-devel
-BuildRequires:  gstreamer-python-devel
-BuildRequires:  pygobject2-devel
 
-## Obsolete telepathy-farsight with Fedora 17
+## Obsolete telepathy-farsight(-python) with Fedora 17.
 Provides:       telepathy-farsight = %{version}
 Obsoletes:      telepathy-farsight < 0.0.20
+Provides:       telepathy-farsight-python = %{version}
+Obsoletes:      telepathy-farsight-python < 0.0.20
+# Obsolete telepathy-farstream-python with Fedora 18 since gobject-introspection is
+# provided now
+Provides:       %{name}-python = %{version}
+Obsoletes:      %{name}-python < 0.6.0
 
 
 %description
@@ -28,27 +31,12 @@ Obsoletes:      telepathy-farsight < 0.0.20
 Call channels.
 
 
-%package        python
-Summary:        Python binding for %{name}
-Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}
-
-## Obsolete telepathy-farsight with Fedora 17
-Provides:       telepathy-farsight-python = %{version}
-Obsoletes:      telepathy-farsight-python < 0.0.20
-
-
-%description    python
-Python bindings for %{name}.
-
-
 %package        devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries
 Requires:       %{name}%{?_isa} = %{version}-%{release}
-Requires:       %{name}-python = %{version}-%{release}
-Requires:       telepathy-glib-devel >= 0.17.5
-Requires:       farstream-devel >= 0.1.0
+Requires:       telepathy-glib-devel >= 0.19.0
+Requires:       farstream02-devel >= 0.2.0
 Requires:       dbus-devel
 Requires:       dbus-glib-devel
 Requires:       pkgconfig
@@ -72,7 +60,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
@@ -86,10 +73,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %files
 %doc NEWS README COPYING
 %{_libdir}/libtelepathy-farstream*.so.*
-
-
-%files python
-%{python_sitearch}/tpfarstream.so
+%{_libdir}/girepository-1.0/TelepathyFarstream-0.6.typelib
 
 
 %files devel
@@ -97,9 +81,16 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %{_libdir}/libtelepathy-farstream.so
 %{_libdir}/pkgconfig/%{name}.pc
 %{_includedir}/telepathy-1.0/%{name}/
+%{_datadir}/gir-1.0/TelepathyFarstream-0.6.gir
 
 
 %changelog
+* Wed Oct  3 2012 Brian Pepple <bpepple at fedoraproject.org> - 0.6.0-1
+- Update to 0.6.0
+- Drop python subpackage. gobject-introspection is used now.
+- Drop unnecessary buildroot cleaning in install section.
+- Update BR for farstream02-devel.
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list