[telepathy-sofiasip/f14/master] - Update to 0.6.5. - Add BR to run tests, and enable check. - Drop buildroot and clean section. No l

Brian Pepple bpepple at fedoraproject.org
Sat Jan 29 00:04:08 UTC 2011


commit 32612611aee5cdae0016ba616b5b43026224e2aa
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Fri Jan 28 19:04:16 2011 -0500

    - Update to 0.6.5.
    - Add BR to run tests, and enable check.
    - Drop buildroot and clean section. No longer needed.

 .gitignore              |    1 +
 sources                 |    2 +-
 telepathy-sofiasip.spec |   18 +++++++++++-------
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 600cbd9..3a18a8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 telepathy-sofiasip-0.6.3.tar.gz
 /telepathy-sofiasip-0.6.4.tar.gz
+/telepathy-sofiasip-0.6.5.tar.gz
diff --git a/sources b/sources
index 8b5238e..c077553 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b17aba4ec655b7e8def45c3b8b7afac6  telepathy-sofiasip-0.6.4.tar.gz
+7ac41640b1d87bc5b8657ddc5992abaf  telepathy-sofiasip-0.6.5.tar.gz
diff --git a/telepathy-sofiasip.spec b/telepathy-sofiasip.spec
index 126dcd7..d5d375c 100644
--- a/telepathy-sofiasip.spec
+++ b/telepathy-sofiasip.spec
@@ -1,5 +1,5 @@
 Name:           telepathy-sofiasip
-Version:        0.6.4
+Version:        0.6.5
 Release:        1%{?dist}
 Summary:        SIP connection manager for Telepathy
 
@@ -7,7 +7,6 @@ Group:          Applications/Communications
 License:        LGPLv2+
 URL:            http://sourceforge.net/projects/tp-sofiasip
 Source0:        http://downloads.sourceforge.net/tp-sofiasip/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  dbus-devel
 BuildRequires:  dbus-glib-devel
@@ -16,6 +15,10 @@ BuildRequires:  sofia-sip-glib-devel >= 1.12.10
 BuildRequires:  libxslt
 BuildRequires:  python
 BuildRequires:  gtk-doc
+# Build Requires needed for tests.
+BuildRequires:	python-twisted
+BuildRequires:	dbus-python
+BuildRequires:	pygobject2
 
 Requires:       telepathy-filesystem
 
@@ -35,7 +38,7 @@ make %{?_smp_mflags}
 
 
 %check
-#make check
+make check
 
 
 %install
@@ -43,10 +46,6 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
 %defattr(-,root,root,-)
 %doc COPYING README NEWS TODO
@@ -58,6 +57,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan 28 2011 Brian Pepple <bpepple at fedoraproject.org> - 0.6.5-1
+- Update to 0.6.5.
+- Add BR to run tests, and enable check.
+- Drop buildroot and clean section. No longer needed.
+
 * Mon Sep  6 2010 Brian Pepple <bpepple at fedoraproject.org> - 0.6.4-1
 - Update to 0.6.4.
 


More information about the scm-commits mailing list