SPECS: python-pygoogle.spec (NEW) - initial; I don't like having i...

mmazur mmazur at pld-linux.org
Sun Jun 12 14:27:58 CEST 2005


Author: mmazur                       Date: Sun Jun 12 12:27:58 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial; I don't like having internal SOAP support though; will need to check
  SOAPpy compatibility

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

---- Diffs:

================================================================
Index: SPECS/python-pygoogle.spec
diff -u /dev/null SPECS/python-pygoogle.spec:1.1
--- /dev/null	Sun Jun 12 14:27:58 2005
+++ SPECS/python-pygoogle.spec	Sun Jun 12 14:27:53 2005
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+
+%define		module	pygoogle
+
+Summary:	Python interface to Google API
+Summary(pl):	Interfejs Pythona do Google API
+Name:		python-%{module}
+Version:	0.6
+Release:	0.1
+License:	PSF
+Group:		Libraries/Python
+Source0:	http://dl.sourceforge.net/%{module}/%{module}-%{version}.tar.gz
+# Source0-md5:	8a613ac4d294bdd45601f9177d957090
+URL:		http://pygoogle.sourceforge.net/
+%pyrequires_eq	python-modules
+BuildRequires:	python-devel >= 2.2.1
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Interface to Google API.
+
+%description -l pl
+Interfejs do Google API.
+
+%prep
+%setup -q -n %{module}-%{version}
+
+python setup.py build_py --compile --optimize=2
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{py_sitescriptdir}
+
+cp build/lib/{google,SOAP,GoogleSOAPFacade}.py{c,o} $RPM_BUILD_ROOT%{py_sitescriptdir}
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc doc/*
+%{py_sitescriptdir}/*.py?
+
+%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  2005/06/12 12:27:53  mmazur
+- initial; I don't like having internal SOAP support though; will need to check
+  SOAPpy compatibility
+
================================================================



More information about the pld-cvs-commit mailing list