SPECS: python-pyxmpp.spec - added m2crypto patch (needed with rece...

qboosh qboosh at pld-linux.org
Thu Dec 7 00:34:25 CET 2006


Author: qboosh                       Date: Wed Dec  6 23:34:25 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added m2crypto patch (needed with recent m2crypto, needs >= 0.17-0.beta1.2)
- package .egg-info for python 2.5
- release 3

---- Files affected:
SPECS:
   python-pyxmpp.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/python-pyxmpp.spec
diff -u SPECS/python-pyxmpp.spec:1.20 SPECS/python-pyxmpp.spec:1.21
--- SPECS/python-pyxmpp.spec:1.20	Mon Aug 28 07:49:30 2006
+++ SPECS/python-pyxmpp.spec	Thu Dec  7 00:34:20 2006
@@ -3,17 +3,19 @@
 Summary(pl):	Biblioteka Jabber/XMPP dla Pythona
 Name:		python-pyxmpp
 Version:	1.0.0
-Release:	2
+Release:	3
 License:	LGPL
 Group:		Libraries/Python
 Source0:	http://files.jabberstudio.org/pyxmpp/pyxmpp-%{version}.tar.gz
 # Source0-md5:	02700da5a2f36b57916e9da200d2c14f
+Patch0:		%{name}-m2crypto.patch
 URL:		http://pyxmpp.jabberstudio.org/
 BuildRequires:	libxml2-devel >= 2.6.19
-BuildRequires:	python-devel >= 1:2.3.0
+BuildRequires:	python-devel >= 1:2.5
 %pyrequires_eq	python-modules
 Requires:	python-dns
 Requires:	python-libxml2 >= 2.6.19
+Conflicts:	python-M2Crypto < 0.17-0.beta1.2
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -24,8 +26,10 @@
 
 %prep
 %setup -qn pyxmpp-%{version}
+%patch0 -p1
 
 %build
+export CFLAGS="%{rpmcflags}"
 python setup.py build
 
 %install
@@ -46,6 +50,7 @@
 %{py_sitedir}/pyxmpp/jabber
 %{py_sitedir}/pyxmpp/jabberd
 %{py_sitedir}/pyxmpp/sasl
+%{py_sitedir}/pyxmpp-*.egg-info
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -53,6 +58,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2006/12/06 23:34:20  qboosh
+- added m2crypto patch (needed with recent m2crypto, needs >= 0.17-0.beta1.2)
+- package .egg-info for python 2.5
+- release 3
+
 Revision 1.20  2006/08/28 05:49:30  freetz
 - rel.2 for rebuild with new python
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-pyxmpp.spec?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list