rpms/python-telepathy/F-12 .cvsignore, 1.21, 1.22 python-telepathy.spec, 1.33, 1.34 sources, 1.21, 1.22

Brian Pepple bpepple at fedoraproject.org
Wed Jan 20 00:08:07 UTC 2010


Author: bpepple

Update of /cvs/pkgs/rpms/python-telepathy/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21566

Modified Files:
	.cvsignore python-telepathy.spec sources 
Log Message:
* Tue Jan 19 2010 Brian Pepple <bpepple at fedoraproject.org> - 0.15.14-1
- Update to 0.15.14.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-telepathy/F-12/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- .cvsignore	18 Aug 2009 23:17:36 -0000	1.21
+++ .cvsignore	20 Jan 2010 00:08:06 -0000	1.22
@@ -1 +1 @@
-telepathy-python-0.15.11.tar.gz
+telepathy-python-0.15.14.tar.gz


Index: python-telepathy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-telepathy/F-12/python-telepathy.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- python-telepathy.spec	18 Aug 2009 23:17:36 -0000	1.33
+++ python-telepathy.spec	20 Jan 2010 00:08:06 -0000	1.34
@@ -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.15.11
+Version:        0.15.14
 Release:        1%{?dist}
 Summary:        Python libraries for Telepathy
 
@@ -28,13 +28,14 @@ Python libraries for use in Telepathy cl
 
 
 %build
-%{__python} setup.py build
+%configure
+make
 chmod 0644 examples/*
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
 
  
 %clean
@@ -45,10 +46,19 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc COPYING AUTHORS README NEWS examples/
 %{python_sitelib}/telepathy/
-%{python_sitelib}/*.egg-info
 
 
 %changelog
+* Tue Jan 19 2010 Brian Pepple <bpepple at fedoraproject.org> - 0.15.14-1
+- Update to 0.15.14.
+
+* Mon Dec 14 2009 Brian Pepple <bpepple at fedoraproject.org> - 0.15.13-1
+- Update to 0.15.13.
+
+* Mon Oct 12 2009 Brian Pepple <bpepple at fedoraproject.org> - 0.15.12-1
+- Update to 0.15.12.
+- Modify to use autotools.
+
 * Tue Aug 18 2009 Brian Pepple <bpepple at fedoraproject.org> - 0.15.11-1
 - Update to 0.15.11.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-telepathy/F-12/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- sources	18 Aug 2009 23:17:36 -0000	1.21
+++ sources	20 Jan 2010 00:08:07 -0000	1.22
@@ -1 +1 @@
-6ab0d05717d05889d4018dd43f071ff0  telepathy-python-0.15.11.tar.gz
+058b929055710410f420989c20d5e981  telepathy-python-0.15.14.tar.gz



More information about the scm-commits mailing list