commit 0105a9f91bbf2067a63638326bd000064ea30bbd
Author: Tobias Girstmair <t-rpmfusion(a)girst.at>
Date: Fri Feb 7 15:52:10 2020 +0100
Initial RPM Release
.gitignore | 1 +
mopidy-spotify.spec | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 53 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..834a45d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Mopidy-Spotify-4.0.1.tar.gz
diff --git a/mopidy-spotify.spec b/mopidy-spotify.spec
new file mode 100644
index 0000000..c136fa1
--- /dev/null
+++ b/mopidy-spotify.spec
@@ -0,0 +1,51 @@
+%global srcname Mopidy-Spotify
+
+Name: mopidy-spotify
+Version: 4.0.1
+Release: 1%{?dist}
+Summary: Mopidy extension for playing music from Spotify
+
+License: ASL 2.0
+URL:
https://mopidy.com/ext/spotify/
+Source0: %{pypi_source}
+
+ExclusiveArch: i686 x86_64 armv7hl
+
+BuildArch: noarch
+BuildRequires: python3-devel
+BuildRequires: mopidy
+BuildRequires: python3-pytest
+BuildRequires: python3-responses
+BuildRequires: python3-pyspotify
+Requires: mopidy
+Requires: python3-pyspotify
+
+
+%description
+Mopidy extension for playing music from Spotify.
+
+
+%prep
+%autosetup -n %{srcname}-%{version}
+rm MANIFEST.in
+
+%build
+%py3_build
+
+%install
+%py3_install
+
+%check
+%{__python3} -m pytest
+
+%files
+%license LICENSE
+%doc README.rst
+%{python3_sitelib}/Mopidy_Spotify-*.egg-info/
+%{python3_sitelib}/mopidy_spotify/
+
+
+%changelog
+* Mon Dec 23 2019 Tobias Girstmair <t-rpmfusion(a)girst.at> - 4.0.1-1
+- Initial RPM Release
+
diff --git a/sources b/sources
index e69de29..36091e0 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (Mopidy-Spotify-4.0.1.tar.gz) =
b0f439d24530aafa62e423466b3c096e54b09fdb712b07623319d490da39c6eba9c2bbd897231ea00bec9d090bd16e7e90e1c4649b943ec7c643b0c283cbb20f