python 2.7 mass rebuild [release 2.0.10-2mamba;Fri May 17 2013]
This commit is contained in:
parent
f1044c8027
commit
3e1d13fc95
@ -1,2 +1,4 @@
|
|||||||
# python-gdata
|
# python-gdata
|
||||||
|
|
||||||
|
Python client library for Google data APIs.
|
||||||
|
|
||||||
|
50
python-gdata.spec
Normal file
50
python-gdata.spec
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
Name: python-gdata
|
||||||
|
Version: 2.0.10
|
||||||
|
Release: 2mamba
|
||||||
|
Summary: Python client library for Google data APIs
|
||||||
|
Group: System/Libraries/Python
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||||
|
URL: http://code.google.com/p/gdata-python-client/
|
||||||
|
Source: http://gdata-python-client.googlecode.com/files/gdata-%{version}.tar.gz
|
||||||
|
License: Apache 2.0
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libpython-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
Requires: python >= %python_version
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
Python client library for Google data APIs.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n gdata-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%{__python} setup.py install \
|
||||||
|
-O1 --skip-build \
|
||||||
|
--root="%{buildroot}" \
|
||||||
|
--install-headers=%{_includedir}/python \
|
||||||
|
--install-lib=%{python_sitearch} \
|
||||||
|
--record=%{name}.filelist
|
||||||
|
|
||||||
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files -f %{name}.filelist
|
||||||
|
%defattr(-,root,root)
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.10-2mamba
|
||||||
|
- python 2.7 mass rebuild
|
||||||
|
|
||||||
|
* Mon Jun 21 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 2.0.10-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user