Compare commits
2 Commits
6.13.0-1ma
...
6.15.0-1ma
Author | SHA1 | Date | |
---|---|---|---|
0d84d765cf | |||
df2dfbb00b |
@ -2,7 +2,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: kf6-kxmlgui
|
||||
Version: 6.13.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,12 +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}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{framework}-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kf6
|
||||
%cmake_kf6 \
|
||||
-DPython3_EXECUTABLE=%{__python3} \
|
||||
-DPython_EXECUTABLE=%{__python3}
|
||||
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
@ -71,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
|
||||
|
||||
@ -84,10 +96,16 @@ 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
|
||||
|
||||
|
Reference in New Issue
Block a user