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

Brian Pepple bpepple at fedoraproject.org
Mon Oct 12 23:04:00 UTC 2009


Author: bpepple

Update of /cvs/pkgs/rpms/python-telepathy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15702

Modified Files:
	.cvsignore python-telepathy.spec sources 
Log Message:
* Mon Oct 12 2009 Brian Pepple <bpepple at fedoraproject.org> - 0.15.12-1
- Update to 0.15.12.
- Modify to use autotools.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-telepathy/devel/.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	12 Oct 2009 23:04:00 -0000	1.22
@@ -1 +1 @@
-telepathy-python-0.15.11.tar.gz
+telepathy-python-0.15.12.tar.gz


Index: python-telepathy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-telepathy/devel/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	12 Oct 2009 23:04:00 -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.12
 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,13 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc COPYING AUTHORS README NEWS examples/
 %{python_sitelib}/telepathy/
-%{python_sitelib}/*.egg-info
 
 
 %changelog
+* 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/devel/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	12 Oct 2009 23:04:00 -0000	1.22
@@ -1 +1 @@
-6ab0d05717d05889d4018dd43f071ff0  telepathy-python-0.15.11.tar.gz
+5d3956d9729862c23be34e4815c77d33  telepathy-python-0.15.12.tar.gz




More information about the fedora-extras-commits mailing list