]> git.pld-linux.org Git - packages/python-pygoogle.git/commitdiff
- initial; I don't like having internal SOAP support though; will need to check
authorMariusz Mazur <mmazur@pld-linux.org>
Sun, 12 Jun 2005 12:27:53 +0000 (12:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  SOAPpy compatibility

Changed files:
    python-pygoogle.spec -> 1.1

python-pygoogle.spec [new file with mode: 0644]

diff --git a/python-pygoogle.spec b/python-pygoogle.spec
new file mode 100644 (file)
index 0000000..146095b
--- /dev/null
@@ -0,0 +1,42 @@
+
+%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?
This page took 0.07288 seconds and 4 git commands to generate.