spotify-easyrpm icon indicating copy to clipboard operation
spotify-easyrpm copied to clipboard

Add support to use urpmi as an alternative to zypper if using another rpm based distro

Open Umeaboy opened this issue 3 years ago • 4 comments

I have built spotify-easyrpm, but as soon as I run it it checks for zypper which is not installed in Mageia by default (it can be installed with urpmi though). Now after I manually installed zypper I noticed how the script looks for squashfs when our package is named squashfs-tools

So therefor I see this:

Failed to install build dependencies (squashfs). Aborting Please submit bug report to https://github.com/megamaced/spotify-easyrpm/issues

Umeaboy avatar Apr 26 '22 00:04 Umeaboy

does Mageia have another way to install Spotify other then Flatpak / Snap?

I did consider adding support for other rpm distros but many like fedora already have an easy way to get an rpm

megamaced avatar Apr 26 '22 21:04 megamaced

dnf, but that still needs a repo with a working spotify-easyrpm fit for Mageia. /Kristoffer

26 apr. 2022 23:47 av @.***:

does Mageia have another way to install Spotify other then Flatpak / Snap?

I did consider adding support for other rpm distros but many like fedora already have an easy way to get an rpm

— Reply to this email directly, > view it on GitHub https://github.com/megamaced/spotify-easyrpm/issues/52#issuecomment-1110281055> , or > unsubscribe https://github.com/notifications/unsubscribe-auth/AAFON2NUDFZYKZLMYF7FZDTVHBP5RANCNFSM5UKEOOYQ> . You are receiving this because you authored the thread.> Message ID: > <megamaced/spotify-easyrpm/issues/52/1110281055> @> github> .> com>

Umeaboy avatar Apr 26 '22 22:04 Umeaboy

No chance to add an alternative name for the squashfs package since Mageia has named it squashfs-tools?

if ! rpm -q squashfs-tools > /dev/null 2>&1; then

could be added on line 297 or 298.

Umeaboy avatar May 11 '22 20:05 Umeaboy

I've ported it to Mageia, just running a few tests before I push it to the develop branch

image

megamaced avatar May 13 '22 21:05 megamaced