packages: python-telepathy/python-telepathy.spec - 0.15.15
patrys
patrys at pld-linux.org
Fri Jan 22 12:40:46 CET 2010
Author: patrys Date: Fri Jan 22 11:40:45 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- 0.15.15
---- Files affected:
packages/python-telepathy:
python-telepathy.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: packages/python-telepathy/python-telepathy.spec
diff -u packages/python-telepathy/python-telepathy.spec:1.9 packages/python-telepathy/python-telepathy.spec:1.10
--- packages/python-telepathy/python-telepathy.spec:1.9 Sat Mar 14 15:14:10 2009
+++ packages/python-telepathy/python-telepathy.spec Fri Jan 22 12:40:40 2010
@@ -2,13 +2,15 @@
Summary: Python module to connect to Telepathy
Summary(pl.UTF-8): Moduł Pythona do łączenia się z Telepathy
Name: python-telepathy
-Version: 0.15.7
+Version: 0.15.15
Release: 1
License: LGPL
Group: Libraries/Python
Source0: http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-%{version}.tar.gz
-# Source0-md5: e65f660f10076df4149b64308b650de1
+# Source0-md5: 714fac03ff1386092f209f7ec398d261
URL: http://telepathy.freedesktop.org/wiki/
+BuildRequires: autoconf
+BuildRequires: automake
BuildRequires: python >= 1:2.5
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.219
@@ -37,15 +39,18 @@
%setup -q -n telepathy-python-%{version}
%build
-python setup.py build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-python setup.py install \
- --root=$RPM_BUILD_ROOT \
- --optimize=2
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
@@ -65,7 +70,6 @@
%{py_sitescriptdir}/telepathy/client/*.py[co]
%dir %{py_sitescriptdir}/telepathy/server
%{py_sitescriptdir}/telepathy/server/*.py[co]
-%{py_sitescriptdir}/telepathy_python-*.egg-info
%files examples
%defattr(644,root,root,755)
@@ -77,6 +81,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2010/01/22 11:40:40 patrys
+- 0.15.15
+
Revision 1.9 2009/03/14 14:14:10 duddits
- up to 0.15.7
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-telepathy/python-telepathy.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list