SPECS: python-zsirpc.spec (NEW) - new

arekm arekm at pld-linux.org
Fri Sep 5 10:08:38 CEST 2008


Author: arekm                        Date: Fri Sep  5 08:08:38 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   python-zsirpc.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/python-zsirpc.spec
diff -u /dev/null SPECS/python-zsirpc.spec:1.1
--- /dev/null	Fri Sep  5 10:08:38 2008
+++ SPECS/python-zsirpc.spec	Fri Sep  5 10:08:33 2008
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary:	Simplified wrapper for ZSI SOAP module
+Name:		python-zsirpc
+Version:	1.1
+Release:	1
+License:	Python
+Group:		Libraries/Python
+Source0:	http://dl.sourceforge.net/ose/zsirpc-%{version}.tar.gz
+# Source0-md5:	aaecf87a04d3f2f8f96ca430dbbd5ba7
+URL:		http://ose.sourceforge.net/
+%pyrequires_eq	python
+Requires:	python-ZSI
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Simplified wrapper for ZSI SOAP module.
+
+%prep
+%setup -q -n zsirpc-%{version}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{py_sitescriptdir}
+
+python setup.py install \
+	--optimize=2 \
+	--root=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%doc zsi*.py functions.py
+%{py_sitescriptdir}/*.egg-info
+%dir %{py_sitescriptdir}/zsirpc
+%{py_sitescriptdir}/zsirpc/*.py[co]
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/09/05 08:08:33  arekm
+- new
+
================================================================


More information about the pld-cvs-commit mailing list