SPECS: python-pymsn.spec (NEW) - new

megabajt megabajt at pld-linux.org
Tue Jun 12 20:18:44 CEST 2007


Author: megabajt                     Date: Tue Jun 12 18:18:44 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   python-pymsn.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/python-pymsn.spec
diff -u /dev/null SPECS/python-pymsn.spec:1.1
--- /dev/null	Tue Jun 12 20:18:44 2007
+++ SPECS/python-pymsn.spec	Tue Jun 12 20:18:39 2007
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary:	Python module for the MSN protocol
+Name:		python-pymsn
+Version:	0.2.2
+Release:	1
+License:	GPL
+Group:		Libraries/Python
+Source0:	http://telepathy.freedesktop.org/releases/pymsn/pymsn-%{version}.tar.gz
+# Source0-md5:	db54e7181ed226e0f047e83677aa706d
+URL:		http://telepathy.freedesktop.org/wiki/Pymsn
+BuildRequires:	python >= 1:2.5
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.219
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Python module for the MSN protocol.
+
+%prep
+%setup -q -n pymsn-%{version}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+        --root=$RPM_BUILD_ROOT \
+        --optimize=2
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README NEWS
+%dir %{py_sitescriptdir}/pymsn
+%{py_sitescriptdir}/pymsn/*.py[co]
+%dir %{py_sitescriptdir}/pymsn/gio
+%{py_sitescriptdir}/pymsn/gio/*.py[co]
+%{py_sitescriptdir}/pymsn-*.egg-info
+
+%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/06/12 18:18:39  megabajt
+- new
+
================================================================


More information about the pld-cvs-commit mailing list