61 lines
1.7 KiB
RPMSpec
61 lines
1.7 KiB
RPMSpec
Name: python-SOAP
|
|
Version: 0.12.0
|
|
Release: 3mamba
|
|
Summary: A SOAP library for python
|
|
Group: System/Libraries/Python
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Automatic Build System <autodist@mambasoft.it>
|
|
URL: http://pywebsvcs.sourceforge.net/
|
|
Source: http://downloads.sourceforge.net/pywebsvcs/SOAPpy-%{version}.tar.gz
|
|
Patch0: %{name}-0.12.0-python2.6.patch
|
|
License: BSD
|
|
Requires: python >= %python_version
|
|
BuildRequires: python-fpconst
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: libpython-devel >= %python_version
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
Web services for Python programmers, both client and servers. This
|
|
includes SOAP, WSDL, UDDI, etc.
|
|
|
|
%prep
|
|
|
|
%setup -q -n SOAPpy-%{version}
|
|
%patch0 -p1
|
|
|
|
%build
|
|
python setup.py build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
python setup.py install \
|
|
--root="%{buildroot}" \
|
|
--install-headers=%{_includedir}/python \
|
|
--install-lib=%{python_sitearch}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%dir %{python_sitearch}/SOAPpy
|
|
%{python_sitearch}/SOAPpy/*.py
|
|
%{python_sitearch}/SOAPpy/*.pyc
|
|
%{python_sitearch}/SOAPpy-%{version}-py*.egg-info
|
|
%dir %{python_sitearch}/SOAPpy/wstools
|
|
%{python_sitearch}/SOAPpy/wstools/*.py
|
|
%{python_sitearch}/SOAPpy/wstools/*.pyc
|
|
|
|
%changelog
|
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.0-3mamba
|
|
- python 2.7 mass rebuild
|
|
|
|
* Mon May 18 2009 Automatic Build System <autodist@mambasoft.it> 0.12.0-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Mon Aug 18 2008 gil <puntogil@libero.it> 0.12.0-1mamba
|
|
- package created by autospec
|