spotify: update, fetch from git and disable check on 32 bit systems
This commit is contained in:
parent
c2cac1a9ba
commit
2b6bc00cdb
2
Makefile
2
Makefile
@ -14,8 +14,6 @@ SRPMSVERSIONSFILE = SRPMSVERSIONS
|
|||||||
pck_srpms = flashplugin msttcorefonts win32codecs skype b43-firmware virtualbox-extension-pack \
|
pck_srpms = flashplugin msttcorefonts win32codecs skype b43-firmware virtualbox-extension-pack \
|
||||||
sun-java7 spotify chromium-pepper-flash
|
sun-java7 spotify chromium-pepper-flash
|
||||||
endif
|
endif
|
||||||
include $(SRPMSVERSIONSFILE)
|
|
||||||
|
|
||||||
PACKAGE = desktop-base-openmamba
|
PACKAGE = desktop-base-openmamba
|
||||||
DISTROID = openmamba
|
DISTROID = openmamba
|
||||||
|
|
||||||
|
Binary file not shown.
@ -1,4 +1,3 @@
|
|||||||
#% define spotify_make_ver 20130831git
|
|
||||||
Name: spotify
|
Name: spotify
|
||||||
Version: @SRPMVERSION@
|
Version: @SRPMVERSION@
|
||||||
Release: @SRPMRELEASE@
|
Release: @SRPMRELEASE@
|
||||||
@ -9,9 +8,10 @@ Distribution: @distribution@
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.spotify.com/us/download/previews/
|
URL: https://www.spotify.com/us/download/previews/
|
||||||
## GITSOURCE https://github.com/leamas/spotify-make.git master
|
## GITSOURCE https://github.com/leamas/spotify-make.git master
|
||||||
Source: https://github.com/leamas/spotify-make/tarball/master/spotify-make-%{version}.tar.gz
|
#Source: https://github.com/leamas/spotify-make/tarball/master/spotify-make-%{version}.tar.gz
|
||||||
Source1: LICENSE
|
Source1: LICENSE
|
||||||
License: Not distributable
|
License: Not distributable
|
||||||
|
BuildRequires: git
|
||||||
Requires: libopenssl100
|
Requires: libopenssl100
|
||||||
Requires: zenity
|
Requires: zenity
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -22,8 +22,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
Listen to music using Spotify.
|
Listen to music using Spotify.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c
|
%setup -q -c -T
|
||||||
mv leamas-spotify-make-*/* .
|
git clone --depth=1 https://github.com/leamas/spotify-make.git
|
||||||
|
mv spotify-make/* .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure \
|
./configure \
|
||||||
@ -89,9 +90,12 @@ fi
|
|||||||
%dir /opt/spotify/share
|
%dir /opt/spotify/share
|
||||||
%dir /opt/spotify/share/spotify-client/
|
%dir /opt/spotify/share/spotify-client/
|
||||||
/opt/spotify/share/spotify-client/*
|
/opt/spotify/share/spotify-client/*
|
||||||
%{_mandir}/man1/spotify.1.gz
|
%{_mandir}/man1/spotify.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 26 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20150629-1mamba
|
||||||
|
- fetch spotify-make from git
|
||||||
|
|
||||||
* Thu Jan 29 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20150129-1mamba
|
* Thu Jan 29 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20150129-1mamba
|
||||||
- updated
|
- updated
|
||||||
|
|
||||||
|
@ -11,7 +11,11 @@ SRPMRELEASE["msttcorefonts"]=7mamba
|
|||||||
SRPMVERSION["skype"]="`curl -sLI "http://www.skype.com/go/getskype-linux-beta-dynamic"|grep "linux/skype-"|sed "s|.*skype-\(.*\)\.tar\..*|\1|" 2>/dev/null`"
|
SRPMVERSION["skype"]="`curl -sLI "http://www.skype.com/go/getskype-linux-beta-dynamic"|grep "linux/skype-"|sed "s|.*skype-\(.*\)\.tar\..*|\1|" 2>/dev/null`"
|
||||||
SRPMRELEASE["skype"]=2mamba
|
SRPMRELEASE["skype"]=2mamba
|
||||||
# spotify
|
# spotify
|
||||||
SRPMVERSION["spotify"]=20150430
|
if [ "`uname -m`" == "x86_64" ]; then
|
||||||
|
SRPMVERSION["spotify"]=20150629
|
||||||
|
else
|
||||||
|
SRPMVERSION["spotify"]=0
|
||||||
|
fi
|
||||||
SRPMRELEASE["spotify"]=1mamba
|
SRPMRELEASE["spotify"]=1mamba
|
||||||
# sun-java7
|
# sun-java7
|
||||||
SRPMVERSION["sun-java7"]="`curl -s http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html|grep "Linux x86.*i586.tar.gz"|tail -n1|sed "s|.*/java/jdk/\(.*\)/jdk-.*|\1|;s|-|_|" 2>/dev/null`"
|
SRPMVERSION["sun-java7"]="`curl -s http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html|grep "Linux x86.*i586.tar.gz"|tail -n1|sed "s|.*/java/jdk/\(.*\)/jdk-.*|\1|;s|-|_|" 2>/dev/null`"
|
||||||
|
Loading…
Reference in New Issue
Block a user