Compare commits
No commits in common. "91577e06d79a1d7bc79cecff4303f64d01615211" and "a7fe76222c47a04e8cfd4c919321848ecf50c5de" have entirely different histories.
91577e06d7
...
a7fe76222c
@ -1,10 +1,20 @@
|
||||
%if 0%{?fedora} >= 38 || 0%{?rhel} >= 8
|
||||
%ifnarch s390x
|
||||
%global _with_qt6 1
|
||||
%global _qtver Qt6
|
||||
%else
|
||||
%global _qtver Qt5
|
||||
%endif
|
||||
%else
|
||||
%global _qtver Qt5
|
||||
%endif
|
||||
# Use old cmake macro
|
||||
%global __cmake_in_source_build 1
|
||||
|
||||
Name: qbittorrent
|
||||
Summary: A Bittorrent Client
|
||||
Epoch: 1
|
||||
Version: 5.0.0
|
||||
Version: 4.6.7
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://www.qbittorrent.org
|
||||
@ -21,25 +31,36 @@ BuildRequires: gcc-toolset-13-gcc-c++ gcc-toolset-13-gcc-plugin-annobin
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: systemd
|
||||
BuildRequires: cmake(Qt6Core) >= 6.5
|
||||
%if 0%{?_with_qt6}
|
||||
BuildRequires: cmake(Qt6Core)
|
||||
BuildRequires: cmake(Qt6Gui)
|
||||
BuildRequires: cmake(Qt6Svg)
|
||||
BuildRequires: cmake(Qt6LinguistTools)
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: qt6-linguist
|
||||
BuildRequires: qt6-qtbase-private-devel
|
||||
%else
|
||||
BuildRequires: cmake(Qt5Core)
|
||||
BuildRequires: cmake(Qt5Gui)
|
||||
BuildRequires: cmake(Qt5Svg)
|
||||
BuildRequires: qt5-linguist
|
||||
%endif
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRequires: rb_libtorrent-devel >= 1.2.12
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: boost1.81-devel
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: pkgconfig(openssl) >= 3.0.2
|
||||
|
||||
Requires: python3
|
||||
%if 0%{?_with_qt6}
|
||||
Recommends: (qgnomeplatform-qt6%{?_isa} if gnome-shell)
|
||||
Recommends: (qgnomeplatform-qt6%{?_isa} if cinnamon)
|
||||
Requires: qt6-qtsvg%{?_isa}
|
||||
|
||||
%else
|
||||
Recommends: (qgnomeplatform-qt5%{?_isa} if gnome-shell)
|
||||
Recommends: (qgnomeplatform-qt5%{?_isa} if cinnamon)
|
||||
Requires: qt5-qtsvg%{?_isa}
|
||||
%endif
|
||||
|
||||
%description
|
||||
A Bittorrent client using rb_libtorrent and a %{_qtver} Graphical User Interface.
|
||||
@ -66,7 +87,9 @@ pushd build-nox
|
||||
-DSYSTEMD=ON \
|
||||
-Wno-dev \
|
||||
-GNinja \
|
||||
%if 0%{?_with_qt6}
|
||||
-DQT6=ON \
|
||||
%endif
|
||||
-DGUI=OFF \
|
||||
..
|
||||
%cmake_build
|
||||
@ -77,7 +100,9 @@ mkdir build
|
||||
pushd build
|
||||
%cmake \
|
||||
-Wno-dev \
|
||||
%if 0%{?_with_qt6}
|
||||
-DQT6=ON \
|
||||
%endif
|
||||
-GNinja \
|
||||
..
|
||||
%cmake_build
|
||||
@ -100,8 +125,6 @@ desktop-file-install \
|
||||
|
||||
#appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/org.qbittorrent.qBittorrent.metainfo.xml
|
||||
|
||||
rm -rf %{buildroot}%{_mandir}/ru
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md AUTHORS Changelog
|
||||
@ -120,9 +143,6 @@ rm -rf %{buildroot}%{_mandir}/ru
|
||||
%{_mandir}/man1/qbittorrent-nox.1*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 30 2024 Raven <raven@sysadmins.ws> - 1:5.0.0-1
|
||||
- Update to 5.0.0
|
||||
|
||||
* Tue Sep 17 2024 Raven <raven@sysadmins.ws> - 1:4.6.7-1
|
||||
- Update to 4.6.7
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.6.5)
|
||||
## (rpmautospec version 0.6.3)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 1;
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
%global __python %{__python3}
|
||||
Name: vulkan-headers
|
||||
Version: 1.3.290.0
|
||||
Version: 1.3.283.0
|
||||
Release: %autorelease
|
||||
Summary: Vulkan Header files and API registry
|
||||
|
||||
@ -19,9 +19,7 @@ URL: https://github.com/KhronosGroup/Vulkan-Headers
|
||||
Source0: %url/archive/vulkan-sdk-%{version}.tar.gz#/Vulkan-Headers-sdk-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake3
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -32,7 +30,7 @@ Vulkan Header files and API registry
|
||||
|
||||
|
||||
%build
|
||||
%cmake3 -DCMAKE_INSTALL_LIBDIR=%{_libdir} -GNinja
|
||||
%cmake3 -DCMAKE_INSTALL_LIBDIR=%{_libdir}
|
||||
%cmake_build
|
||||
|
||||
|
||||
@ -53,12 +51,6 @@ Vulkan Header files and API registry
|
||||
|
||||
%changelog
|
||||
## START: Generated by rpmautospec
|
||||
* Wed Aug 14 2024 José Expósito <jexposit@redhat.com> - 1.3.290.0-1
|
||||
- Update to 1.3.290.0 SDK
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.283.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Mon May 27 2024 José Expósito <jexposit@redhat.com> - 1.3.283.0-1
|
||||
- Update to 1.3.283.0 SDK
|
||||
|
||||
|
@ -1,15 +1,15 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.6.5)
|
||||
## (rpmautospec version 0.6.3)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 1;
|
||||
release_number = 2;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
## END: Set by rpmautospec
|
||||
|
||||
Name: vulkan-loader
|
||||
Version: 1.3.290.0
|
||||
Version: 1.3.283.0
|
||||
Release: %autorelease
|
||||
Summary: Vulkan ICD desktop loader
|
||||
|
||||
@ -103,12 +103,6 @@ mkdir -p %{buildroot}%{_sysconfdir}/vulkan/{explicit,implicit}_layer.d/ \
|
||||
|
||||
%changelog
|
||||
## START: Generated by rpmautospec
|
||||
* Wed Aug 14 2024 José Expósito <jexposit@redhat.com> - 1.3.290.0-1
|
||||
- Update to 1.3.290.0 SDK
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.283.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Thu Jun 06 2024 José Expósito <jexposit@redhat.com> - 1.3.283.0-2
|
||||
- Own %%{_libdir}/cmake/VulkanLoader/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user