rpms/python-xmpp/devel python-xmpp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Sun May 28 13:24:44 UTC 2006


Author: jcollie

Update of /cvs/extras/rpms/python-xmpp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10964/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-xmpp.spec 
Log Message:
auto-import python-xmpp-0.3.1-1 on branch devel from python-xmpp-0.3.1-1.src.rpm


--- NEW FILE python-xmpp.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Name:           python-xmpp
Version:        0.3.1
Release:        1%{?dist}
Summary:        Python library for easy scripting with Jabber

Group:          Development/Languages
License:        GPL
URL:            http://xmpppy.sourceforge.net/
Source0:        http://dl.sourceforge.net/xmpppy/xmpppy-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
Requires:	python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
Requires:	python-dns

%description
xmpppy is a Python library that is targeted to provide easy scripting
with Jabber. Similar projects are Twisted Words and jabber.py.

This library was not designed from scratch. It inherits some code from
jabberpy and have very similar API in many places. Though it is
separate project since it have almost completely different
architecture and primarily aims to work with jabberd2 - the new Open
Source Jabber Server.

%prep
%setup -q -n xmpppy-%{version}

# strip executable permissions so that dependencies aren't picked up
# from documentation files.
find doc -type f | xargs chmod a-x

%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc ChangeLog README doc/*

%dir %{python_sitelib}/xmpp
%{python_sitelib}/xmpp/*.py
%{python_sitelib}/xmpp/*.pyc
%ghost %{python_sitelib}/xmpp/*.pyo

%changelog
* Fri May 26 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.3.1-1
- First version for Fedora Extras



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-xmpp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 May 2006 13:24:04 -0000	1.1
+++ .cvsignore	28 May 2006 13:24:44 -0000	1.2
@@ -0,0 +1 @@
+xmpppy-0.3.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-xmpp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 May 2006 13:24:04 -0000	1.1
+++ sources	28 May 2006 13:24:44 -0000	1.2
@@ -0,0 +1 @@
+56e8df54288e57bd626cb53b31e2b41c  xmpppy-0.3.1.tar.gz




More information about the fedora-extras-commits mailing list