File radiotray-lite.spec of Package radiotray-lite
#
# spec file for package radiotray-lite
#
# Copyright (c) 2017 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 http://bugs.opensuse.org/
#
Name: radiotray-lite
Version: 0.2.18
Release: 0
Summary: Online radio streaming player with minimum interface
License: GPL-3.0+
Group: Productivity/Multimedia/Sound/Players
URL: https://github.com/thekvs
Source: https://github.com/thekvs/radiotray-lite/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: file-devel
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(appindicator3-0.1) >= 12.10
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gstreamermm-1.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(gtkmm-3.0)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(libxml-2.0)
Recommends: gstreamer-plugins-base
Recommends: gstreamer-plugins-good
Recommends: gstreamer-plugins-ugly
%description
Radio Tray Lite is a lightweight clone of the original Radio Tray online
radio streaming player rewritten in C++...
%prep
%setup -q
%build
%cmake
make %{?_smp_mflags}
%install
%cmake_install
%fdupes %{buildroot}%{_datadir}
%files
%doc LICENSE.md README.md
%{_bindir}/radiotray-lite
%{_datadir}/applications/radiotray-lite.desktop
%{_datadir}/pixmaps/radiotray-lite.png
%{_datadir}/radiotray-lite/
%changelog