File nextcloud-apps-audioplayer.spec of Package nextcloud-apps-audioplayer
#
# spec file for package nextcloud-apps-audioplayer
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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/
#
%define app_name audioplayer
Name: nextcloud-apps-%{app_name}
Version: 3.5.1
Release: 0
#
Summary: Nextcloud Apps - Audio Player
License: AGPL-3.0-only
Group: Productivity/Networking/Web/Utilities
URL: https://apps.nextcloud.com/apps/audioplayer
Source0: https://github.com/Rello/audioplayer/releases/download/%{version}/audioplayer-%{version}.tar.gz
#
BuildRequires: nextcloud > 15
BuildRequires: nextcloud-packaging >= 16
%requires_ge nextcloud
BuildArch: noarch
%description
A music player for FLAC, MP3, MP4, streams, and more with playlist support and
Share Player.
- Multiple views (albums with covers and more)
- Library scan and reset with command-line and browser
- Specifying media folder (with exclude functionality)
- Smart & Standard Playlists and playlist files
- One Click Play from Files app
- External cover support
- Mobile view support
- Favorites integration
- Sidebar integration
- Search integration
- Stream URLs
See README file for all supported MIME types and limitations.
%prep
%setup -n %{app_name}
%build
find -type f -print0 | xargs -r0 chmod -v a-x
%{nextcloud_apps_package %{app_name}}
%changelog