10 Commits

View File

@ -1,7 +1,7 @@
%define framework kpackage %define framework kpackage
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: kf6-kpackage Name: kf6-kpackage
Version: 6.7.0 Version: 6.17.0
Release: 1mamba Release: 1mamba
Summary: Package framework lets the user to install and load packages of non binary content Summary: Package framework lets the user to install and load packages of non binary content
Group: System/Libraries Group: System/Libraries
@ -13,12 +13,13 @@ Source: https://download.kde.org/%{stable_kf6}/frameworks/%{majver}/kpack
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libQt6Core
BuildRequires: libQt6DBus
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libkf6-karchive-devel BuildRequires: libkf6-karchive-devel
BuildRequires: libkf6-kcoreaddons-devel BuildRequires: libkf6-kcoreaddons-devel
BuildRequires: libkf6-ki18n-devel BuildRequires: libkf6-ki18n-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: qt6-qtbase-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: cmake BuildRequires: cmake
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
@ -42,8 +43,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-devel %description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}. This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep %prep
%setup -q -n %{framework}-%{version} %setup -q -n %{framework}-%{version}
@ -60,7 +59,6 @@ This package contains libraries and header files for developing applications tha
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/kpackagetool6 %{_bindir}/kpackagetool6
@ -83,10 +81,40 @@ This package contains libraries and header files for developing applications tha
%{_libdir}/libKF6Package.so %{_libdir}/libKF6Package.so
%dir %{_libdir}/cmake/KF6Package %dir %{_libdir}/cmake/KF6Package
%{_libdir}/cmake/KF6Package/KF6Package*.cmake %{_libdir}/cmake/KF6Package/KF6Package*.cmake
%{_qt6_docdir}/KF6Package.* #%{_qt6_docdir}/KF6Package.*
%doc README.md %doc README.md
%changelog %changelog
* Sun Aug 10 2025 Automatic Build System <autodist@openmamba.org> 6.17.0-1mamba
- automatic version update by autodist
* Sat Jul 12 2025 Automatic Build System <autodist@openmamba.org> 6.16.0-1mamba
- automatic version update by autodist
* Sat Jun 21 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 * Sat Oct 12 2024 Automatic Build System <autodist@openmamba.org> 6.7.0-1mamba
- automatic version update by autodist - automatic version update by autodist