Compare commits
8 Commits
6.7.0-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
0d84d765cf | |||
df2dfbb00b | |||
d0995787b4 | |||
ab92630202 | |||
6db2821e63 | |||
e51f5b883d | |||
b853bbb72b | |||
9b0a210345 |
@ -2,7 +2,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: kf6-kxmlgui
|
||||
Version: 6.7.0
|
||||
Version: 6.15.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
|
||||
@ -26,8 +33,11 @@ BuildRequires: libkf6-ki18n-devel
|
||||
BuildRequires: libkf6-kiconthemes-devel
|
||||
BuildRequires: libkf6-kitemviews-devel
|
||||
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: pyside6-devel
|
||||
BuildRequires: shiboken6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: extra-cmake-modules
|
||||
@ -54,13 +64,14 @@ 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}
|
||||
|
||||
%build
|
||||
%cmake_kf6
|
||||
%cmake_kf6 \
|
||||
-DPython3_EXECUTABLE=%{__python3} \
|
||||
-DPython_EXECUTABLE=%{__python3}
|
||||
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
@ -72,11 +83,11 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
|
||||
%files -n lib%{name} -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kf6_libdir}/libKF6XmlGui.so.*
|
||||
%{_qt6_plugindir}/designer/kxmlgui6widgets.so
|
||||
%{python3_sitearch}/KXmlGui.cpython-*.so
|
||||
%{_datadir}/qlogging-categories6/kxmlgui.*categories
|
||||
%doc LICENSES
|
||||
|
||||
@ -85,10 +96,34 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_kf6_includedir}/KXmlGui
|
||||
%{_kf6_libdir}/cmake/KF6XmlGui
|
||||
%{_kf6_libdir}/libKF6XmlGui.so
|
||||
%{_qt6_docdir}/KF6XmlGui.*
|
||||
#%{_qt6_docdir}/KF6XmlGui.*
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Sun Jun 22 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
|
||||
|
||||
* Sun Oct 13 2024 Automatic Build System <autodist@openmamba.org> 6.7.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user