SPECS: telepathy-python.spec (NEW) - added
aredridel
aredridel at pld-linux.org
Tue May 15 00:03:58 CEST 2007
Author: aredridel Date: Mon May 14 22:03:58 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added
---- Files affected:
SPECS:
telepathy-python.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/telepathy-python.spec
diff -u /dev/null SPECS/telepathy-python.spec:1.1
--- /dev/null Tue May 15 00:03:58 2007
+++ SPECS/telepathy-python.spec Tue May 15 00:03:52 2007
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary: Python module to connect to Telepathy
+Name: telepathy-python
+Version: 0.13.10
+Release: 1
+License: LGPL
+Group: Libraries
+Source0: http://telepathy.freedesktop.org/releases/telepathy-python/%{name}-%{version}.tar.gz
+# Source0-md5: a8c7d7cd3c0f18eff5848a1f060b979e
+URL: http://telepathy.freedesktop.org/wiki/
+BuildRequires: python
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Python module to connect to Telepathy.
+
+%prep
+%setup -q
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+ --root=$RPM_BUILD_ROOT \
+ --optimize=2
+
+find $RPM_BUILD_ROOT%{py_sitescriptdir}/ -name \*.py | xargs rm -f
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%dir %{py_sitescriptdir}/telepathy
+%{py_sitescriptdir}/telepathy/*.py[co]
+%dir %{py_sitescriptdir}/telepathy/_generated/
+%{py_sitescriptdir}/telepathy/_generated/*.py[co]
+%dir %{py_sitescriptdir}/telepathy/client/
+%{py_sitescriptdir}/telepathy/client/*.py[co]
+%dir %{py_sitescriptdir}/telepathy/server/
+%{py_sitescriptdir}/telepathy/server/*.py[co]
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/05/14 22:03:52 aredridel
+- added
+
================================================================
More information about the pld-cvs-commit
mailing list