Compare commits

..

14 commits

Author SHA1 Message Date
Fedora Release Engineering
82ace1b6ca Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:20:59 +00:00
Fedora Release Engineering
73723c9699 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 19:46:15 +00:00
Fedora Release Engineering
119aaedff2 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 19:57:01 +00:00
Fedora Release Engineering
ae812fad9a Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 14:05:11 +00:00
Alessandro Astone
15eefa7ed8 Use git snapshot for porting to Qt6 2025-01-11 19:35:08 +01:00
Steve Cossette
d41d15bfab Updated SPDX Licenses 2024-09-23 09:26:57 -04:00
Miroslav Suchý
305dd97e18 Migrate to SPDX license (temporary ids)
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4

Note that this is an SPDX identifier, but it still needs to be migrated to the proper identifiers in the fedora-license-data set.

If there will be no comments in two weeks, I will merge this.
2024-09-09 10:18:51 +00:00
Fedora Release Engineering
4a7dc0a9b1 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 08:32:59 +00:00
Fedora Release Engineering
0abcc19945 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 07:27:45 +00:00
Justin Zobel
ccfdda9db1 Rebuild 2023-08-14 14:38:07 +09:30
Fedora Release Engineering
7c84df09c1 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-22 17:24:14 +00:00
Justin Zobel
fe122cd16a Fix license naming scheme 2023-06-16 16:08:47 +09:30
Justin Zobel
ad7fb213bd Rebuild 2023-06-08 15:23:33 +09:30
Justin Zobel
85e8b60e24 Rebuild 2023-05-04 12:33:39 +09:30
3 changed files with 63 additions and 29 deletions

1
.gitignore vendored
View file

@ -5,3 +5,4 @@
/vakzination-22.09.tar.xz
/vakzination-22.11.tar.xz
/vakzination-23.01.0.tar.xz
/vakzination-851a9fb0178003bb931d637356ee82c4ecfc4bc4.tar.gz

View file

@ -1 +1 @@
SHA512 (vakzination-23.01.0.tar.xz) = f661f8086dccd949d3eb00f47585ef674f4663923086b7a62efc342a45f24dee064b9eaa8ad92e174302ba45e01e74b187916a8ac51a773a5275342450b3ae73
SHA512 (vakzination-851a9fb0178003bb931d637356ee82c4ecfc4bc4.tar.gz) = 989ca08254dc015f56da2f0d8a1180cfeac28f2dfe7e8d54788564bda91491a33898999c16cb9e4941af83ba9ca5a99d7e59e85b7a5a9ec10eb05ee846777737

View file

@ -1,60 +1,96 @@
%global commit0 851a9fb0178003bb931d637356ee82c4ecfc4bc4
%global date 20241228
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: vakzination
Version: 23.01.0
Release: 1%{?dist}
License: Apache2.0 and BSD and CC-PDDC and CC0-1.0 and FSFAP and GPLv2+
Version: 23.01.0^git%{date}.%{shortcommit0}
Release: 5%{?dist}
License: CC-PDDC AND Apache-2.0 AND LGPL-2.0-or-later AND CC0-1.0 AND BSD-3-Clause AND GPL-2.0-or-later AND FSFAP
Summary: Vakzination manages your health certificates like vaccination, test, and recovery certificates.
Url: https://invent.kde.org/plasma-mobile/vakzination
Source: https://download.kde.org/stable/plasma-mobile/%{version}/vakzination-%{version}.tar.xz
Source: https://invent.kde.org/pim/%{name}/-/archive/%{commit0}/%{name}-%{commit0}.tar.gz
ExclusiveArch: %{java_arches}
BuildRequires: desktop-file-utils
BuildRequires: extra-cmake-modules
BuildRequires: gcc-c++
BuildRequires: kf5-rpm-macros
BuildRequires: kf6-rpm-macros
BuildRequires: cmake(KF5CalendarCore)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5Contacts)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5Kirigami2)
BuildRequires: cmake(KF5Mime)
BuildRequires: cmake(KF5Prison)
BuildRequires: cmake(KF6Config)
BuildRequires: cmake(KF6CoreAddons)
BuildRequires: cmake(KF6I18n)
BuildRequires: cmake(KF6Kirigami2)
BuildRequires: cmake(KF6Prison)
BuildRequires: cmake(KHealthCertificate)
BuildRequires: cmake(KPimItinerary)
BuildRequires: cmake(KPimPkPass)
BuildRequires: cmake(KPim6Itinerary)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Qml)
BuildRequires: cmake(Qt5QuickControls2)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt6Core)
BuildRequires: cmake(Qt6Gui)
BuildRequires: cmake(Qt6Qml)
BuildRequires: cmake(Qt6QuickControls2)
BuildRequires: cmake(Qt6Svg)
%description
%{summary}.
%prep
%autosetup
%autosetup -p1 -n %{name}-%{commit0}
%build
%cmake_kf5
%cmake_kf6
%cmake_build
%install
%cmake_install
%find_lang %{name}
desktop-file-install --dir=%{buildroot}%{_kf5_datadir}/applications/ %{buildroot}/%{_kf5_datadir}/applications/org.kde.%{name}.desktop
desktop-file-install --dir=%{buildroot}%{_kf6_datadir}/applications/ %{buildroot}/%{_kf6_datadir}/applications/org.kde.%{name}.desktop
%files -f %{name}.lang
%license LICENSES/*
%{_kf5_bindir}/%{name}
%{_kf6_bindir}/%{name}
%{_kf5_datadir}/applications/org.kde.%{name}.desktop
%{_kf6_datadir}/applications/org.kde.%{name}.desktop
%{_kf5_metainfodir}/org.kde.%{name}.metainfo.xml
%{_kf6_metainfodir}/org.kde.%{name}.metainfo.xml
%changelog
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 23.01.0^git20241228.851a9fb-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 23.01.0^git20241228.851a9fb-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 23.01.0^git20241228.851a9fb-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 23.01.0^git20241228.851a9fb-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jan 11 2025 Alessandro Astone <ales.astone@gmail.com> - 23.01.0^git20241228.851a9fb-1
- Use git snapshot for porting to Qt6
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 23.01.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 23.01.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Aug 14 2023 Justin Zobel <justin.zobel@gmail.com> - 23.01.0-6
- Rebuild
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 23.01.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jun 08 2023 Justin Zobel <justin.zobel@gmail.com> - 23.01.0-3
- rebuilt
* Thu May 04 2023 Justin Zobel <justin@1707.io> - 23.01.0-2
- Rebuild
* Mon Jan 30 2023 Justin Zobel <justin@1707.io> - 23.01.0-1
- Update to 23.01.0
@ -67,9 +103,6 @@ desktop-file-install --dir=%{buildroot}%{_kf5_datadir}/applications/ %{buildroot
* Wed Sep 28 2022 Justin Zobel <justin@1707.io> - 22.09-1
- Update to 22.09
* Mon Aug 29 2022 Justin Zobel <justin@1707.io> - 22.06-2
- Rebuild against khealthcertificate 22.06
* Fri Aug 26 2022 Justin Zobel <justin@1707.io> - 22.06-1
- Update to 22.06