[python-soaplib/origin/f12/master] Initial commit of python-soaplib spec

Jordan O'Mara jomara at fedoraproject.org
Thu Oct 28 18:16:37 UTC 2010


commit 0af24e1929231e65935fd2b572dd2045ce25fe49
Author: Jordan OMara <jomara at redhat.com>
Date:   Thu Oct 28 14:16:56 2010 -0400

    Initial commit of python-soaplib spec

 .gitignore          |    1 +
 python-soaplib.spec |   73 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 75 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b9b8c5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/soaplib-0.8.1.tar
diff --git a/python-soaplib.spec b/python-soaplib.spec
new file mode 100644
index 0000000..bf0d1a7
--- /dev/null
+++ b/python-soaplib.spec
@@ -0,0 +1,73 @@
+# sitelib for noarch packages
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+
+Name:           python-soaplib
+Version:        0.8.1
+Release:        4%{?dist}
+Summary:        A python library for writing and calling soap web services
+
+Group:          Development/Languages
+License:        LGPLv2+
+URL:            http://pypi.python.org/pypi/soaplib/0.8.1 
+Source0:        http://github.com/downloads/arskom/soaplib/soaplib-0.8.1.tar 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+BuildRequires:  python-devel, python-setuptools, python-lxml, pytz
+Requires:       pytz, python-lxml 
+
+
+%description
+Soaplib is an easy to use python library for writing and calling soap web
+services. Webservices written with soaplib are simple, lightweight, work
+well with other SOAP implementations, and can be deployed as WSGI 
+applications.
+
+
+%prep
+%setup -q -c soaplib
+
+
+%build
+%{__python} setup.py build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
+
+%check
+%{__python} setup.py test
+ 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc LICENSE soaplib_docs.markdown
+# For noarch packages: sitelib
+%{python_sitelib}/*
+%exclude %{python_sitelib}/tests
+
+%changelog
+* Mon Jul 19 2010 Jordan O'Mara <jomara at redhat.com> - 0.8.1-4
+- Reverting the last change; use 'rpmbuild-md5' from commandline instead
+
+* Wed Jun 02 2010 Chris Alfonso <calfonso at redhat.com> - 0.8.1-3
+- Specifying hash algorithm
+
+* Tue Jun 01 2010 Jordan O'Mara <jsomara at gmail.com> - 0.8.1-2
+- Using the upstream src package; using -c with prep 
+
+* Wed May 12 2010 Jordan O'Mara <jsomara at gmail.com> - 0.8.1-1
+- Replacing 0.7.2 with 0.8.1, which no longer needs patching
+
+* Tue May 11 2010 Jordan O'Mara <jsomara at gmail.com> - 0.7.2-3.20080816svn39
+- Updating package based on fedora project comments
+
+* Wed Feb  4 2009 Jordan O'Mara <jsomara at gmail.com> - 0.7.2-2.20080816svn39
+- Added patch for manually setting wsdl url
+
+* Tue Sep 16 2008 Jordan O'Mara <jsomara at gmail.com> - 0.7.2-1.20080816svn39
+- Initial packaging for Fedora.
diff --git a/sources b/sources
index e69de29..5aa007b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ffadfa2fbf285163a86eeb667aedfea3  soaplib-0.8.1.tar


More information about the scm-commits mailing list