Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 1af45e592b0845f50b1f64400d99ca54 > files > 2

python-soap-0.11.3-2mdk.src.rpm

%define name	python-soap
%define version 0.11.3
%define release 2mdk

Name: 	 	%{name}
Summary: 	A SOAP library for python
Version: 	%{version}
Release: 	%{release}

Source:		SOAPpy-%version.tar.bz2
URL:		http://pywebsvcs.sourceforge.net/
License:	BSD
Group:		Development/Python
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildArch:	noarch
BuildRequires:	python-devel python-fpconst
Requires:	python-fpconst

%description
Web services for Python programmers, both client and servers. This
includes SOAP, WSDL, UDDI, etc.

%prep
%setup -q -n SOAPpy-%version

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc docs/* validate tests tools contrib bid
%_libdir/python2*/site-packages/SOAPpy

%changelog
* Sun Dec 05 2004 Michael Scherer <misc@mandrake.org> 0.11.3-2mdk
- Rebuild for new  python

* Sun Feb 22 2004 Austin Acton <austin@mandrake.org> 0.11.3-1mdk
- first release