strawberry/strawberry.spec

75 lines
2.2 KiB
RPMSpec

Name: strawberry
Version: 1.2.7
Release: 1mamba
Summary: A music player and music collection organizer based on a fork of Clementine
Group: Graphical Desktop/Applications/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.strawberrymusicplayer.org/
Source: https://github.com/strawberrymusicplayer/strawberry.git/%{version}/strawberry-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libQt6Concurrent
BuildRequires: libQt6Core
BuildRequires: libQt6DBus
BuildRequires: libQt6Gui
BuildRequires: libQt6Network
BuildRequires: libQt6Sql
BuildRequires: libQt6Widgets
BuildRequires: libX11-devel
BuildRequires: libalsa-devel
BuildRequires: libcdio-devel
BuildRequires: libchromaprint-devel
BuildRequires: libebur128-devel
BuildRequires: libfftw-devel
BuildRequires: libgcc
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libglvnd-devel
BuildRequires: libgpod-devel
BuildRequires: libgst-plugins-base-devel
BuildRequires: libgstreamer-devel
BuildRequires: libicu-devel
BuildRequires: libmtp-devel
BuildRequires: libpulseaudio-devel
BuildRequires: libsqlite-devel
BuildRequires: libstdc++6-devel
BuildRequires: libtag-devel
BuildRequires: libxcb-devel
BuildRequires: libxkbcommon-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
%description
Strawberry is a music player and music collection organizer. It is a fork of Clementine released in 2018 aimed at music collectors and audiophiles. It's written in C++ using the Qt toolkit.
%prep
%setup -q
%build
%cmake
%cmake_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%cmake_install
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/strawberry
%{_datadir}/applications/org.strawberrymusicplayer.strawberry.desktop
%{_metainfodir}/org.strawberrymusicplayer.strawberry.appdata.xml
%{_datadir}/icons/hicolor/*/apps/strawberry.png
%{_mandir}/man1/strawberry.1*
%doc COPYING
%changelog
* Tue Feb 04 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.7-1mamba
- package created using the webbuild interface