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 19:13:19 +01:00
parent e2c44cbfec
commit 8d1b030054

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: partitionmanager Name: partitionmanager
Version: 23.08.5 Version: 24.02.1
Release: 1mamba Release: 1mamba
Summary: KDE 5 partition manager Summary: KDE 5 partition manager
Group: Graphical Desktop/Applications/Administration Group: Graphical Desktop/Applications/Administration
@ -9,35 +9,35 @@ 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/partitionmanager-%{version}.tar.xz Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/partitionmanager-%{version}.tar.xz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libkauth-devel BuildRequires: libglvnd-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: libkcrash-devel BuildRequires: libkf6-kcrash-devel
BuildRequires: libkdbusaddons-devel BuildRequires: libkf6-kdbusaddons-devel
BuildRequires: libki18n-devel BuildRequires: libkf6-ki18n-devel
BuildRequires: libkio-devel BuildRequires: libkf6-kio-devel
BuildRequires: libkjobwidgets-devel BuildRequires: libkf6-kjobwidgets-devel
BuildRequires: libkf6-kservice-devel
BuildRequires: libkf6-kwidgetsaddons-devel
BuildRequires: libkf6-kwindowsystem-devel
BuildRequires: libkf6-kxmlgui-devel
BuildRequires: libkf6-solid-devel
BuildRequires: libkpmcore-devel BuildRequires: libkpmcore-devel
BuildRequires: libkservice-devel BuildRequires: libpolkit-qt6-1-devel
BuildRequires: libkwidgetsaddons-devel
BuildRequires: libkwindowsystem-devel
BuildRequires: libkxmlgui-devel
BuildRequires: libpolkit-qt5-1-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: rpm-macros-kde5 BuildRequires: kf6-rpm-macros
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: libkpmcore-devel >= %{majver} BuildRequires: libkpmcore-devel >= %{majver}
Requires: ntfsprogs Requires: ntfsprogs
@ -67,30 +67,35 @@ KDE 5 partition manager.
%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-html --with-man --all-name || touch %{name}5_qt.lang %find_lang %{name} --with-qt --with-html --with-man --all-name || touch %{name}.lang
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}5_qt.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/partitionmanager %{_bindir}/partitionmanager
%{_datadir}/applications/org.kde.partitionmanager.desktop %{_datadir}/applications/org.kde.partitionmanager.desktop
%{_datadir}/config.kcfg/partitionmanager.kcfg %{_datadir}/config.kcfg/partitionmanager.kcfg
%{_datadir}/icons/hicolor/scalable/apps/partitionmanager.svg %{_datadir}/icons/hicolor/scalable/apps/partitionmanager.svg
%{_datadir}/kxmlgui5/partitionmanager/partitionmanagerui.rc
%{_datadir}/metainfo/org.kde.partitionmanager.appdata.xml %{_datadir}/metainfo/org.kde.partitionmanager.appdata.xml
%{_datadir}/solid/actions/open_in_partitionmanager.desktop %{_datadir}/solid/actions/open_in_partitionmanager.desktop
%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
* Sat Mar 02 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