Compare commits
10 Commits
6.7.0-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
bdef6fa50e | |||
62f74c4a96 | |||
3c5d5f172c | |||
8432b3450b | |||
2d98d8d8bb | |||
ebf08af355 | |||
ad7b6152dd | |||
4382276572 | |||
5ad9ba849f | |||
104122cacc |
@ -1,7 +1,7 @@
|
||||
%define framework kpackage
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: kf6-kpackage
|
||||
Version: 6.7.0
|
||||
Version: 6.17.0
|
||||
Release: 1mamba
|
||||
Summary: Package framework lets the user to install and load packages of non binary content
|
||||
Group: System/Libraries
|
||||
@ -13,12 +13,13 @@ Source: https://download.kde.org/%{stable_kf6}/frameworks/%{majver}/kpack
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt6Core
|
||||
BuildRequires: libQt6DBus
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkf6-karchive-devel
|
||||
BuildRequires: libkf6-kcoreaddons-devel
|
||||
BuildRequires: libkf6-ki18n-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
@ -42,8 +43,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}
|
||||
|
||||
@ -60,7 +59,6 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/kpackagetool6
|
||||
@ -83,10 +81,40 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_libdir}/libKF6Package.so
|
||||
%dir %{_libdir}/cmake/KF6Package
|
||||
%{_libdir}/cmake/KF6Package/KF6Package*.cmake
|
||||
%{_qt6_docdir}/KF6Package.*
|
||||
#%{_qt6_docdir}/KF6Package.*
|
||||
%doc README.md
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user