Compare commits
8 Commits
6.5.0-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
4d44d331e0 | |||
25d981e246 | |||
2ae576bcfd | |||
352f56ecd8 | |||
6784de7a61 | |||
cd71df83df | |||
df3067ac74 | |||
b5b20c9970 |
@ -3,7 +3,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: kf6-kwindowsystem
|
||||
Version: 6.5.0
|
||||
Version: 6.13.0
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 6 access to the windowing system framework
|
||||
Group: System/Libraries
|
||||
@ -16,6 +16,9 @@ License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libQt6Core
|
||||
BuildRequires: libQt6Gui
|
||||
BuildRequires: libQt6Network
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
@ -56,7 +59,6 @@ Requires: libxcb-keysyms-devel
|
||||
%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}
|
||||
@ -74,8 +76,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} -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
@ -97,6 +97,30 @@ 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
|
||||
|
||||
* Sat Nov 09 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user