automatic version update by autodist [release 23.08.5-1mamba;Thu Feb 15 2024]

This commit is contained in:
Automatic Build System 2024-02-24 15:52:54 +01:00
parent 4d188921e6
commit 73db98c6a0
2 changed files with 12 additions and 9 deletions

View File

@ -1,3 +1,3 @@
# kdeedu-data
KDE Frameworks 5 educational software data.
KDE educational software data.

View File

@ -1,24 +1,24 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: kdeedu-data
Version: 23.08.4
Version: 23.08.5
Release: 1mamba
Summary: KDE Frameworks 5 educational software data
Summary: KDE educational software data
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kde.org/
Source: https://download.kde.org/stable/release-service/%{version}/src/kdeedu-data-%{version}.tar.xz
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/kdeedu-data-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildRequires: rpm-macros-kde5
BuildRequires: kf6-rpm-macros
BuildRequires: extra-cmake-modules
%description
KDE Frameworks 5 educational software data.
KDE educational software data.
#% debug_package
@ -26,12 +26,12 @@ KDE Frameworks 5 educational software data.
%setup -q
%build
%cmake_kde5 -d build
%make
%cmake_kf6
%cmake_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%cmake_install
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -79,6 +79,9 @@ KDE Frameworks 5 educational software data.
%doc COPYING
%changelog
* Thu Feb 15 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
- automatic version update by autodist
* Fri Dec 08 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
- automatic version update by autodist