Compare commits
9 Commits
6.4.0-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
b799cc524d | |||
6a5c831e1e | |||
ccbd9c0710 | |||
766d400292 | |||
a31d44abb8 | |||
c4ac54e517 | |||
f6866cb6c8 | |||
ec8a185430 | |||
03d7b412f4 |
@ -2,7 +2,7 @@
|
||||
%define framework kitemmodels
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: kf6-kitemmodels
|
||||
Version: 6.4.0
|
||||
Version: 6.13.0
|
||||
Release: 1mamba
|
||||
Summary: Set of item models extending the Qt model-view framework
|
||||
Group: System/Libraries
|
||||
@ -14,9 +14,10 @@ Source: https://download.kde.org/%{stable_kf6}/frameworks/%{majver}/kitem
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt6Core
|
||||
BuildRequires: libQt6Network
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtdeclarative-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
@ -56,7 +57,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}
|
||||
@ -73,8 +73,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}
|
||||
%defattr(-,root,root)
|
||||
@ -94,6 +92,33 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Sat Apr 12 2025 Automatic Build System <autodist@openmamba.org> 6.13.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 15 2025 Automatic Build System <autodist@openmamba.org> 6.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 15 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
|
||||
|
||||
* Sat Dec 14 2024 Automatic Build System <autodist@openmamba.org> 6.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 08 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
|
||||
|
||||
* Sat Sep 14 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
|
||||
|
||||
* Fri Jul 12 2024 Automatic Build System <autodist@openmamba.org> 6.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user