]> git.pld-linux.org Git - packages/python-gdata.git/commitdiff
- Up to 2.0.10 auto/th/python-gdata-2_0_10-1
authorCaleb Maclennan <caleb@alerque.com>
Mon, 21 Jun 2010 08:46:37 +0000 (08:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Upstream project droped the redundant .py from files

Changed files:
    python-gdata.spec -> 1.8

python-gdata.spec

index 4329c76d1a7f2807b021032493e0f1580efdaf47..e1292d7d57a39d3f41f734c8913f0c497f31a5b0 100644 (file)
@@ -2,12 +2,12 @@
 Summary:       Google Data API for Python
 Summary(pl.UTF-8):     API Google Data dla Pythona
 Name:          python-%{module}
-Version:       1.2.4
+Version:       2.0.10
 Release:       1
 License:       Apache v2.0
 Group:         Development/Languages/Python
-Source0:       http://gdata-python-client.googlecode.com/files/%{module}.py-%{version}.tar.gz
-# Source0-md5: 521f33a377d64f8a6505ba119415b787
+Source0:       http://gdata-python-client.googlecode.com/files/%{module}-%{version}.tar.gz
+# Source0-md5: 118611eef4e97f025dd351bbab01bee2
 URL:           http://code.google.com/p/gdata-python-client/
 BuildRequires: python >= 1:2.5
 BuildRequires: python-devel
@@ -26,7 +26,7 @@ Projekt Google Data Python Client Library udostępnia wraz z kodem
 bibliotekę ułatwiającą dostęp do danych poprzez API Google Data.
 
 %prep
-%setup -q -n %{module}.py-%{version}
+%setup -q -n %{module}-%{version}
 
 %build
 %{__python} setup.py build
@@ -51,5 +51,5 @@ rm -rf $RPM_BUILD_ROOT
 %doc README.txt RELEASE_NOTES.txt
 %{py_sitescriptdir}/%{module}
 %{py_sitescriptdir}/atom
-%{py_sitescriptdir}/gdata.py-*.egg-info
+%{py_sitescriptdir}/gdata-*.egg-info
 %{_examplesdir}/%{name}-%{version}
This page took 0.064676 seconds and 4 git commands to generate.