Compare commits
2 Commits
b65cbb59f1
...
5361beef00
Author | SHA1 | Date | |
---|---|---|---|
5361beef00 | |||
dfa27ce96a |
@ -1,7 +1,7 @@
|
|||||||
%bcond_with clang
|
%bcond_with clang
|
||||||
|
|
||||||
Name: strawberry
|
Name: strawberry
|
||||||
Version: 1.2.3
|
Version: 1.2.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Audio player and music collection organizer
|
Summary: Audio player and music collection organizer
|
||||||
|
|
||||||
@ -16,13 +16,14 @@ URL: http://www.strawberrymusicplayer.org/
|
|||||||
Source0: https://github.com/strawberrymusicplayer/strawberry/releases/download/%{version}/%{name}-%{version}.tar.xz
|
Source0: https://github.com/strawberrymusicplayer/strawberry/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
|
||||||
BuildRequires: boost1.81-devel
|
BuildRequires: boost1.87-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
%if %{with clang}
|
%if %{with clang}
|
||||||
BuildRequires: clang
|
BuildRequires: clang
|
||||||
%else
|
%else
|
||||||
BuildRequires: gcc-toolset-14-gcc-c++
|
BuildRequires: gcc-toolset-14-gcc-c++
|
||||||
|
BuildRequires: gcc-toolset-14-gcc-plugin-annobin
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
@ -59,6 +60,7 @@ BuildRequires: cmake(Qt6Network)
|
|||||||
BuildRequires: cmake(Qt6Sql)
|
BuildRequires: cmake(Qt6Sql)
|
||||||
BuildRequires: cmake(Qt6Test)
|
BuildRequires: cmake(Qt6Test)
|
||||||
BuildRequires: cmake(Qt6Widgets)
|
BuildRequires: cmake(Qt6Widgets)
|
||||||
|
BuildRequires: qt6-qtbase-private-devel
|
||||||
|
|
||||||
|
|
||||||
BuildRequires: pkgconfig(sqlite3) >= 3.7
|
BuildRequires: pkgconfig(sqlite3) >= 3.7
|
||||||
@ -158,6 +160,15 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/org.strawberry
|
|||||||
#{_mandir}/man1/strawberry-tagreader.1.*
|
#{_mandir}/man1/strawberry-tagreader.1.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 9 2025 Raven <raven@sysadmins.ws> - 1.2.7-1
|
||||||
|
- Release 1.2.7
|
||||||
|
|
||||||
|
* Fri Jan 17 2025 Raven <raven@sysadmins.ws> - 1.2.6-1
|
||||||
|
- Release 1.2.6
|
||||||
|
|
||||||
|
* Tue Jan 14 2025 Raven <raven@sysadmins.ws> - 1.2.4-1
|
||||||
|
- Release 1.2.4
|
||||||
|
|
||||||
* Mon Dec 9 2024 Raven <raven@sysadmins.ws> - 1.2.3-1
|
* Mon Dec 9 2024 Raven <raven@sysadmins.ws> - 1.2.3-1
|
||||||
- Release 1.2.3
|
- Release 1.2.3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user