File python3-gdata.spec of Package python3-gdata

#
# spec file for package python3-gdata
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           python3-gdata
Version:        2.0.18
Release:        0
Url:            http://code.google.com/p/gdata-python-client
Summary:        Python library to access data through Google Data APIs
License:        Apache-2.0
Group:          Development/Libraries/Python
Source:         http://gdata-python-client.googlecode.com/files/gdata-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  fdupes
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
BuildArch:      noarch

%description
The Google data Python Client Library provides a library and source
code that make it easy to access data through Google Data APIs.

%prep
%setup -q -n gdata-%{version}
find samples/oauth samples/apps src/gdata -type f -name "*.py" -exec sed -i 's|\r||' {} \; # Fix wrong EOL encoding
find samples -type f -name "*.py" -exec chmod 0644 {} \; # Remove executable perms on samples
find samples -type f -name "*.txt" -exec chmod 0644 {} \; # Remove executable perms on samples
find samples -type f -name "*.c" -exec chmod 0644 {} \; # Remove executable perms on samples
# Remove unnecessary Python shebangs
find . -type f -exec sed -i -r '1s|^#! *(.+)/python(.*)$||' {} \;
find . -type f -exec sed -i -r '1s|^#! */usr/bin/env +python.*$||' {} \;

%build
python3 setup.py build

%install
python3 setup.py install --prefix="%{_prefix}" --root="%{buildroot}"
%fdupes %{buildroot}%{python3_sitelib}

%files
%defattr(-,root,root)
%doc README.txt RELEASE_NOTES.txt samples
%{python3_sitelib}/*

%changelog
openSUSE Build Service is sponsored by