SPECS: telepathy-butterfly.spec (NEW) - added

aredridel aredridel at pld-linux.org
Tue May 15 00:10:08 CEST 2007


Author: aredridel                    Date: Mon May 14 22:10:08 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

---- Files affected:
SPECS:
   telepathy-butterfly.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/telepathy-butterfly.spec
diff -u /dev/null SPECS/telepathy-butterfly.spec:1.1
--- /dev/null	Tue May 15 00:10:08 2007
+++ SPECS/telepathy-butterfly.spec	Tue May 15 00:10:00 2007
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary:	A Telepathy connection manager for MSN
+Name:		telepathy-butterfly
+Version:	0.1.4
+Release:	1
+License:	LGPL
+Group:		Libraries
+Source0:	http://telepathy.freedesktop.org/releases/telepathy-butterfly/%{name}-%{version}.tar.gz
+# Source0-md5:	1f7cdbbdd45a85695931839b33bd6863
+URL:		http://telepathy.freedesktop.org/wiki/
+BuildRequires:	python
+Requires:	python-pymsn
+Requires:	telepathy-python
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A connection manager to connect Telepathy to MSN.
+
+%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 ChangeLog
+%attr(755,root,root) %{_bindir}/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]
+
+%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:10:00  aredridel
+- added
+
================================================================


More information about the pld-cvs-commit mailing list