rpms/python-telepathy/OLPC-2 .cvsignore, 1.7, 1.8 python-telepathy.spec, 1.12, 1.13 sources, 1.7, 1.8

Morgan Collett (morgan) fedora-extras-commits at redhat.com
Wed Apr 9 13:12:56 UTC 2008


Author: morgan

Update of /cvs/pkgs/rpms/python-telepathy/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8056

Modified Files:
	.cvsignore python-telepathy.spec sources 
Log Message:
Update OLPC2 to latest upstream


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-telepathy/OLPC-2/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	12 Oct 2007 16:24:59 -0000	1.7
+++ .cvsignore	9 Apr 2008 13:12:16 -0000	1.8
@@ -1,2 +1,2 @@
-telepathy-python-0.13.12.tar.gz
-telepathy-python-0.14.0.tar.gz
+telepathy-python-0.15.0.tar.gz
+telepathy-python-README-examples


Index: python-telepathy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-telepathy/OLPC-2/python-telepathy.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- python-telepathy.spec	12 Oct 2007 16:24:59 -0000	1.12
+++ python-telepathy.spec	9 Apr 2008 13:12:16 -0000	1.13
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-telepathy
-Version:        0.14.0
+Version:        0.15.0
 Release:        1%{?dist}
 Summary:        Python libraries for Telepathy
 
@@ -9,14 +9,18 @@
 License:        LGPLv2+
 URL:            http://telepathy.freedesktop.org/wiki/
 Source0:        http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-%{version}.tar.gz
+# The following is originally from 
+# http://darcs.collabora.co.uk/darcs/telepathy/telepathy-python/examples/README
+# but it is by mistake missing from the usptream tarball
+Source1:        telepathy-python-README-examples
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python-devel
-BuildRequires:	dbus-python
-BuildRequires:	libxslt
+BuildRequires:  dbus-python >= 0.80
+BuildRequires:  libxslt
 
-Requires:	dbus-python
+Requires:       dbus-python >= 0.80
 
 
 %description
@@ -25,16 +29,15 @@
 
 %prep
 %setup -q -n telepathy-python-%{version}
-
+install -p %{SOURCE1} examples/README
 
 %build
 %{__python} setup.py build
-
+chmod 0644 examples/*
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-
  
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -42,11 +45,14 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING AUTHORS README
+%doc COPYING AUTHORS README examples/
 %{python_sitelib}/telepathy/
 
 
 %changelog
+* Wed Apr 9 2008 Morgan Collett <morgan.collett at collabora.co.uk> - 0.15.0-1
+- Switch to latest upstream release
+
 * Fri Oct 12 2007 Marco Pesenti Gritti <mpg at redhat.com> - 0.14.0-1
 - New upstream release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-telepathy/OLPC-2/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	12 Oct 2007 16:24:59 -0000	1.7
+++ sources	9 Apr 2008 13:12:16 -0000	1.8
@@ -1,2 +1,2 @@
-46e029d421c7383f616e282adb385aa8  telepathy-python-0.13.12.tar.gz
-a42cc4defcaf46099e07972ece791c2d  telepathy-python-0.14.0.tar.gz
+678a28e3b7d06f75940beec28130d9a5  telepathy-python-0.15.0.tar.gz
+100cfb0ef7231513a617d989e86a2a3c  telepathy-python-README-examples




More information about the fedora-extras-commits mailing list