packages: python-papyon/python-papyon.spec (NEW) - new, a fork of pymsn (ht...

glen glen at pld-linux.org
Tue May 12 16:15:27 CEST 2009


Author: glen                         Date: Tue May 12 14:15:27 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new, a fork of pymsn (http://telepathy.freedesktop.org/wiki/Pymsn) for amsn2

---- Files affected:
packages/python-papyon:
   python-papyon.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/python-papyon/python-papyon.spec
diff -u /dev/null packages/python-papyon/python-papyon.spec:1.1
--- /dev/null	Tue May 12 16:15:27 2009
+++ packages/python-papyon/python-papyon.spec	Tue May 12 16:15:22 2009
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+%define 	module	papyon
+Summary:	An implementation of the MSN Messenger Protocol
+Name:		python-%{module}
+Version:	0.3.3
+Release:	0.1
+License:	GPL v2+
+Group:		Development/Languages/Python
+Source0:	%{module}.tar.bz2
+# Source0-md5:	8497be52702c8abdaa1028f8325042a4
+URL:		http://github.com/Kjir/papyon/tree/master
+BuildRequires:	python >= 1:2.5
+BuildRequires:	python-pyOpenSSL
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.219
+Requires:	python >= 1:2.5
+Requires:	python-pyOpenSSL
+Requires:	python-pygobject >= 2.10
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+papyon is a library, written in Python, for accessing the MSN instant
+messaging service.
+
+%prep
+%setup -q -n %{module}
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install \
+	--root=$RPM_BUILD_ROOT
+
+%py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
+%py_comp $RPM_BUILD_ROOT%{py_sitedir}
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README doc/user-api.conf
+%{py_sitescriptdir}/papyon
+%if "%{py_ver}" > "2.4"
+%{py_sitescriptdir}/papyon-*.egg-info
+%endif
+
+%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  2009/05/12 14:15:22  glen
+- new, a fork of pymsn (http://telepathy.freedesktop.org/wiki/Pymsn) for amsn2
================================================================


More information about the pld-cvs-commit mailing list