Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Commit

Permalink
Remove %mandriva and %fedora conditionals.
Browse files Browse the repository at this point in the history
The mandriva are not maintained and probably little help should
someone step up to make a mandriva spec. They also adds clutter
somewhat. For the fedora ones, there is already a spec in much
better shape.
  • Loading branch information
Alec Leamas committed May 24, 2013
1 parent e510ab0 commit 0bdb22c
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions spotify-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ License: Commercial
Summary: Desktop client for Spotify streaming music service
Url: http://www.spotify.com/download/previews/
Group: Productivity/Multimedia/Sound/Players
BuildRoot: %{_tmppath}/%{name}-%{version}-build

Source0: %{github_repo}/spotify-make-%{version}-%{shortcommit}.tar.gz
%ifarch x86_64
Source1: spotify-client_%{version}-%{release}_amd64.deb
Expand All @@ -42,7 +44,7 @@ Source1: spotify-client_%{version}-%{release}_i386.deb
Source2: pkg-bundled-README
Source3: spotify.sh
NoSource: 0
%if 0%{?suse_version}

BuildRequires: update-desktop-files
BuildRequires: binutils
BuildRequires: python-devel
Expand All @@ -61,24 +63,10 @@ Requires: mozilla-nss%{?req_64}
Requires: mozilla-nspr%{?req_64}

Recommends: libmp3lame0
%endif

# not currently tested on Fedora or Mandriva, but leaving
# these here in case anyone wants to step up and do it :)
%if 0%{?fedora_version}
Requires: nss
Requires: nspr
Requires: openssl >= 1.0.0
%endif
%if 0%{?mandriva_version}
Requires: libnss3
Requires: libnspr4
Requires: libopenssl1.0.0
Conflicts: libopenssl0.9.8
%endif

BuildRoot: %{_tmppath}/%{name}-%{version}-build


%description
Spotify is a "Freemium" proprietary, DRM-restricted digital music
service that gives you access to millions of songs.
Expand Down

0 comments on commit 0bdb22c

Please sign in to comment.