automatic version update by autodist [release 24.02.1-1mamba;Mon Mar 25 2024]

This commit is contained in:
Automatic Build System 2024-03-29 17:56:21 +01:00
parent 0aa627fe46
commit d60d564b12
2 changed files with 19 additions and 13 deletions

View File

@ -1,4 +1,4 @@
# grantlee-editor # grantlee-editor
KDE Frameworks 5 Contact Print Theme Editor. KDE Contact Print Theme Editor.

View File

@ -1,15 +1,15 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: grantlee-editor Name: grantlee-editor
Version: 23.08.5 Version: 24.02.1
Release: 1mamba Release: 1mamba
Summary: KDE Frameworks 5 Contact Print Theme Editor Summary: KDE Contact Print Theme Editor
Group: Graphical Desktop/Look 'n' feel Group: Graphical Desktop/Look 'n' feel
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kde.org/ 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 License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -56,13 +56,13 @@ BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtdeclarative-devel BuildRequires: qt5-qtdeclarative-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: cmake BuildRequires: cmake
BuildRequires: rpm-macros-kde5 BuildRequires: kf6-rpm-macros
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: libgpgme-devel >= 1.18.0 BuildRequires: libgpgme-devel >= 1.18.0
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description %description
KDE Frameworks 5 Contact Print Theme Editor. KDE Contact Print Theme Editor.
%package -n lib%{name} %package -n lib%{name}
Group: System/Libraries Group: System/Libraries
@ -85,14 +85,14 @@ This package contains libraries and header files for developing applications tha
%setup -q %setup -q
%build %build
%cmake_kde5 -d build %cmake_kf6
%make %cmake_build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{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 %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -105,7 +105,7 @@ exit 0
/sbin/ldconfig /sbin/ldconfig
exit 0 exit 0
%files -f %{name}5_qt.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/contactprintthemeeditor %{_bindir}/contactprintthemeeditor
%{_bindir}/contactthemeeditor %{_bindir}/contactthemeeditor
@ -114,8 +114,8 @@ exit 0
%{_datadir}/applications/org.kde.contactthemeeditor.desktop %{_datadir}/applications/org.kde.contactthemeeditor.desktop
%{_datadir}/applications/org.kde.headerthemeeditor.desktop %{_datadir}/applications/org.kde.headerthemeeditor.desktop
%{_datadir}/config.kcfg/grantleethemeeditor.kcfg %{_datadir}/config.kcfg/grantleethemeeditor.kcfg
%{_datadir}/qlogging-categories5/grantleeditor.categories %{_datadir}/qlogging-categories6/grantleeditor.categories
%{_datadir}/qlogging-categories5/grantleeditor.renamecategories %{_datadir}/qlogging-categories6/grantleeditor.renamecategories
%files -n lib%{name} %files -n lib%{name}
%defattr(-,root,root) %defattr(-,root,root)
@ -123,6 +123,12 @@ exit 0
%doc LICENSES %doc LICENSES
%changelog %changelog
* Mon Mar 25 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
- automatic version update by autodist
* Mon Mar 11 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
- automatic version update by autodist
* Sun Feb 18 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba * Sun Feb 18 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
- automatic version update by autodist - automatic version update by autodist