packages: googlecl/googlecl.spec (NEW) - Initial add

caleb caleb at pld-linux.org
Mon Jun 21 11:26:16 CEST 2010


Author: caleb                        Date: Mon Jun 21 09:26:16 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- Initial add

---- Files affected:
packages/googlecl:
   googlecl.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/googlecl/googlecl.spec
diff -u /dev/null packages/googlecl/googlecl.spec:1.1
--- /dev/null	Mon Jun 21 11:26:16 2010
+++ packages/googlecl/googlecl.spec	Mon Jun 21 11:26:11 2010
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:	Command line tools for the Google Data APIs
+Name:		googlecl
+Version:	0.9.7
+Release:	0.1
+License:	Apache v2.0
+Group:		Applications/Text
+Source0:	http://googlecl.googlecode.com/files/%{name}-%{version}.tar.gz
+# Source0-md5:	936bdb036c340eb1f9d5b9b6b592e1b2
+URL:		http://code.google.com/p/googlecl/
+Requires:	python-gdata >= 2
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Google Data APIs allow programmatic access to various Google
+services. This package wraps a subset of those APIs into a
+command-line tool that makes it easy to do things like posting to a
+Blogger blog, uploading files to Picasa, or editing a Google Docs
+file.
+
+%prep
+%setup -q
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install \
+	--optimize=2 \
+	--root=$RPM_BUILD_ROOT
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/google
+%{py_sitescriptdir}/%{name}
+%{py_sitescriptdir}/*.egg-info
+
+%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  2010/06/21 09:26:11  caleb
+- Initial add
+
================================================================


More information about the pld-cvs-commit mailing list