From d60d564b1235bf2cc3618b0ec42d879d3cd3bec0 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 29 Mar 2024 17:56:21 +0100 Subject: [PATCH] automatic version update by autodist [release 24.02.1-1mamba;Mon Mar 25 2024] --- README.md | 2 +- grantlee-editor.spec | 30 ++++++++++++++++++------------ 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index bb8855d..7811546 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # grantlee-editor -KDE Frameworks 5 Contact Print Theme Editor. +KDE Contact Print Theme Editor. diff --git a/grantlee-editor.spec b/grantlee-editor.spec index 87d0c30..6e268ed 100644 --- a/grantlee-editor.spec +++ b/grantlee-editor.spec @@ -1,15 +1,15 @@ %define majver %(echo %version | cut -d. -f1-2) Name: grantlee-editor -Version: 23.08.5 +Version: 24.02.1 Release: 1mamba -Summary: KDE Frameworks 5 Contact Print Theme Editor +Summary: KDE Contact Print Theme Editor Group: Graphical Desktop/Look 'n' feel Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://kde.org/ -Source: https://download.kde.org/stable/release-service/%{version}/src/grantlee-editor-%{version}.tar.xz +Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/grantlee-editor-%{version}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -56,13 +56,13 @@ BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtdeclarative-devel ## AUTOBUILDREQ-END BuildRequires: cmake -BuildRequires: rpm-macros-kde5 +BuildRequires: kf6-rpm-macros BuildRequires: extra-cmake-modules BuildRequires: libgpgme-devel >= 1.18.0 Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} %description -KDE Frameworks 5 Contact Print Theme Editor. +KDE Contact Print Theme Editor. %package -n lib%{name} Group: System/Libraries @@ -85,14 +85,14 @@ This package contains libraries and header files for developing applications tha %setup -q %build -%cmake_kde5 -d build -%make +%cmake_kf6 +%cmake_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall -C build +%cmake_install -%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang +%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -105,7 +105,7 @@ exit 0 /sbin/ldconfig exit 0 -%files -f %{name}5_qt.lang +%files -f %{name}.lang %defattr(-,root,root) %{_bindir}/contactprintthemeeditor %{_bindir}/contactthemeeditor @@ -114,8 +114,8 @@ exit 0 %{_datadir}/applications/org.kde.contactthemeeditor.desktop %{_datadir}/applications/org.kde.headerthemeeditor.desktop %{_datadir}/config.kcfg/grantleethemeeditor.kcfg -%{_datadir}/qlogging-categories5/grantleeditor.categories -%{_datadir}/qlogging-categories5/grantleeditor.renamecategories +%{_datadir}/qlogging-categories6/grantleeditor.categories +%{_datadir}/qlogging-categories6/grantleeditor.renamecategories %files -n lib%{name} %defattr(-,root,root) @@ -123,6 +123,12 @@ exit 0 %doc LICENSES %changelog +* Mon Mar 25 2024 Automatic Build System 24.02.1-1mamba +- automatic version update by autodist + +* Mon Mar 11 2024 Automatic Build System 24.02.0-1mamba +- automatic version update by autodist + * Sun Feb 18 2024 Automatic Build System 23.08.5-1mamba - automatic version update by autodist