2024-08-24 19:06:33 +06:00
|
|
|
%bcond_with gcc
|
|
|
|
|
2024-06-29 11:52:32 +06:00
|
|
|
Name: mimetreeparser
|
2024-10-24 17:53:53 +06:00
|
|
|
Version: 24.08.2
|
2024-07-18 14:38:44 +06:00
|
|
|
Release: 1%{?dist}
|
2024-06-29 11:52:32 +06:00
|
|
|
Summary: Parser for MIME trees
|
|
|
|
|
|
|
|
License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND FSFULLR AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
|
|
|
|
URL: https://invent.kde.org/pim/%{name}
|
|
|
|
|
|
|
|
Source0: http://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
|
|
|
BuildRequires: kf6-rpm-macros
|
|
|
|
BuildRequires: cmake(Qt6Core)
|
|
|
|
BuildRequires: cmake(Qt6Qml)
|
|
|
|
BuildRequires: cmake(Qt6Gui)
|
|
|
|
BuildRequires: cmake(Qt6PrintSupport)
|
|
|
|
BuildRequires: cmake(KF6I18n)
|
|
|
|
BuildRequires: cmake(KF6Codecs)
|
|
|
|
BuildRequires: cmake(KF6CalendarCore)
|
|
|
|
BuildRequires: cmake(KF6WidgetsAddons)
|
|
|
|
BuildRequires: cmake(KPim6Mime)
|
|
|
|
BuildRequires: cmake(KPim6Mbox)
|
|
|
|
BuildRequires: cmake(KPim6Libkleo)
|
|
|
|
BuildRequires: cmake(QGpgmeQt6)
|
|
|
|
BuildRequires: cmake(Qt6Quick)
|
|
|
|
BuildRequires: cmake(Qt6Widgets)
|
|
|
|
|
|
|
|
# Qt6 Missing dirs build errors
|
|
|
|
BuildRequires: qt6-qtbase-private-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
%package doc
|
|
|
|
Summary: Developer Documentation files for %{name}
|
|
|
|
BuildArch: noarch
|
|
|
|
%description doc
|
|
|
|
Developer Documentation files for %{name} for use with KDevelop or QtCreator.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
|
|
|
|
%build
|
2024-08-24 19:06:33 +06:00
|
|
|
%if %{with gcc}
|
|
|
|
%enable_devtoolset14
|
|
|
|
export CC=gcc
|
|
|
|
export CXX=c++
|
|
|
|
%endif
|
|
|
|
|
2024-06-29 11:52:32 +06:00
|
|
|
%cmake_kf6
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%cmake_install
|
|
|
|
%find_lang %{name} --all-name --with-html
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%license LICENSES/*
|
|
|
|
%{_kf6_libdir}/libKPim6MimeTreeParser*.so.*
|
|
|
|
%{_kf6_libdir}/qt6/mkspecs/modules/qt_MimeTreeParser*.pri
|
|
|
|
%{_kf6_qmldir}/org/kde/pim/mimetreeparser/
|
|
|
|
%{_datadir}/qlogging-categories6/mimetreeparser.categories
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_kf6_libdir}/libKPim6MimeTreeParser*.so
|
|
|
|
%{_includedir}/KPim6/MimeTreeParser*/
|
|
|
|
%{_kf6_libdir}/cmake/KPim6MimeTreeParser*/
|
|
|
|
%{_qt6_docdir}/*.tags
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
%{_qt6_docdir}/*.qch
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-10-24 17:53:53 +06:00
|
|
|
* Fri Oct 11 2024 Raven <raven@sysadmins.ws> - 24.08.2-1
|
|
|
|
- 24.08.2
|
|
|
|
|
2024-09-16 19:54:16 +06:00
|
|
|
* Fri Sep 13 2024 Raven <raven@sysadmins.ws> - 24.08.1-1
|
|
|
|
- 24.08.1
|
|
|
|
|
2024-08-24 19:06:33 +06:00
|
|
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
|
|
|
- 24.08.0
|
|
|
|
|
2024-07-18 14:38:44 +06:00
|
|
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
|
|
|
- 24.05.2
|
|
|
|
|
2024-06-29 11:52:32 +06:00
|
|
|
* Fri Jun 28 2024 Raven <raven@sysadmins.ws> - 24.05.1-4
|
|
|
|
- rebuild (libxkbcommon)
|
|
|
|
|
|
|
|
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 24.05.1-3
|
|
|
|
- Rebuild (qt6)
|
|
|
|
|
|
|
|
* Mon Jun 3 2024 Raven <raven@sysadmins.ws> - 24.05.0-1
|
|
|
|
- 24.05.0
|
|
|
|
|
|
|
|
* Fri Apr 12 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.02.2-1
|
|
|
|
- 24.02.2
|
|
|
|
|
|
|
|
* Thu Apr 04 2024 Jan Grulich <jgrulich@redhat.com> - 24.02.1-2
|
|
|
|
- Rebuild (qt6)
|
|
|
|
|
|
|
|
* Fri Mar 29 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.02.1-1
|
|
|
|
- 24.02.1
|
|
|
|
|
|
|
|
* Sun Mar 10 2024 Marie Loise Nolden <loise@kde.org> - 24.02.0-2
|
|
|
|
- add missing BuildArch: noarch to -doc package
|
|
|
|
|
|
|
|
* Wed Feb 21 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.02.0-1
|
|
|
|
- 24.02.0
|
|
|
|
|
|
|
|
* Fri Feb 16 2024 Jan Grulich <jgrulich@redhat.com> - 24.01.95-2
|
|
|
|
- Rebuild (qt6)
|
|
|
|
|
|
|
|
* Wed Jan 31 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.01.95-1
|
|
|
|
- 24.01.95
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 24.01.90-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 24.01.90-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Jan 11 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.01.90-1
|
|
|
|
- 24.01.90
|
|
|
|
- Add doc package for KF6 API
|
|
|
|
|
|
|
|
* Sat Dec 23 2023 ales.astone@gmail.com - 24.01.85-1
|
|
|
|
- 24.01.85
|
|
|
|
|
|
|
|
* Sat Dec 9 2023 Steve Cossette <farchord@gmail.com> - 24.01.80-1
|
|
|
|
- 24.01.80
|