2024-01-06 01:50:31 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
|
|
|
|
Name: kio-admin
|
2024-05-28 12:38:03 +02:00
|
|
|
Version: 24.05.0
|
2024-01-06 01:50:31 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A KDE Plasma protocol which gives administrative access to the entire system
|
|
|
|
Group: Graphical Desktop/Applications/Environment
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-03-29 18:24:59 +01:00
|
|
|
URL: https://invent.kde.org/system/kio-admin
|
|
|
|
Source: https://download.kde.org/%{stable_kf6}/release-service/%{version}/src/kio-admin-%{version}.tar.xz
|
2024-01-06 01:50:31 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-05-28 12:38:03 +02:00
|
|
|
BuildRequires: libatomic-devel
|
2024-01-06 01:50:31 +01:00
|
|
|
BuildRequires: libgcc
|
2024-03-29 18:24:59 +01:00
|
|
|
BuildRequires: libglvnd-devel
|
|
|
|
BuildRequires: libkf6-kcompletion-devel
|
|
|
|
BuildRequires: libkf6-kconfig-devel
|
|
|
|
BuildRequires: libkf6-kcoreaddons-devel
|
|
|
|
BuildRequires: libkf6-ki18n-devel
|
|
|
|
BuildRequires: libkf6-kio-devel
|
|
|
|
BuildRequires: libkf6-kjobwidgets-devel
|
|
|
|
BuildRequires: libkf6-kservice-devel
|
|
|
|
BuildRequires: libkf6-kwidgetsaddons-devel
|
|
|
|
BuildRequires: libkf6-solid-devel
|
|
|
|
BuildRequires: libpolkit-qt6-1-devel
|
2024-01-06 01:50:31 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
2024-03-29 18:24:59 +01:00
|
|
|
BuildRequires: qt6-qtbase-devel
|
2024-01-06 01:50:31 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
2024-03-29 18:24:59 +01:00
|
|
|
BuildRequires: kf6-rpm-macros
|
2024-01-06 01:50:31 +01:00
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
|
|
|
%description
|
|
|
|
kio-admin implements a new protocol `admin:///` which gives administrative access to the entire system.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-03-29 18:24:59 +01:00
|
|
|
%cmake_kf6
|
|
|
|
%cmake_build
|
2024-01-06 01:50:31 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-03-29 18:24:59 +01:00
|
|
|
%cmake_install
|
2024-01-06 01:50:31 +01:00
|
|
|
|
2024-03-29 18:24:59 +01:00
|
|
|
%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang
|
2024-01-06 01:50:31 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-03-29 18:24:59 +01:00
|
|
|
%files -f %{name}.lang
|
2024-01-06 01:50:31 +01:00
|
|
|
%defattr(-,root,root)
|
2024-03-29 18:24:59 +01:00
|
|
|
%{_qt6_plugindir}/kf6/kfileitemaction/kio-admin.so
|
|
|
|
%{_qt6_plugindir}/kf6/kio/admin.so
|
|
|
|
%{_libexecdir}/kf6/kio-admin-helper
|
2024-01-06 01:50:31 +01:00
|
|
|
%{_datadir}/dbus-1/system-services/org.kde.kio.admin.service
|
|
|
|
%{_datadir}/dbus-1/system.d/org.kde.kio.admin.conf
|
|
|
|
%{_datadir}/metainfo/org.kde.kio.admin.metainfo.xml
|
|
|
|
%{_datadir}/polkit-1/actions/org.kde.kio.admin.policy
|
|
|
|
%doc LICENSES
|
|
|
|
|
|
|
|
%changelog
|
2024-05-28 12:38:03 +02:00
|
|
|
* Thu May 23 2024 Automatic Build System <autodist@openmamba.org> 24.05.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-15 12:08:28 +02:00
|
|
|
* Sat Apr 13 2024 Automatic Build System <autodist@openmamba.org> 24.02.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-29 18:24:59 +01:00
|
|
|
* Sat Mar 23 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
2024-02-24 15:58:56 +01:00
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-29 18:24:59 +01:00
|
|
|
* Sat Mar 02 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 24.02.0-1mamba
|
|
|
|
- update to 24.02.0
|
|
|
|
|
|
|
|
* Sun Feb 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 24.01.95-1mamba
|
|
|
|
- update to 24.01.95
|
|
|
|
|
2024-01-06 01:50:32 +01:00
|
|
|
* Sat Dec 09 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:50:31 +01:00
|
|
|
* Fri Nov 10 2023 Automatic Build System <autodist@mambasoft.it> 23.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:50:31 +01:00
|
|
|
* Thu Oct 12 2023 Automatic Build System <autodist@mambasoft.it> 23.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:50:31 +01:00
|
|
|
* Thu Sep 14 2023 Automatic Build System <autodist@mambasoft.it> 23.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:50:31 +01:00
|
|
|
* Sun Aug 27 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 23.08.0-1mamba
|
|
|
|
- package created using the webbuild interface
|