13 Commits

Author SHA1 Message Date
df2dfbb00b automatic version update by autodist [release 6.14.0-1mamba;Sun May 11 2025] 2025-05-12 11:18:43 +02:00
d0995787b4 automatic version update by autodist [release 6.13.0-1mamba;Sun Apr 13 2025] 2025-04-14 10:42:55 +02:00
ab92630202 automatic version update by autodist [release 6.12.0-1mamba;Sun Mar 16 2025] 2025-03-18 10:42:17 +01:00
6db2821e63 automatic version update by autodist [release 6.11.0-1mamba;Sun Feb 16 2025] 2025-02-16 19:59:25 +01:00
e51f5b883d automatic version update by autodist [release 6.10.0-1mamba;Sat Jan 11 2025] 2025-01-12 16:25:28 +01:00
b853bbb72b automatic version update by autodist [release 6.9.0-1mamba;Sun Dec 15 2024] 2024-12-16 23:23:21 +01:00
9b0a210345 automatic version update by autodist [release 6.8.0-1mamba;Sun Nov 10 2024] 2024-11-11 18:34:57 +01:00
fbc899502b automatic version update by autodist [release 6.7.0-1mamba;Sun Oct 13 2024] 2024-10-15 10:10:58 +02:00
d0fd64175a automatic version update by autodist [release 6.6.0-1mamba;Sun Sep 15 2024] 2024-09-16 11:27:49 +02:00
2f282a02aa automatic version update by autodist [release 6.5.0-1mamba;Sat Aug 10 2024] 2024-08-11 11:10:50 +02:00
7843f5ddb9 automatic version update by autodist [release 6.4.0-1mamba;Sat Jul 13 2024] 2024-07-14 22:18:06 +02:00
1140bb363d automatic version update by autodist [release 6.3.0-1mamba;Mon Jun 10 2024] 2024-06-13 14:39:39 +02:00
68367b2ec6 automatic version update by autodist [release 6.2.0-1mamba;Mon May 13 2024] 2024-05-15 18:29:12 +02:00

View File

@ -2,7 +2,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: kf6-kxmlgui
Version: 6.1.0
Version: 6.14.0
Release: 1mamba
Summary: Framework for managing menu and toolbar actions
Group: System/Libraries
@ -14,6 +14,13 @@ Source: https://download.kde.org/%{stable_kf6}/frameworks/%{majver}/kxmlg
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libQt6Core
BuildRequires: libQt6DBus
BuildRequires: libQt6Gui
BuildRequires: libQt6Network
BuildRequires: libQt6PrintSupport
BuildRequires: libQt6Widgets
BuildRequires: libQt6Xml
BuildRequires: libgcc
BuildRequires: libglvnd-devel
BuildRequires: libkf6-kcolorscheme-devel
@ -27,7 +34,6 @@ BuildRequires: libkf6-kiconthemes-devel
BuildRequires: libkf6-kitemviews-devel
BuildRequires: libkf6-kwidgetsaddons-devel
BuildRequires: libstdc++6-devel
BuildRequires: qt6-qtbase-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildRequires: extra-cmake-modules
@ -54,7 +60,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}
@ -72,8 +77,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}5_qt.lang
%defattr(-,root,root)
@ -91,6 +94,45 @@ This package contains libraries and header files for developing applications tha
%doc README.md
%changelog
* 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
* Sun Oct 13 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
* Mon Jun 10 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