17 Commits

Author SHA1 Message Date
47a0010f40 automatic version update by autodist [release 6.16.0-1mamba;Sat Jul 12 2025] 2025-07-14 22:45:34 +02:00
1ba7e41484 automatic version update by autodist [release 6.15.0-1mamba;Fri Jun 20 2025] 2025-06-23 10:07:54 +02:00
5bb4bf6d12 automatic version update by autodist [release 6.14.0-1mamba;Sun May 11 2025] 2025-05-12 11:00:45 +02:00
c5168eba0d automatic version update by autodist [release 6.13.0-1mamba;Sun Apr 13 2025] 2025-04-14 10:33:28 +02:00
1e99365e2f automatic version update by autodist [release 6.12.0-1mamba;Sun Mar 16 2025] 2025-03-18 10:32:12 +01:00
a13b6e9a4d automatic version update by autodist [release 6.11.0-1mamba;Sun Feb 16 2025] 2025-02-16 19:48:59 +01:00
dbbec56fb9 automatic version update by autodist [release 6.10.0-1mamba;Sat Jan 11 2025] 2025-01-12 16:14:11 +01:00
cd93d1e93a automatic version update by autodist [release 6.9.0-1mamba;Sun Dec 15 2024] 2024-12-16 23:06:25 +01:00
e48331f08f automatic version update by autodist [release 6.8.0-1mamba;Sun Nov 10 2024] 2024-11-11 18:21:57 +01:00
b165676b39 automatic version update by autodist [release 6.7.0-1mamba;Sat Oct 12 2024] 2024-10-15 09:55:56 +02:00
6903e4fec2 automatic version update by autodist [release 6.6.0-1mamba;Sun Sep 15 2024] 2024-09-16 11:13:04 +02:00
afa2ff6a6f automatic version update by autodist [release 6.5.0-1mamba;Sat Aug 10 2024] 2024-08-11 10:52:11 +02:00
9156591ba3 automatic version update by autodist [release 6.4.0-1mamba;Sat Jul 13 2024] 2024-07-14 21:59:23 +02:00
b1e5df5afd automatic version update by autodist [release 6.3.0-1mamba;Sun Jun 09 2024] 2024-06-13 14:25:57 +02:00
7cdc282486 automatic version update by autodist [release 6.2.0-1mamba;Mon May 13 2024] 2024-05-15 18:12:47 +02:00
ba464c0bc4 automatic version update by autodist [release 6.1.0-1mamba;Sun Apr 14 2024] 2024-04-15 15:17:20 +02:00
027e8f58c1 automatic version update by autodist [release 6.0.0-1mamba;Thu Feb 29 2024] 2024-03-01 09:46:44 +01:00

View File

@ -2,7 +2,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: kf6-kdesu
Version: 5.249.0
Version: 6.16.0
Release: 1mamba
Summary: KDE Frameworks 6 User interface for running shell commands with root privileges
Group: Graphical Desktop/Applications/Administration
@ -10,11 +10,12 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://invent.kde.org/frameworks/kdesu
Source: https://download.kde.org/%{stable_kf6}/frameworks/%{version}/kdesu-%{version}.tar.xz
Source: https://download.kde.org/%{stable_kf6}/frameworks/%{majver}/kdesu-%{version}.tar.xz
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libICE-devel
BuildRequires: libQt6Core
BuildRequires: libSM-devel
BuildRequires: libX11-devel
BuildRequires: libXext-devel
@ -24,7 +25,6 @@ BuildRequires: libkf6-kcoreaddons-devel
BuildRequires: libkf6-ki18n-devel
BuildRequires: libkf6-kpty-devel
BuildRequires: libstdc++6-devel
BuildRequires: qt6-qtbase-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildRequires: kf6-rpm-macros
@ -49,8 +49,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q -n %{framework}-%{version}
@ -68,8 +66,6 @@ This package contains libraries and header files for developing applications tha
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%files -n lib%{name} -f %{name}.lang
%defattr(-,root,root)
@ -90,9 +86,60 @@ This package contains libraries and header files for developing applications tha
%{_kf6_libdir}/libKF6Su.so
%dir %{_kf6_libdir}/cmake/KF6Su
%{_kf6_libdir}/cmake/KF6Su/KF6Su*.cmake
%{_qt6_docdir}/KF6Su.*
#%{_qt6_docdir}/KF6Su.*
%changelog
* Sat Jul 12 2025 Automatic Build System <autodist@openmamba.org> 6.16.0-1mamba
- automatic version update by autodist
* Fri Jun 20 2025 Automatic Build System <autodist@openmamba.org> 6.15.0-1mamba
- automatic version update by autodist
* Sun May 11 2025 Automatic Build System <autodist@openmamba.org> 6.14.0-1mamba
- automatic version update by autodist
* Sun Apr 13 2025 Automatic Build System <autodist@openmamba.org> 6.13.0-1mamba
- automatic version update by autodist
* Sun Mar 16 2025 Automatic Build System <autodist@openmamba.org> 6.12.0-1mamba
- automatic version update by autodist
* Sun Feb 16 2025 Automatic Build System <autodist@openmamba.org> 6.11.0-1mamba
- automatic version update by autodist
* Sat Jan 11 2025 Automatic Build System <autodist@openmamba.org> 6.10.0-1mamba
- automatic version update by autodist
* Sun Dec 15 2024 Automatic Build System <autodist@openmamba.org> 6.9.0-1mamba
- automatic version update by autodist
* Sun Nov 10 2024 Automatic Build System <autodist@openmamba.org> 6.8.0-1mamba
- automatic version update by autodist
* Sat Oct 12 2024 Automatic Build System <autodist@openmamba.org> 6.7.0-1mamba
- automatic version update by autodist
* Sun Sep 15 2024 Automatic Build System <autodist@openmamba.org> 6.6.0-1mamba
- automatic version update by autodist
* Sat Aug 10 2024 Automatic Build System <autodist@openmamba.org> 6.5.0-1mamba
- automatic version update by autodist
* Sat Jul 13 2024 Automatic Build System <autodist@openmamba.org> 6.4.0-1mamba
- automatic version update by autodist
* Sun Jun 09 2024 Automatic Build System <autodist@openmamba.org> 6.3.0-1mamba
- automatic version update by autodist
* Mon May 13 2024 Automatic Build System <autodist@openmamba.org> 6.2.0-1mamba
- automatic version update by autodist
* Sun Apr 14 2024 Automatic Build System <autodist@openmamba.org> 6.1.0-1mamba
- automatic version update by autodist
* Thu Feb 29 2024 Automatic Build System <autodist@openmamba.org> 6.0.0-1mamba
- automatic version update by autodist
* Sat Feb 03 2024 Automatic Build System <autodist@openmamba.org> 5.249.0-1mamba
- automatic version update by autodist