SPECS: python-gdata.spec - updated to 1.0.9
megabajt
megabajt at pld-linux.org
Sat Oct 27 21:56:52 CEST 2007
Author: megabajt Date: Sat Oct 27 19:56:52 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.0.9
---- Files affected:
SPECS:
python-gdata.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/python-gdata.spec
diff -u SPECS/python-gdata.spec:1.1 SPECS/python-gdata.spec:1.2
--- SPECS/python-gdata.spec:1.1 Tue Oct 2 16:19:02 2007
+++ SPECS/python-gdata.spec Sat Oct 27 21:56:47 2007
@@ -3,14 +3,15 @@
#
Summary: Google Data API for Python
Name: python-%{module}
-Version: 1.0.8
+Version: 1.0.9
Release: 1
License: Apache Group License v2.0
Group: Development/Languages/Python
Source0: http://gdata-python-client.googlecode.com/files/%{module}.py-%{version}.tar.gz
-# Source0-md5: b6f6aa192446047d8045d3c30345f1ef
+# Source0-md5: adbc747e1073072eff6a74b4d89473d7
URL: http://code.google.com/p/gdata-python-client/
-BuildRequires: python >= 2.5
+BuildRequires: python >= 1:2.5
+BuildRequires: rpmbuild(macros) >= 1.219
%pyrequires_eq python-libs
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -33,7 +34,9 @@
--root=$RPM_BUILD_ROOT \
--optimize=2
-find $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module} -name \*.py | xargs rm -f
+cp -r samples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%py_postclean
%clean
rm -rf $RPM_BUILD_ROOT
@@ -43,6 +46,8 @@
%doc README.txt RELEASE_NOTES.txt
%{py_sitescriptdir}/%{module}
%{py_sitescriptdir}/atom
+%{py_sitescriptdir}/gdata.py-*.egg-info
+%{_examplesdir}/%{name}-%{version}
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -50,6 +55,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2007/10/27 19:56:47 megabajt
+- updated to 1.0.9
+
Revision 1.1 2007/10/02 14:19:02 patrys
- initial PLD release
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-gdata.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list