forked from pool/purpose
This commit is contained in:
parent
f01ff68135
commit
f836bc852c
35
purpose.spec
35
purpose.spec
@ -20,11 +20,11 @@
|
||||
%global __requires_exclude qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
|
||||
|
||||
%define lname libKF5Purpose5
|
||||
%define _tar_path 5.103
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%define qt5_version 5.15.2
|
||||
%bcond_without released
|
||||
Name: purpose
|
||||
Version: 5.114.0
|
||||
@ -37,28 +37,27 @@ Source: %{name}-%{version}.tar.xz
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
||||
BuildRequires: intltool
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: libaccounts-glib-devel
|
||||
BuildRequires: libsignon-qt5-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(AccountsQt5)
|
||||
BuildRequires: cmake(KAccounts)
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Kirigami2) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Notifications) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Qml) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||
Requires: kdeclarative-components >= %{_kf5_bugfix_version}
|
||||
Requires: libKF5QuickAddons5 >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5I18n) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5KIO) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5Kirigami2) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5Notifications) >= %{_kf5_version}
|
||||
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Gui) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Network) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Qml) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Test) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Widgets) >= %{qt5_version}
|
||||
Requires: kdeclarative-components >= %{_kf5_version}
|
||||
Requires: libKF5QuickAddons5 >= %{_kf5_version}
|
||||
Requires: libqt5-qtquickcontrols2
|
||||
Suggests: kdeconnect-kde
|
||||
|
||||
@ -100,7 +99,7 @@ Summary: Framework to integrate services and actions - Build Environment
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: %{name} = %{version}
|
||||
Requires: libKF5PurposeWidgets5 = %{version}
|
||||
Requires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(KF5CoreAddons) >= %{_kf5_version}
|
||||
|
||||
%description devel
|
||||
This package contains development files needed to build applications which rely on the purpose framework.
|
||||
|
Loading…
x
Reference in New Issue
Block a user