Compare commits

..

16 Commits

Author SHA1 Message Date
8d5ef2bcc5 automatic version update by autodist [release 25.08.2-1mamba;Thu Oct 09 2025] 2025-10-11 17:33:40 +02:00
354ef6db2f automatic version update by autodist [release 25.08.1-1mamba;Fri Sep 12 2025] 2025-09-16 15:18:47 +02:00
325966207f automatic version update by autodist [release 25.08.0-1mamba;Thu Aug 14 2025] 2025-08-23 21:34:20 +02:00
6d65713568 automatic version update by autodist [release 25.04.3-1mamba;Fri Jul 04 2025] 2025-07-06 12:32:15 +02:00
7c266e0efc automatic version update by autodist [release 25.04.2-1mamba;Fri Jun 06 2025] 2025-06-13 00:50:42 +02:00
20080bf26d automatic version update by autodist [release 25.04.1-1mamba;Fri May 09 2025] 2025-05-13 09:25:01 +02:00
a75cc741de automatic version update by autodist [release 25.04.0-1mamba;Thu Apr 17 2025] 2025-04-24 12:28:06 +02:00
d4a5578040 automatic version update by autodist [release 24.12.3-1mamba;Sat Mar 08 2025] 2025-03-13 12:30:28 +01:00
62dfc60ae6 automatic version update by autodist [release 24.12.2-1mamba;Fri Feb 07 2025] 2025-02-11 00:05:03 +01:00
d887f97bab automatic version update by autodist [release 24.12.1-1mamba;Fri Jan 10 2025] 2025-01-12 15:51:06 +01:00
1a6c94706e automatic version update by autodist [release 24.12.0-1mamba;Thu Dec 12 2024] 2024-12-17 21:33:43 +01:00
b92d710b74 automatic version update by autodist [release 24.08.3-1mamba;Thu Nov 07 2024] 2024-11-10 11:19:28 +01:00
aa1e0c3077 automatic version update by autodist [release 24.08.2-1mamba;Thu Oct 10 2024] 2024-10-13 21:40:25 +02:00
10e2f801d0 automatic version update by autodist [release 24.08.1-1mamba;Fri Sep 13 2024] 2024-09-15 12:18:43 +02:00
894fafb520 automatic version update by autodist [release 24.08.0-1mamba;Fri Aug 23 2024] 2024-08-29 11:47:29 +02:00
d811639edc automatic version update by autodist [release 24.05.2-1mamba;Fri Jul 05 2024] 2024-07-07 22:33:12 +02:00

View File

@@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: grantleetheme
Version: 24.05.1
Version: 25.08.2
Release: 1mamba
Summary: KDE grantlee theme library
Group: System/Libraries
@@ -13,6 +13,12 @@ Source: https://download.kde.org/%{stable_kde6}/release-service/%{version
License: System/Libraries
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libQt6Core
BuildRequires: libQt6DBus
BuildRequires: libQt6Gui
BuildRequires: libQt6Network
BuildRequires: libQt6Widgets
BuildRequires: libQt6Xml
BuildRequires: libgcc
BuildRequires: libglvnd-devel
BuildRequires: libkf6-attica-devel
@@ -28,7 +34,6 @@ BuildRequires: libkf6-ktexttemplate-devel
BuildRequires: libkf6-kwidgetsaddons-devel
BuildRequires: libkf6-kxmlgui-devel
BuildRequires: libstdc++6-devel
BuildRequires: qt6-qtbase-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildRequires: kf6-rpm-macros
@@ -53,7 +58,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
@@ -71,8 +75,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}.lang
%defattr(-,root,root)
@@ -91,6 +93,54 @@ This package contains libraries and header files for developing applications tha
%{_qt6_docdir}/KPim6GrantleeTheme.*
%changelog
* Thu Oct 09 2025 Automatic Build System <autodist@openmamba.org> 25.08.2-1mamba
- automatic version update by autodist
* Fri Sep 12 2025 Automatic Build System <autodist@openmamba.org> 25.08.1-1mamba
- automatic version update by autodist
* Thu Aug 14 2025 Automatic Build System <autodist@openmamba.org> 25.08.0-1mamba
- automatic version update by autodist
* Fri Jul 04 2025 Automatic Build System <autodist@openmamba.org> 25.04.3-1mamba
- automatic version update by autodist
* Fri Jun 06 2025 Automatic Build System <autodist@openmamba.org> 25.04.2-1mamba
- automatic version update by autodist
* Fri May 09 2025 Automatic Build System <autodist@openmamba.org> 25.04.1-1mamba
- automatic version update by autodist
* Thu Apr 17 2025 Automatic Build System <autodist@openmamba.org> 25.04.0-1mamba
- automatic version update by autodist
* Sat Mar 08 2025 Automatic Build System <autodist@openmamba.org> 24.12.3-1mamba
- automatic version update by autodist
* Fri Feb 07 2025 Automatic Build System <autodist@openmamba.org> 24.12.2-1mamba
- automatic version update by autodist
* Fri Jan 10 2025 Automatic Build System <autodist@openmamba.org> 24.12.1-1mamba
- automatic version update by autodist
* Thu Dec 12 2024 Automatic Build System <autodist@openmamba.org> 24.12.0-1mamba
- automatic version update by autodist
* Thu Nov 07 2024 Automatic Build System <autodist@openmamba.org> 24.08.3-1mamba
- automatic version update by autodist
* Thu Oct 10 2024 Automatic Build System <autodist@openmamba.org> 24.08.2-1mamba
- automatic version update by autodist
* Fri Sep 13 2024 Automatic Build System <autodist@openmamba.org> 24.08.1-1mamba
- automatic version update by autodist
* Fri Aug 23 2024 Automatic Build System <autodist@openmamba.org> 24.08.0-1mamba
- automatic version update by autodist
* Fri Jul 05 2024 Automatic Build System <autodist@openmamba.org> 24.05.2-1mamba
- automatic version update by autodist
* Sat Jun 15 2024 Automatic Build System <autodist@openmamba.org> 24.05.1-1mamba
- automatic version update by autodist