automatic version update by autodist [release 24.02.1-1mamba;Fri Mar 22 2024]

This commit is contained in:
Automatic Build System 2024-03-29 18:02:41 +01:00
parent be08cd3cd4
commit 6ddea86ffb

View File

@ -1,5 +1,5 @@
Name: kapptemplate Name: kapptemplate
Version: 23.08.5 Version: 24.02.1
Release: 1mamba Release: 1mamba
Summary: KDE5 shell script to easy the beginning of new apps Summary: KDE5 shell script to easy the beginning of new apps
Group: Graphical Desktop/Applications/Development Group: Graphical Desktop/Applications/Development
@ -7,28 +7,26 @@ 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: http://download.kde.org/stable/release-service/%{version}/src/kapptemplate-%{version}.tar.xz Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/kapptemplate-%{version}.tar.xz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libkarchive-devel BuildRequires: libglvnd-devel
BuildRequires: libkauth-devel BuildRequires: libkf6-karchive-devel
BuildRequires: libkcodecs-devel BuildRequires: libkf6-kcolorscheme-devel
BuildRequires: libkcompletion-devel BuildRequires: libkf6-kcompletion-devel
BuildRequires: libkconfig-devel BuildRequires: libkf6-kconfig-devel
BuildRequires: libkconfigwidgets-devel BuildRequires: libkf6-kconfigwidgets-devel
BuildRequires: libkcoreaddons-devel BuildRequires: libkf6-kcoreaddons-devel
BuildRequires: libki18n-devel BuildRequires: libkf6-ki18n-devel
BuildRequires: libkio-devel BuildRequires: libkf6-kio-devel
BuildRequires: libkjobwidgets-devel BuildRequires: libkf6-kjobwidgets-devel
BuildRequires: libkservice-devel BuildRequires: libkf6-kservice-devel
BuildRequires: libkwidgetsaddons-devel BuildRequires: libkf6-kwidgetsaddons-devel
BuildRequires: libkwindowsystem-devel BuildRequires: libkf6-solid-devel
BuildRequires: libsolid-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: qt5-qtbase-devel BuildRequires: qt6-qtbase-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: cmake BuildRequires: cmake
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
@ -43,14 +41,15 @@ KDE5 shell script to easy the beginning of new apps. This package is part of KDE
%setup -q %setup -q
%build %build
%cmake -d build %cmake
%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-html --all-name || touch %{name}5_qt.lang %find_lang %{name} --with-qt --with-html --all-name || touch %{name}.lang
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -74,7 +73,7 @@ if [ $1 -eq 0 ]; then
fi fi
exit 0 exit 0
%files -f %{name}5_qt.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/kapptemplate %{_bindir}/kapptemplate
%{_datadir}/metainfo/org.kde.kapptemplate.appdata.xml %{_datadir}/metainfo/org.kde.kapptemplate.appdata.xml
@ -85,10 +84,16 @@ exit 0
%dir %{_datadir}/kdevappwizard %dir %{_datadir}/kdevappwizard
%dir %{_datadir}/kdevappwizard/templates %dir %{_datadir}/kdevappwizard/templates
%{_datadir}/kdevappwizard/templates/* %{_datadir}/kdevappwizard/templates/*
%{_datadir}/qlogging-categories5/kapptemplate.categories %{_datadir}/qlogging-categories6/kapptemplate.categories
%doc LICENSES %doc LICENSES
%changelog %changelog
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
- automatic version update by autodist
* Sun Mar 03 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
- automatic version update by autodist
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba * Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
- automatic version update by autodist - automatic version update by autodist