2014-02-07 22:42:28 +01:00
|
|
|
#
|
|
|
|
# spec file for package kdesu
|
|
|
|
#
|
2022-11-28 10:01:50 +01:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2014-02-07 22:42:28 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-10-16 14:24:38 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-02-07 22:42:28 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2014-03-01 19:33:57 +01:00
|
|
|
%define lname libKF5Su5
|
2024-01-14 16:36:45 +01:00
|
|
|
%define _tar_path 5.103
|
2017-09-13 14:23:56 +02:00
|
|
|
# Full KF5 version (e.g. 5.33.0)
|
|
|
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
|
|
|
# Last major and minor KF5 version (e.g. 5.33)
|
2018-07-17 10:57:53 +02:00
|
|
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
2022-01-09 11:15:02 +01:00
|
|
|
%bcond_without released
|
2014-02-07 22:42:28 +01:00
|
|
|
Name: kdesu
|
2024-01-14 16:36:45 +01:00
|
|
|
Version: 5.114.0
|
2014-02-07 22:42:28 +01:00
|
|
|
Release: 0
|
2018-08-20 14:58:38 +02:00
|
|
|
Summary: User interface for running shell commands with root privileges
|
|
|
|
License: LGPL-2.1-or-later
|
2018-10-16 14:24:38 +02:00
|
|
|
URL: https://www.kde.org
|
2021-11-12 13:20:53 +01:00
|
|
|
Source: %{name}-%{version}.tar.xz
|
2022-01-09 11:15:02 +01:00
|
|
|
%if %{with released}
|
2021-11-12 13:20:53 +01:00
|
|
|
Source1: %{name}-%{version}.tar.xz.sig
|
2019-08-11 23:07:16 +02:00
|
|
|
Source2: frameworks.keyring
|
|
|
|
%endif
|
2018-08-20 14:58:38 +02:00
|
|
|
# PATCH-FIX-OPENSUSE
|
|
|
|
Patch1: 0001-Unset-QT_QPA_PLATFORM-to-get-xcb.patch
|
2024-01-14 16:36:45 +01:00
|
|
|
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
2014-02-07 22:42:28 +01:00
|
|
|
BuildRequires: fdupes
|
2024-01-14 16:36:45 +01:00
|
|
|
BuildRequires: kf5-filesystem
|
2018-08-20 14:58:38 +02:00
|
|
|
BuildRequires: pkgconfig
|
2024-01-14 16:36:45 +01:00
|
|
|
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: cmake(KF5Pty) >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
2014-02-07 22:42:28 +01:00
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
|
|
|
|
%description
|
2014-02-11 00:41:46 +01:00
|
|
|
libkdesu provides functionality for building GUI front ends for
|
|
|
|
(password asking) console mode programs. For example, kdesu and
|
|
|
|
kdessh use it to interface with su and ssh respectively.
|
2014-02-07 22:42:28 +01:00
|
|
|
|
2018-08-20 14:58:38 +02:00
|
|
|
%package -n %{lname}
|
2014-02-11 00:41:46 +01:00
|
|
|
Summary: User interface for running shell commands with root privileges
|
2019-08-07 14:43:57 +02:00
|
|
|
Obsoletes: libKF5Su4
|
2014-02-07 22:42:28 +01:00
|
|
|
|
2018-08-20 14:58:38 +02:00
|
|
|
%description -n %{lname}
|
2014-02-11 00:41:46 +01:00
|
|
|
libkdesu provides functionality for building GUI front ends for
|
|
|
|
(password asking) console mode programs. For example, kdesu and
|
|
|
|
kdessh use it to interface with su and ssh respectively.
|
2014-02-07 22:42:28 +01:00
|
|
|
|
|
|
|
%package devel
|
2014-02-11 00:41:46 +01:00
|
|
|
Summary: User interface for running shell commands with root privileges
|
2018-08-20 14:58:38 +02:00
|
|
|
Requires: %{lname} = %{version}
|
2024-01-14 16:36:45 +01:00
|
|
|
Requires: cmake(KF5Pty) >= %{_kf5_bugfix_version}
|
|
|
|
Requires: cmake(KF5Service) >= %{_kf5_bugfix_version}
|
2014-02-07 22:42:28 +01:00
|
|
|
|
|
|
|
%description devel
|
2014-02-11 00:41:46 +01:00
|
|
|
libkdesu provides functionality for building GUI front ends for
|
|
|
|
(password asking) console mode programs. For example, kdesu and
|
|
|
|
kdessh use it to interface with su and ssh respectively.
|
|
|
|
Development files.
|
2014-02-07 22:42:28 +01:00
|
|
|
|
2018-08-20 14:58:38 +02:00
|
|
|
%lang_package -n %{lname}
|
|
|
|
|
2014-02-07 22:42:28 +01:00
|
|
|
%prep
|
2021-05-09 09:41:57 +02:00
|
|
|
%autosetup -p1
|
2014-02-07 22:42:28 +01:00
|
|
|
|
|
|
|
%build
|
2021-05-09 09:41:57 +02:00
|
|
|
%cmake_kf5 -d build
|
|
|
|
%cmake_build
|
2014-02-07 22:42:28 +01:00
|
|
|
|
|
|
|
%install
|
2021-05-09 09:41:57 +02:00
|
|
|
%kf5_makeinstall -C build
|
|
|
|
%fdupes %{buildroot}
|
2014-02-07 22:42:28 +01:00
|
|
|
|
2022-10-08 19:27:52 +02:00
|
|
|
%find_lang kdesud5
|
2014-10-04 21:04:25 +02:00
|
|
|
|
2023-02-12 10:52:56 +01:00
|
|
|
%ldconfig_scriptlets -n %{lname}
|
2014-07-26 12:02:53 +02:00
|
|
|
|
2022-10-08 19:27:52 +02:00
|
|
|
%files -n %{lname}-lang -f kdesud5.lang
|
2014-10-04 21:04:25 +02:00
|
|
|
|
2018-08-20 14:58:38 +02:00
|
|
|
%files -n %{lname}
|
2020-09-11 08:33:05 +02:00
|
|
|
%license LICENSES/*
|
2018-08-20 14:58:38 +02:00
|
|
|
%doc README*
|
2014-02-07 22:42:28 +01:00
|
|
|
%{_kf5_libdir}/libKF5Su.so.*
|
|
|
|
%{_kf5_libexecdir}/kdesu_stub
|
2020-08-09 09:39:38 +02:00
|
|
|
%{_kf5_debugdir}/ksu.categories
|
2022-11-28 10:01:50 +01:00
|
|
|
%{_kf5_libexecdir}/kdesud
|
2014-02-07 22:42:28 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_kf5_libdir}/libKF5Su.so
|
|
|
|
%{_kf5_libdir}/cmake/KF5Su/
|
2022-02-14 13:07:14 +01:00
|
|
|
%{_kf5_includedir}/KDESu/
|
2014-02-07 22:42:28 +01:00
|
|
|
%{_kf5_mkspecsdir}/qt_KDESu.pri
|
|
|
|
|
|
|
|
%changelog
|