rpms/python-gdata/devel python-gdata.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Sun Oct 21 17:54:49 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/python-gdata/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18747/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-gdata.spec 
Log Message:
Import first version



--- NEW FILE python-gdata.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           python-gdata
Version:        1.0.8
Release:        2%{?dist}
Summary:        A Python module for accessing online Google services

Group:          Development/Languages
License:        ASL 2.0
URL:            http://code.google.com/p/gdata-python-client/
Source0:        http://gdata-python-client.googlecode.com/files/gdata.py-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
Requires:       python >= 2.5

%description
This is a Python module for accessing online Google services, such as:
- Blogger
- Calendar
- Picasa Web Albums
- Spreadsheets
- YouTube
- Notebook

%prep
%setup -q -n gdata.py-%{version}

%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build

chmod -x samples/*/*.py

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README.txt RELEASE_NOTES.txt samples/
%{python_sitelib}/atom
%{python_sitelib}/gdata

%changelog
* Tue Oct 16 2007 - Bastien Nocera <bnocera at redhat.com> - 1.0.8-2
- Remove python-elementtree dep, it's builtin to Python 2.5
- Add samples to the docs, for documentation purposes
- Remove unneeded macro

* Fri Oct 12 2007 - Bastien Nocera <bnocera at redhat.com> - 1.0.8-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-gdata/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Oct 2007 16:32:12 -0000	1.1
+++ .cvsignore	21 Oct 2007 17:54:16 -0000	1.2
@@ -0,0 +1 @@
+gdata.py-1.0.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-gdata/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Oct 2007 16:32:12 -0000	1.1
+++ sources	21 Oct 2007 17:54:16 -0000	1.2
@@ -0,0 +1 @@
+b6f6aa192446047d8045d3c30345f1ef  gdata.py-1.0.8.tar.gz




More information about the fedora-extras-commits mailing list