216 lines
6.4 KiB
RPMSpec
216 lines
6.4 KiB
RPMSpec
%bcond_with gcc
|
|
|
|
Name: kongress
|
|
Version: 24.12.1
|
|
Release: 1%{?dist}
|
|
# Automatically converted from old format: CC0 and CC-BY-SA and BSD and GPLv3+ - review is highly recommended.
|
|
License: CC0-1.0 AND LicenseRef-Callaway-CC-BY-SA AND LicenseRef-Callaway-BSD AND GPL-3.0-or-later
|
|
Summary: A companion application for conferences made by KDE
|
|
Url: https://apps.kde.org/kongress/
|
|
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: extra-cmake-modules
|
|
%if %{with gcc}
|
|
BuildRequires: gcc-toolset-14-gcc-c++
|
|
%else
|
|
BuildRequires: clang
|
|
%endif
|
|
BuildRequires: kf6-rpm-macros
|
|
BuildRequires: libappstream-glib
|
|
|
|
BuildRequires: cmake(Qt6Core)
|
|
BuildRequires: cmake(Qt6Quick)
|
|
BuildRequires: cmake(Qt6Gui)
|
|
BuildRequires: cmake(Qt6Svg)
|
|
BuildRequires: cmake(Qt6Qml)
|
|
BuildRequires: cmake(Qt6QuickControls2)
|
|
BuildRequires: cmake(Qt6Network)
|
|
BuildRequires: cmake(Qt6Widgets)
|
|
|
|
BuildRequires: cmake(KF6Config)
|
|
BuildRequires: cmake(KF6Kirigami)
|
|
BuildRequires: cmake(KF6KirigamiAddons)
|
|
BuildRequires: cmake(KF6I18n)
|
|
BuildRequires: cmake(KF6CalendarCore)
|
|
BuildRequires: cmake(KF6CoreAddons)
|
|
BuildRequires: cmake(KF6DBusAddons)
|
|
BuildRequires: cmake(KF6Notifications)
|
|
BuildRequires: cmake(KF6Crash)
|
|
BuildRequires: cmake(KOSMIndoorMap)
|
|
|
|
Requires: kf6-kirigami-addons%{?_isa}
|
|
Requires: kf6-kirigami%{?_isa}
|
|
Requires: kosmindoormap%{?_isa}
|
|
Requires: qt6-qtlocation%{?_isa}
|
|
Requires: qt6-qtpositioning%{?_isa}
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
%build
|
|
%if %{with gcc}
|
|
%enable_devtoolset14
|
|
export CC=gcc
|
|
export CXX=c++
|
|
%else
|
|
%global optflags %(echo %{optflags}) -Qunused-arguments
|
|
%endif
|
|
|
|
%cmake_kf6
|
|
%cmake_build
|
|
|
|
%install
|
|
%cmake_install
|
|
%find_lang %{name} --all-name
|
|
|
|
%check
|
|
desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.desktop
|
|
appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{name}.appdata.xml
|
|
|
|
%files -f %{name}.lang
|
|
%{_kf6_bindir}/%{name}
|
|
%{_kf6_bindir}/%{name}ac
|
|
|
|
%{_kf6_datadir}/applications/org.kde.%{name}.desktop
|
|
%{_kf6_datadir}/dbus-1/services/org.kde.kongressac.service
|
|
%{_kf6_datadir}/icons/hicolor/*/apps/org.kde.%{name}.*
|
|
%{_kf6_datadir}/knotifications6/kongressac.notifyrc
|
|
|
|
%{_kf6_metainfodir}/org.kde.%{name}.appdata.xml
|
|
|
|
%license LICENSES/*
|
|
|
|
%changelog
|
|
* Tue Jan 07 2025 Steve Cossette <farchord@gmail.com> - 24.12.1-1
|
|
- 24.12.1
|
|
|
|
* Sat Dec 07 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.12.0-1
|
|
- 24.12.0
|
|
|
|
* Fri Nov 29 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.11.90-1
|
|
- 24.11.90
|
|
|
|
* Fri Nov 22 2024 Pavel Solovev <daron439@gmail.com> - 24.11.80-2
|
|
- Add missing QML deps
|
|
|
|
* Fri Nov 15 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.11.80-1
|
|
- 24.11.80
|
|
|
|
* Tue Nov 05 2024 Steve Cossette <farchord@gmail.com> - 24.08.3-1
|
|
- 24.08.3
|
|
|
|
* Tue Oct 08 2024 Steve Cossette <farchord@gmail.com> - 24.08.2-1
|
|
- 24.08.2
|
|
|
|
* Wed Sep 25 2024 Alessandro Astone <ales.astone@gmail.com> - 24.08.1-1
|
|
- 24.08.1
|
|
|
|
* Mon Sep 02 2024 Miroslav Suchý <msuchy@redhat.com> - 24.08.0-2
|
|
- convert license to SPDX
|
|
|
|
* Thu Aug 22 2024 Steve Cossette <farchord@gmail.com> - 24.08.0-1
|
|
- 24.08.0
|
|
|
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 24.05.2-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
* Sun Jul 07 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.05.2-1
|
|
- 24.05.2
|
|
|
|
* Fri Jun 14 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.05.1-1
|
|
- 24.05.1
|
|
|
|
* Fri May 17 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 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
|
|
|
|
* Fri Mar 29 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.02.1-1
|
|
- 24.02.1
|
|
|
|
* Wed Feb 21 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.02.0-1
|
|
- 24.02.0
|
|
|
|
* 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
|
|
|
|
* Sat Dec 23 2023 ales.astone@gmail.com - 24.01.85-1
|
|
- 24.01.85
|
|
|
|
* Sun Dec 03 2023 Yaakov Selkowitz <yselkowitz@fedoraproject.org> - 24.01.80-1
|
|
- 24.01.80
|
|
|
|
* Mon Nov 27 2023 Yaakov Selkowitz <yselkowitz@fedoraproject.org> - 24.01.75-1
|
|
- 24.01.75
|
|
|
|
* Thu Oct 12 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.08.2-1
|
|
- 23.08.2
|
|
|
|
* Sat Sep 16 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.08.1-1
|
|
- 23.08.1
|
|
|
|
* Sat Aug 26 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.08.0-1
|
|
- 23.08.0
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 23.04.3-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
* Sat Jul 08 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.04.3-1
|
|
- 23.04.3
|
|
|
|
* Tue Jun 06 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.04.2-1
|
|
- 23.04.2
|
|
|
|
* Sat May 13 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.04.1-1
|
|
- 23.04.1
|
|
|
|
* Thu Apr 20 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.04.0-1
|
|
- 23.04.0
|
|
|
|
* Fri Mar 31 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.03.90-1
|
|
- 23.03.90
|
|
|
|
* Mon Mar 20 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.03.80-1
|
|
- 23.03.80
|
|
|
|
* Mon Jan 30 2023 Justin Zobel <justin@1707.io> - 23.01.0-1
|
|
- Update to 23.01.0
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 22.11-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
* Thu Dec 01 2022 Justin Zobel <justin@1707.io> - 22.11-1
|
|
- Update to 22.11
|
|
|
|
* Wed Sep 28 2022 Justin Zobel <justin@1707.io> - 22.09-1
|
|
- Update to 22.09
|
|
|
|
* Thu Aug 25 2022 Justin Zobel <justin@1707.io> - 22.06-1
|
|
- Update to 22.06
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 22.04-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
* Thu May 05 2022 Justin Zobel <justin@1707.io> - 22.04-1
|
|
- Update to 22.04
|
|
|
|
* Wed Feb 16 2022 Justin Zobel <justin@1707.io> - 22.02-1
|
|
- Update to 22.02, add desktop file install, licenses, license files and gcc-c++ build dependency
|
|
|
|
* Wed Dec 22 2021 Justin Zobel <justin@1707.io> - 21.12-1
|
|
- Initial version of package
|