Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > ee22c5a1a629482a37d1319d191de1d9 > files > 2

mopidy-podcast-1.1.0-1.mga5.src.rpm

%define pypi_name Mopidy-Podcast 

Name:           mopidy-podcast
Version:        1.1.0
Release:        %mkrel 1
Group:          Sound/Players
Summary:        Mopidy extension for searching and browsing podcasts

License:        ASL 2.0
URL:            https://github.com/tkem/mopidy-podcast
Source0:        https://pypi.python.org/packages/source/M/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch:      noarch
 
BuildRequires:  python-devel
BuildRequires:  python-setuptools

 
%description
Mopidy-Podcast is a Mopidy extension for searching and browsing podcasts.


%prep
%setup -q -n %{pypi_name}-%{version}

%build
%{__python} setup.py build

%install
%{__python} setup.py install --skip-build --root %{buildroot}


%files
%doc
%{python_sitelib}/mopidy_podcast/ 
%{python_sitelib}/Mopidy_Podcast-%{version}-py?.?.egg-info



%changelog
* Sun Nov 23 2014 philippem <philippem> 1.1.0-1.mga5
+ Revision: 798573
- imported package mopidy-podcast