arqiver: 1.0.1
This commit is contained in:
parent
ac07adda45
commit
83a94b6370
@ -1,8 +1,7 @@
|
|||||||
%bcond_without qt6
|
|
||||||
%bcond_with clang
|
%bcond_with clang
|
||||||
|
|
||||||
Name: arqiver
|
Name: arqiver
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
Release: 1%{dist}
|
Release: 1%{dist}
|
||||||
Summary: A simple Qt archive manager
|
Summary: A simple Qt archive manager
|
||||||
Group: Archiving/Other
|
Group: Archiving/Other
|
||||||
@ -14,21 +13,17 @@ BuildRequires: cmake
|
|||||||
%if %{with clang}
|
%if %{with clang}
|
||||||
BuildRequires: clang >= 15.0
|
BuildRequires: clang >= 15.0
|
||||||
%else
|
%else
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-toolset-14-gcc-c++
|
||||||
|
BuildRequires: gcc-toolset-14-gcc-plugin-annobin
|
||||||
%endif
|
%endif
|
||||||
%if %{without qt6}
|
|
||||||
BuildRequires: qt5-qttools
|
|
||||||
BuildRequires: cmake(Qt5Core) >= 5.15
|
|
||||||
BuildRequires: cmake(Qt5Gui)
|
|
||||||
BuildRequires: cmake(Qt5Svg)
|
|
||||||
BuildRequires: cmake(Qt5DBus)
|
|
||||||
%else
|
|
||||||
BuildRequires: cmake(Qt6Core) >= 6.6.0
|
BuildRequires: cmake(Qt6Core) >= 6.6.0
|
||||||
BuildRequires: cmake(Qt6Gui)
|
BuildRequires: cmake(Qt6Gui)
|
||||||
BuildRequires: cmake(Qt6Widgets)
|
BuildRequires: cmake(Qt6Widgets)
|
||||||
BuildRequires: cmake(Qt6Svg)
|
BuildRequires: cmake(Qt6Svg)
|
||||||
BuildRequires: cmake(Qt6DBus)
|
BuildRequires: cmake(Qt6DBus)
|
||||||
%endif
|
BuildRequires: cmake(Qt6LinguistTools)
|
||||||
|
|
||||||
Requires: bsdtar
|
Requires: bsdtar
|
||||||
Requires: gzip
|
Requires: gzip
|
||||||
Requires: p7zip
|
Requires: p7zip
|
||||||
@ -46,6 +41,8 @@ LXQt Archiver is derived from the following programs:
|
|||||||
%if %{with clang}
|
%if %{with clang}
|
||||||
export CC=clang
|
export CC=clang
|
||||||
export CXX=clang++
|
export CXX=clang++
|
||||||
|
%else
|
||||||
|
%enable_devtoolset14
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%cmake \
|
%cmake \
|
||||||
@ -66,6 +63,10 @@ export CXX=clang++
|
|||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 10 2025 Raven <raven@sysadmins.ws> - 1.0.1-1
|
||||||
|
- update to 1.0.1
|
||||||
|
- drop conditional Qt5 support
|
||||||
|
|
||||||
* Mon Nov 11 2024 Raven <raven@sysadmins.ws> - 1.0.0-1
|
* Mon Nov 11 2024 Raven <raven@sysadmins.ws> - 1.0.0-1
|
||||||
- update to 1.0.0
|
- update to 1.0.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user