spotify-qt/spotify-qt.spec
Jens K. 5a9f6c8989 Accepting request 947183 from home:dimstar:Factory
- Clean up spec file a bit:
  + Drop empty post/postubn scriptlets
  + Remove not used requires on hicolor-icon-theme,
    shared-mime-info, and update-desktop-files.
  + Package license file.
  + Set license to GPL-3.0-only: there is no indication that
    GPL-3.0-or-later is valid.

- Update to version 3.8:
  - Fixes
    * Fixed empty context menu when right-clicking empty spaces.
    * Fixed not updating playlist when deleting a track.
    * Fixed incorrect track order after deleting a track in a playlist.
    * Fixed paging not working with some lists.
    * Fixed not removing extra spacing when using system title bar.
    * Fixed issues with followed playlists by other users not updating properly.
    * Fixed issue when attempting to search for nothing.
    * Fixed issues resuming playback when last used device was no longer available.
  - Changes
    * Added an option to show desktop notification on track change.
    * Added support for repeating a single track.
    * Added support for podcasts.
    * New and improved volume slider.
    * Already opened artists are now re-used.
    * Added support for mirrored title bar buttons.
    * Added support for creating new playlists.
    * Added support for following, and unfollowing, playlists.
    * New status messages, replacing the status bar and desktop notifications.
    * Added a custom font for the custom dark theme.
    * Now continues playing tracks from search results.

OBS-URL: https://build.opensuse.org/request/show/947183
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/spotify-qt?expand=0&rev=7
2022-01-19 14:04:37 +00:00

59 lines
1.8 KiB
RPMSpec

#
# spec file for package spotify-qt
#
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: spotify-qt
Version: 3.8
Release: 0
Summary: Lightweight Spotify client using Qt
License: GPL-3.0-only
URL: https://github.com/kraxarn/spotify-qt
Source: https://github.com/kraxarn/spotify-qt/archive/refs/tags/v%{version}.tar.gz
Group: Productivity/Multimedia/Sound/Players
BuildRequires: gcc-c++
BuildRequires: make
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Network)
BuildRequires: cmake(Qt5Svg)
Suggests: spotifyd
%description
An unofficial Spotify client using Qt as a simpler, lighter alternative to the official client, inspired by spotify-tui. Much like spotify-tui, you need an actual Spotify client running, for example spotifyd, which can be configured from within the app. Also like other clients, controlling music playback requires Spotify Premium.
%prep
%setup -q
%build
%cmake
%cmake_build
%install
%cmake_install
%check
%ctest
%files
%license license
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/
%{_datadir}/icons/hicolor/scalable/
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%changelog