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:09:44 +01:00
parent 3438bb46fa
commit 081f587656

View File

@ -1,5 +1,5 @@
Name: kde-dev-scripts
Version: 23.08.5
Version: 24.02.1
Release: 1mamba
Summary: Various scripts for KDE development
Group: Graphical Desktop/Applications/Development
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kde.org/
Source: http://download.kde.org/stable/release-service/%{version}/src/kde-dev-scripts-%{version}.tar.xz
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/kde-dev-scripts-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
@ -33,27 +33,33 @@ 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 --all-name || touch %{name}5_qt.lang
%find_lang %{name} --with-qt --with-man --all-name || touch %{name}.lang
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}5_qt.lang
%files -f %{name}.lang
%defattr(-,root,root)
%{_kde5_bindir}/*
%{_kde5_sharedir}/uncrustify/uncrustify-kf5.cfg
%{_kde5_sharedir}/uncrustify/uncrustify-qt.cfg
%{_kf6_bindir}/*
%{_datadir}/uncrustify/uncrustify-kf5.cfg
%{_datadir}/uncrustify/uncrustify-qt.cfg
%{_mandir}/man1/*.1*
%doc COPYING COPYING.DOC
%changelog
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
- automatic version update by autodist
* Wed Feb 28 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
- automatic version update by autodist