Author: aredridel Date: Thu Mar 6 07:03:43 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.3.1
---- Files affected: SPECS: telepathy-butterfly.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/telepathy-butterfly.spec diff -u SPECS/telepathy-butterfly.spec:1.4 SPECS/telepathy-butterfly.spec:1.5 --- SPECS/telepathy-butterfly.spec:1.4 Tue Jun 12 21:24:58 2007 +++ SPECS/telepathy-butterfly.spec Thu Mar 6 08:03:37 2008 @@ -2,12 +2,12 @@ Summary: A Telepathy connection manager for MSN Summary(pl.UTF-8): Zarządca połączeń Telepathy dla MSN Name: telepathy-butterfly -Version: 0.1.4 +Version: 0.3.1 Release: 1 License: LGPL Group: Libraries Source0: http://telepathy.freedesktop.org/releases/telepathy-butterfly/%{name}-%{version}.tar.gz -# Source0-md5: 1f7cdbbdd45a85695931839b33bd6863 +# Source0-md5: 30f95672c5317c050996f73e792b7c41 URL: http://telepathy.freedesktop.org/wiki/ BuildRequires: python >= 1:2.5 BuildRequires: rpm-pythonprov @@ -26,14 +26,13 @@ %setup -q %build -python setup.py build +./waf configure --prefix=%{_prefix} --libexecdir=%{_libdir} +./waf build %install rm -rf $RPM_BUILD_ROOT -python setup.py install \ - --root=$RPM_BUILD_ROOT \ - --optimize=2 +./waf --destdir=$RPM_BUILD_ROOT install %py_postclean @@ -42,13 +41,17 @@ %files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog -%attr(755,root,root) %{_bindir}/telepathy-butterfly +%doc AUTHORS +%attr(755,root,root) %{_libdir}/telepathy-butterfly %{_datadir}/telepathy/managers/butterfly.manager %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.butterfly.service -%dir %{py_sitescriptdir}/TelepathyButterfly -%{py_sitescriptdir}/TelepathyButterfly/*.py[co] -%{py_sitescriptdir}/telepathy_butterfly-*.egg-info +%dir %{py_sitedir}/butterfly +%{py_sitedir}/butterfly/*.py[co] +%dir %{py_sitedir}/butterfly/channel +%{py_sitedir}/butterfly/channel/*.py[co] +%dir %{py_sitedir}/butterfly/util +%{py_sitedir}/butterfly/util/*.py[co] + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -56,6 +59,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2008-03-06 07:03:37 aredridel +- 0.3.1 + Revision 1.4 2007-06-12 19:24:58 megabajt - package *.egg-info - use %py_postclean macro ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/telepathy-butterfly.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
