Compare commits

...
Sign in to create a new pull request.

21 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
Justin Zobel
d1d090e52c Update to 23.01.0 2023-01-30 15:35:38 +10:30
Fedora Release Engineering
c1b6f2e020 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-21 06:05:25 +00:00
Justin Zobel
6a9c454e27 Add ExclusiveArch: %{java_arches} due to libphonenumber no longer building on i686 2022-12-02 14:24:55 +10:30
Justin Zobel
c70c8a85e9 Update to 22.11 2022-12-01 18:41:50 +10:30
Justin Zobel
8ce49e8019 Update to 22.09 2022-09-28 12:20:57 +09:30
Justin Zobel
e0b6be7518 Update to 22.06 2022-08-26 12:00:12 +02:00
Fedora Release Engineering
77747854d5 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-23 11:39:53 +00:00
3 changed files with 87 additions and 27 deletions

5
.gitignore vendored
View file

@ -1,3 +1,8 @@
/vakzination-22.02.tar.xz
/vakzination-22.04.tar.xz
/vakzination-22.04.tar.xz
/vakzination-22.06.tar.xz
/vakzination-22.09.tar.xz
/vakzination-22.11.tar.xz
/vakzination-23.01.0.tar.xz
/vakzination-851a9fb0178003bb931d637356ee82c4ecfc4bc4.tar.gz

View file

@ -1,2 +1 @@
SHA512 (vakzination-22.02.tar.xz) = a5d00135af1b9d6a13ab07c11fc68446f2c00e5a3ac1b5a42f375074fef5ed5dda0291048838f1c88ce90f4d4aaba5f0a003b58d06ea8558124f18c5cd438743
SHA512 (vakzination-22.04.tar.xz) = ff86939055acd0a119dfad2f1089ed1f2bd099ed74a3d9b79d9a9eb893bf107da10813262fe7fe818fec503eeb2b9ec6d53cb5e756f8d057ab9706c235976e09
SHA512 (vakzination-851a9fb0178003bb931d637356ee82c4ecfc4bc4.tar.gz) = 989ca08254dc015f56da2f0d8a1180cfeac28f2dfe7e8d54788564bda91491a33898999c16cb9e4941af83ba9ca5a99d7e59e85b7a5a9ec10eb05ee846777737

View file

@ -1,58 +1,114 @@
%global commit0 851a9fb0178003bb931d637356ee82c4ecfc4bc4
%global date 20241228
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: vakzination
Version: 22.04
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
* Sat Jan 21 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
* Fri Aug 26 2022 Justin Zobel <justin@1707.io> - 22.06-1
- Update to 22.06
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 22.04-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed May 04 2022 Justin Zobel <justin@1707.io> - 22.04-1
- Update to 22.04