rpms/python-telepathy/devel .cvsignore, 1.9, 1.10 python-telepathy.spec, 1.16, 1.17 sources, 1.9, 1.10

Matej Cepl (mcepl) fedora-extras-commits at redhat.com
Wed Nov 28 21:52:41 UTC 2007


Author: mcepl

Update of /cvs/extras/rpms/python-telepathy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9821

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-telepathy/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	13 Oct 2007 23:36:59 -0000	1.9
+++ .cvsignore	28 Nov 2007 21:52:08 -0000	1.10
@@ -1 +1,2 @@
 telepathy-python-0.14.0.tar.gz
+telepathy-python-README-examples


Index: python-telepathy.spec
===================================================================
RCS file: /cvs/extras/rpms/python-telepathy/devel/python-telepathy.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- python-telepathy.spec	2 Nov 2007 00:42:13 -0000	1.16
+++ python-telepathy.spec	28 Nov 2007 21:52:08 -0000	1.17
@@ -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,8 +51,13 @@
 
 
 %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.
+- Add examples to docs. (#362161)
 
 * Sat Oct 13 2007 Brian Pepple <bpepple at fedoraproject.org> - 0.14.0-1
 - Update to 0.14.0.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-telepathy/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	13 Oct 2007 23:36:59 -0000	1.9
+++ sources	28 Nov 2007 21:52:08 -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