aspiers / opensuse-spotify-installer

Automate installation of Spotify on openSUSE
80 stars 29 forks source link

Some changes in filename makes compiling don't work #53

Open RafaelLinux opened 4 years ago

RafaelLinux commented 4 years ago

In the "Manual way" (dowloading .SPEC and .sh files), there is some issue. Latest client is "spotify-client-0.9.17_0.9.17.8.gd06432d.31-1amd64.deb". I changed to correct version in both ".SPEC" and ".sh" file, but however it was not sufficient. Previous "deb" filename began with "spotify-client" and now is "spotify-client-", so with this change at least the script is able to download finally the ".deb" file.

However, compilation doesn't end, cause a new error related to use "-" instead "_" happens:

/home/rafael/rpmbuild/SOURCES/spotify-client-0.9.17_0.9.17.8.gd06432d.31-1_amd64.deb Skipping download. About to build spotify-client rpm; please be patient ... advertencia:Macro expanded in comment on line 183: %{_datadir}/applications/spotify.desktop

Ejecutando(%prep): /bin/sh -e /var/tmp/rpm-tmp.lpFuO4 + umask 022 + cd /home/rafael/rpmbuild/BUILD + cd /home/rafael/rpmbuild/BUILD + rm -rf spotify-client-0.9.17_0.9.17.8.gd06432d.31 + /usr/bin/mkdir -p spotify-client-0.9.17_0.9.17.8.gd06432d.31 + cd spotify-client-0.9.17_0.9.17.8.gd06432d.31 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + ar -x /home/rafael/rpmbuild/SOURCES/spotify-client-0.9.17_0.9.17.8.gd06432d.31-1_amd64.deb + tar -xzf data.tar.gz tar (child): data.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now error: Estado de salida erróneo de /var/tmp/rpm-tmp.lpFuO4 (%prep) ` Errores de construcción RPM: Macro expanded in comment on line 183: %{_datadir}/applications/spotify.desktop Estado de salida erróneo de /var/tmp/rpm-tmp.lpFuO4 (%prep) `

but unfortunately I don't know what to change now.

any suggestion?

Thank you

Wuerstchen commented 4 years ago

As mentioned in #50, this project is without a maintainer. Maybe save yourself some hassle and have a look at this other currently maintained script spotify-easyrpm.

abruenin commented 4 years ago

Thanks, I also found that the Flatpak Spotify client runs great on Tumbleweed

On Fri, 18 Sep 2020 at 21:53, Wuerstchen notifications@github.com wrote:

As mentioned in #50 https://github.com/aspiers/opensuse-spotify-installer/issues/50, this project is without a maintainer. Maybe save yourself some hassle and have a look at this other currently maintained script spotify-easyrpm https://github.com/megamaced/spotify-easyrpm.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aspiers/opensuse-spotify-installer/issues/53#issuecomment-695055762, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACJE7S5LA4GQ3A5BSD4RGCDSGO3CFANCNFSM4PHSODTQ .