SPECS: python-telepathy.spec - noarch - package .egg-info for pyth...
qboosh
qboosh at pld-linux.org
Sat May 26 19:22:40 CEST 2007
Author: qboosh Date: Sat May 26 17:22:40 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- noarch
- package .egg-info for python 2.5
- use py_postclean macro
---- Files affected:
SPECS:
python-telepathy.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/python-telepathy.spec
diff -u SPECS/python-telepathy.spec:1.3 SPECS/python-telepathy.spec:1.4
--- SPECS/python-telepathy.spec:1.3 Sat May 26 19:17:27 2007
+++ SPECS/python-telepathy.spec Sat May 26 19:22:35 2007
@@ -9,8 +9,10 @@
Source0: http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-%{version}.tar.gz
# Source0-md5: a8c7d7cd3c0f18eff5848a1f060b979e
URL: http://telepathy.freedesktop.org/wiki/
-BuildRequires: python
+BuildRequires: python >= 1:2.5
BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.219
+BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -32,14 +34,14 @@
--root=$RPM_BUILD_ROOT \
--optimize=2
-find $RPM_BUILD_ROOT%{py_sitescriptdir} -name \*.py | xargs rm -f
+%py_postclean
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc AUTHORS README
+%doc AUTHORS README TODO-*
%dir %{py_sitescriptdir}/telepathy
%{py_sitescriptdir}/telepathy/*.py[co]
%dir %{py_sitescriptdir}/telepathy/_generated
@@ -48,6 +50,7 @@
%{py_sitescriptdir}/telepathy/client/*.py[co]
%dir %{py_sitescriptdir}/telepathy/server
%{py_sitescriptdir}/telepathy/server/*.py[co]
+%{py_sitescriptdir}/telepathy_python-*.egg-info
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -55,6 +58,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2007/05/26 17:22:35 qboosh
+- noarch
+- package .egg-info for python 2.5
+- use py_postclean macro
+
Revision 1.3 2007/05/26 17:17:27 qboosh
- renamed to python-telepathy
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-telepathy.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list