File python-ybrowserauth.spec of Package python-ybrowserauth
# norootforbuild
Name: python-ybrowserauth
Version: 1.2
Release: 1
Summary: Test Yahoo! Mail and Photos APIs using Browser-Based Authentication
License: BSD License
Group: Development/Libraries/Python
Source: ybrowserauth.tar.gz
URL: https://developer.yahoo.com/auth
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{py_requires}
%description
Test Yahoo! Mail and Photos APIs using Browser-Based Authentication.
Author:
--------
Jason Levitt
%prep
%setup -q -n ybrowserauth
%build
%{__python} setup.py build
%install
%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
%files -f INSTALLED_FILES
%defattr(-,root,root)