2024-01-06 06:59:48 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
|
|
|
|
Name: mbox-importer
|
2024-04-15 12:54:38 +02:00
|
|
|
Version: 24.02.2
|
2024-01-06 06:59:50 +01:00
|
|
|
Release: 1mamba
|
2024-03-29 19:08:22 +01:00
|
|
|
Summary: KDE MBox importer
|
2024-01-06 06:59:48 +01:00
|
|
|
Group: Graphical Desktop/Applications/Internet
|
2024-01-06 06:59:48 +01:00
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 06:59:49 +01:00
|
|
|
URL: https://kde.org/
|
2024-03-29 19:08:22 +01:00
|
|
|
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/mbox-importer-%{version}.tar.xz
|
2024-01-06 06:59:48 +01:00
|
|
|
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libakonadi-contacts-devel
|
|
|
|
BuildRequires: libakonadi-devel
|
|
|
|
BuildRequires: libakonadi-mime-devel
|
|
|
|
BuildRequires: libassuan-devel
|
|
|
|
BuildRequires: libgcc
|
2024-03-29 19:08:22 +01:00
|
|
|
BuildRequires: libglvnd-devel
|
2024-01-06 06:59:48 +01:00
|
|
|
BuildRequires: libgpgme-devel
|
2024-01-06 06:59:49 +01:00
|
|
|
BuildRequires: libgrantleetheme-devel
|
2024-01-06 06:59:48 +01:00
|
|
|
BuildRequires: libkdepim-devel
|
2024-03-29 19:08:22 +01:00
|
|
|
BuildRequires: libkf6-karchive-devel
|
|
|
|
BuildRequires: libkf6-kcolorscheme-devel
|
|
|
|
BuildRequires: libkf6-kcompletion-devel
|
|
|
|
BuildRequires: libkf6-kconfig-devel
|
|
|
|
BuildRequires: libkf6-kconfigwidgets-devel
|
|
|
|
BuildRequires: libkf6-kcontacts-devel
|
|
|
|
BuildRequires: libkf6-kcoreaddons-devel
|
|
|
|
BuildRequires: libkf6-kcrash-devel
|
|
|
|
BuildRequires: libkf6-ki18n-devel
|
|
|
|
BuildRequires: libkf6-kio-devel
|
|
|
|
BuildRequires: libkf6-kitemmodels-devel
|
|
|
|
BuildRequires: libkf6-ktexttemplate-devel
|
|
|
|
BuildRequires: libkf6-kwidgetsaddons-devel
|
2024-01-06 06:59:48 +01:00
|
|
|
BuildRequires: libkidentitymanagement-devel
|
|
|
|
BuildRequires: libkimap-devel
|
|
|
|
BuildRequires: libkleo-devel
|
|
|
|
BuildRequires: libkmime-devel
|
|
|
|
BuildRequires: libkpimtextedit-devel
|
2024-03-29 19:08:22 +01:00
|
|
|
BuildRequires: libktextaddons-qt6-devel
|
2024-01-06 06:59:48 +01:00
|
|
|
BuildRequires: libmailcommon-devel
|
|
|
|
BuildRequires: libmailimporter-devel
|
|
|
|
BuildRequires: libpimcommon-devel
|
2024-03-29 19:08:22 +01:00
|
|
|
BuildRequires: libqgpgme-qt6-devel
|
2024-01-06 06:59:48 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: messagelib-devel
|
2024-03-29 19:08:22 +01:00
|
|
|
BuildRequires: qt6-qtbase-devel
|
2024-01-06 06:59:48 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
2024-03-29 19:08:22 +01:00
|
|
|
BuildRequires: kf6-rpm-macros
|
2024-01-06 06:59:48 +01:00
|
|
|
BuildRequires: extra-cmake-modules
|
2024-01-06 06:59:50 +01:00
|
|
|
BuildRequires: libgpgme-devel >= 1.18.0
|
2024-01-06 06:59:48 +01:00
|
|
|
|
|
|
|
%description
|
2024-03-29 19:08:22 +01:00
|
|
|
KDE MBox importer.
|
2024-01-06 06:59:48 +01:00
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-03-29 19:08:22 +01:00
|
|
|
%cmake_kf6
|
|
|
|
%cmake_build
|
2024-01-06 06:59:48 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-03-29 19:08:22 +01:00
|
|
|
%cmake_install
|
2024-01-06 06:59:48 +01:00
|
|
|
|
2024-03-29 19:08:22 +01:00
|
|
|
%find_lang %{name} --with-qt --with-man --all-name || touch %{name}.lang
|
2024-01-06 06:59:48 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-03-29 19:08:22 +01:00
|
|
|
%files -f %{name}.lang
|
2024-01-06 06:59:48 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/mboximporter
|
|
|
|
%{_datadir}/applications/org.kde.mboximporter.desktop
|
2024-01-06 06:59:49 +01:00
|
|
|
%doc LICENSES
|
2024-01-06 06:59:48 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-04-15 12:54:38 +02:00
|
|
|
* Sun Apr 14 2024 Automatic Build System <autodist@openmamba.org> 24.02.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-29 19:08:22 +01:00
|
|
|
* 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
|
|
|
|
|
2024-02-24 16:32:48 +01:00
|
|
|
* Sun Feb 18 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:59 +01:00
|
|
|
* Sat Dec 09 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:58 +01:00
|
|
|
* Sat Nov 11 2023 Automatic Build System <autodist@mambasoft.it> 23.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:57 +01:00
|
|
|
* Mon Oct 16 2023 Automatic Build System <autodist@mambasoft.it> 23.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:57 +01:00
|
|
|
* Sat Sep 16 2023 Automatic Build System <autodist@mambasoft.it> 23.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:56 +01:00
|
|
|
* Tue Aug 29 2023 Automatic Build System <autodist@mambasoft.it> 23.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:55 +01:00
|
|
|
* Tue Jul 11 2023 Automatic Build System <autodist@mambasoft.it> 23.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:55 +01:00
|
|
|
* Tue Jun 13 2023 Automatic Build System <autodist@mambasoft.it> 23.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:54 +01:00
|
|
|
* Sat May 13 2023 Automatic Build System <autodist@mambasoft.it> 23.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:53 +01:00
|
|
|
* Tue May 02 2023 Automatic Build System <autodist@mambasoft.it> 23.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:53 +01:00
|
|
|
* Sat Mar 04 2023 Automatic Build System <autodist@mambasoft.it> 22.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:52 +01:00
|
|
|
* Tue Feb 07 2023 Automatic Build System <autodist@mambasoft.it> 22.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:51 +01:00
|
|
|
* Sun Jan 08 2023 Automatic Build System <autodist@mambasoft.it> 22.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:51 +01:00
|
|
|
* Sun Dec 11 2022 Automatic Build System <autodist@mambasoft.it> 22.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:50 +01:00
|
|
|
* Sun Nov 06 2022 Automatic Build System <autodist@mambasoft.it> 22.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:50 +01:00
|
|
|
* Tue Oct 18 2022 Automatic Build System <autodist@mambasoft.it> 22.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:50 +01:00
|
|
|
* Sat Sep 10 2022 Automatic Build System <autodist@mambasoft.it> 22.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:50 +01:00
|
|
|
* Sat Aug 27 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 22.08.0-2mamba
|
|
|
|
- rebuilt with libgpgme 1.18.0
|
|
|
|
|
|
|
|
* Sat Aug 27 2022 Automatic Build System <autodist@mambasoft.it> 22.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:50 +01:00
|
|
|
* Sun Jul 10 2022 Automatic Build System <autodist@mambasoft.it> 22.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:50 +01:00
|
|
|
* Sun Jun 12 2022 Automatic Build System <autodist@mambasoft.it> 22.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:50 +01:00
|
|
|
* Tue May 17 2022 Automatic Build System <autodist@mambasoft.it> 22.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:50 +01:00
|
|
|
* Thu Apr 28 2022 Automatic Build System <autodist@mambasoft.it> 22.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:50 +01:00
|
|
|
* Sat Mar 05 2022 Automatic Build System <autodist@mambasoft.it> 21.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:50 +01:00
|
|
|
* Sun Feb 06 2022 Automatic Build System <autodist@mambasoft.it> 21.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:50 +01:00
|
|
|
* Sat Jan 08 2022 Automatic Build System <autodist@mambasoft.it> 21.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:50 +01:00
|
|
|
* Thu Dec 16 2021 Automatic Build System <autodist@mambasoft.it> 21.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:50 +01:00
|
|
|
* Wed Nov 10 2021 Automatic Build System <autodist@mambasoft.it> 21.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:49 +01:00
|
|
|
* Mon Oct 11 2021 Automatic Build System <autodist@mambasoft.it> 21.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:49 +01:00
|
|
|
* Sun Sep 05 2021 Automatic Build System <autodist@mambasoft.it> 21.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:49 +01:00
|
|
|
* Fri Aug 20 2021 Automatic Build System <autodist@mambasoft.it> 21.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:49 +01:00
|
|
|
* Fri Jul 09 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:49 +01:00
|
|
|
* Sat Jun 19 2021 Automatic Build System <autodist@mambasoft.it> 21.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:49 +01:00
|
|
|
* Sat May 15 2021 Automatic Build System <autodist@mambasoft.it> 21.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:49 +01:00
|
|
|
* Tue Apr 27 2021 Automatic Build System <autodist@mambasoft.it> 21.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:49 +01:00
|
|
|
* Sun Mar 07 2021 Automatic Build System <autodist@mambasoft.it> 20.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:49 +01:00
|
|
|
* Sat Feb 06 2021 Automatic Build System <autodist@mambasoft.it> 20.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:49 +01:00
|
|
|
* Sun Jan 10 2021 Automatic Build System <autodist@mambasoft.it> 20.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:49 +01:00
|
|
|
* Mon Dec 21 2020 Automatic Build System <autodist@mambasoft.it> 20.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:49 +01:00
|
|
|
* Sat Nov 07 2020 Automatic Build System <autodist@mambasoft.it> 20.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:48 +01:00
|
|
|
* Sun Oct 11 2020 Automatic Build System <autodist@mambasoft.it> 20.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:48 +01:00
|
|
|
* Fri Sep 04 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:48 +01:00
|
|
|
* Sat Aug 22 2020 Automatic Build System <autodist@mambasoft.it> 20.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:48 +01:00
|
|
|
* Sun Jul 12 2020 Automatic Build System <autodist@mambasoft.it> 20.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:48 +01:00
|
|
|
* Sat Jun 13 2020 Automatic Build System <autodist@mambasoft.it> 20.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:59:48 +01:00
|
|
|
* Sat May 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 20.04.1-1mamba
|
|
|
|
- update to 20.04.1
|
|
|
|
|
2024-01-06 06:59:48 +01:00
|
|
|
* Thu Apr 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 20.04.0-1mamba
|
|
|
|
- package created using the webbuild interface
|