rpms/python-telepathy/F-8 python-telepathy.spec, 1.14, 1.15 sources, 1.9, 1.10

Matej Cepl (mcepl) fedora-extras-commits at redhat.com
Thu Nov 29 15:35:20 UTC 2007


Author: mcepl

Update of /cvs/pkgs/rpms/python-telepathy/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23117

Modified Files:
	python-telepathy.spec sources 
Log Message:
Fix missing examples/README


Index: python-telepathy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-telepathy/F-8/python-telepathy.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- python-telepathy.spec	2 Nov 2007 00:54:33 -0000	1.14
+++ python-telepathy.spec	29 Nov 2007 15:34:48 -0000	1.15
@@ -2,21 +2,25 @@
 
 Name:           python-telepathy
 Version:        0.14.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Python libraries for Telepathy
 
 Group:          Development/Languages
 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 >= 0.80
-BuildRequires:	libxslt
+BuildRequires:  dbus-python >= 0.80
+BuildRequires:  libxslt
 
-Requires:	dbus-python >= 0.80
+Requires:       dbus-python >= 0.80
 
 
 %description
@@ -25,7 +29,7 @@
 
 %prep
 %setup -q -n telepathy-python-%{version}
-
+install -p %{SOURCE1} examples/README
 
 %build
 %{__python} setup.py build
@@ -47,6 +51,11 @@
 
 
 %changelog
+* Wed Nov 28 2007 Matěj Cepl <mcepl at redhat.com> 0.14.0-3
+- Add examples/README missing from the upstream tarball (examples doesn't
+  make much sense without that).
+- Fix bloody TABs into spaces so that rpmlint is silent.
+
 * Thu Nov  1 2007 Brian Pepple <bpepple at fedoraproject.org> - 0.14.0-2
 - Add examples to docs. (#362161)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-telepathy/F-8/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	2 Nov 2007 00:54:33 -0000	1.9
+++ sources	29 Nov 2007 15:34:48 -0000	1.10
@@ -1 +1,2 @@
 a42cc4defcaf46099e07972ece791c2d  telepathy-python-0.14.0.tar.gz
+100cfb0ef7231513a617d989e86a2a3c  telepathy-python-README-examples




More information about the fedora-extras-commits mailing list