%global debug_package %{nil} %global app_id io.github.hkdb.Aerion Name: aerion Version: 0.3.5 Release: 1%{?dist} Summary: Desktop Mail Client (Official Binary) License: Apache-2.0 URL: https://github.com/hkdb/aerion BugURL: https://github.com/Infiniti151/flatpak-apps/issues ExclusiveArch: x86_64 Source0: https://github.com/hkdb/aerion/releases/download/v%{version}/aerion-v%{version}-linux-x86_64 Source1: https://raw.githubusercontent.com/hkdb/aerion/main/brand/icon-beautyline.png Source2: https://raw.githubusercontent.com/hkdb/aerion/main/build/linux/aerion.desktop Source3: https://raw.githubusercontent.com/hkdb/aerion/main/LICENSE Source4: https://raw.githubusercontent.com/hkdb/aerion/main/README.md BuildRequires: desktop-file-utils Requires: desktop-file-utils Requires: shared-mime-info %description Aerion is a desktop mail client. This package contains the official binary release. %prep for src in %{sources}; do cp "$src" . done %build # No-op: packaging a prebuilt binary %install mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_datadir}/applications mkdir -p %{buildroot}%{_datadir}/icons/hicolor/256x256/apps install -m 755 aerion-v%{version}-linux-x86_64 %{buildroot}%{_bindir}/aerion install -m 644 icon-beautyline.png %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/io.github.hkdb.Aerion.png install -m 644 aerion.desktop %{buildroot}%{_datadir}/applications/io.github.hkdb.Aerion.desktop %check desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop ldd %{buildroot}%{_bindir}/aerion %post update-desktop-database &> /dev/null || : update-mime-database %{_datadir}/mime &> /dev/null || : %postun update-desktop-database &> /dev/null || : update-mime-database %{_datadir}/mime &> /dev/null || : %files %license LICENSE %doc README.md %{_bindir}/aerion %{_datadir}/applications/io.github.hkdb.Aerion.desktop %{_datadir}/icons/hicolor/256x256/apps/io.github.hkdb.Aerion.png %changelog * Tue Sep 22 2026 Infiniti151 <43163551+Infiniti151@users.noreply.github.com> - 0.3.5-1 - Temp fix for launch crash caused by WebKitGTK 2.54.0 in latest runtime - [#431](https://github.com/hkdb/aerion/issues/431) - Bumped wails to 2.16.0 - Bumped golang.org/x/image v0.41.0 - Bumped golang.org/x/net v0.56.0 - Bumped golang.org/x/sys v0.46.0 - Bumped golang.org/x/text v0.39.0 * Sat Sep 19 2026 Infiniti151 <43163551+Infiniti151@users.noreply.github.com> - 0.3.4-1 - Added default CC - Added default BCC - [#341](https://github.com/hkdb/aerion/issues/341) - Added default reply-to - [#404](https://github.com/hkdb/aerion/issues/404) - Added merge identical messages in thread - [#222](https://github.com/hkdb/aerion/issues/222) - Relabeled spellcheck dictionary English to English (US) - Added spellcheck dictionary: English (UK) - [#417](https://github.com/hkdb/aerion/issues/417) - Added spellcheck dictionary: Dutch - Added dot and glow dot optional accents for unread messages - Added window size persistence - [#217](https://github.com/hkdb/aerion/issues/217) - Added mini calendar for easier navigation - [#368](https://github.com/hkdb/aerion/issues/368) - ... (see upstream for full release notes) * Fri Aug 07 2026 Infiniti151 <43163551+Infiniti151@users.noreply.github.com> - v0.3.3-1 - Message list redesign - [#70](https://github.com/hkdb/aerion/issues/70) + [#340](https://github.com/hkdb/aerion/issues/340) - Added swipe gestures - right select and left delete - [#68](https://github.com/hkdb/aerion/issues/68) - Added manual config of IMAP/SMTP auth mech - Added digest auth for contacts and calendars - [#313](https://github.com/hkdb/aerion/issues/313) - Added Polish translation - PR [#374](https://github.com/hkdb/aerion/pull/374) - Fixed IMAP/SMTP auto auth mech - [#365](https://github.com/hkdb/aerion/issues/355) - Fixed glitch when rapid deleting messages - Refactored to engine-level serialization - Improved toast notification logic - [#115](https://github.com/hkdb/aerion/issues/115) - Added states to fix unwanted message list reset - [#348](https://github.com/hkdb/aerion/issues/348) - ... (see upstream for full release notes) * Fri Jul 17 2026 Infiniti151 <43163551+Infiniti151@users.noreply.github.com> - v0.3.2-1 - Added Spellcheck for languages using Latin alphabet - [#277](https://github.com/hkdb/aerion/issues/277) - Improved profile pic support - [#183](https://github.com/hkdb/issues/183) - Requires force resync of contacts - Added re-auth button to contact write - Improved unread count and IDLE sync - [#327](https://github.com/hkdb/aerion/issues/327) - True fix for duplicate e-mail add error - [#318](https://github.com/hkdb/aerion/issues/318) - Fixed calendar auth on add - [#337](https://github.com/hkdb/aerion/issues/337) - Added guard against wails bridge saturation dervied from calendar rapid view switch - Fixed CarDAV sync profile pic bug - May require a force resync of contacts - Fixed toast cutoff in mobile layout - [#339](https://github.com/hkdb/aerion/issues/339) - Updated i18n translation * Thu Jul 09 2026 Infiniti151 <43163551+Infiniti151@users.noreply.github.com> - v0.3.1-1 - Added custom oauth for imap, cardav, and caldav (designed for and tested with [Stalwart](https://stalw.art)) - Custom oauth refresh token handling fix - Use TOFU cert store for DAV certs - Added Google meet link support - Timezone config fix - Multi-day week and day view fix - Multi-day monthly view fix - [#304](https://github.com/hkdb/aerion/issues/304) - Composer body config - [#216](https://github.com/hkdb/aerion/issues/216) - Attachment parsing improvements - [#307](https://github.com/hkdb/aerion/issues/307) - Fixed eplying with correct identity [#325](https://github.com/hkdb/aerion/issues/325) - ... (see upstream for full release notes) * Tue Jun 23 2026 Infiniti151 <43163551+Infiniti151@users.noreply.github.com> - v0.3.0-1 - Prepared CardDav infra for extensibility - Added Extension infrastructure - ALPHA: Added Contacts extension - shipped disabled - ALPHA: Added Calendar extension - shipped disabled - [#28](https://github.com/hkdb/aerion/issues/28) - Updated extension translations: - Czech - French - German - Italian - Vietnamese - ... (see upstream for full release notes) * Wed May 27 2026 Infiniti151 <43163551+Infiniti151@users.noreply.github.com> - v0.2.5-1 - Sync progress indication redesign and shifting folder tree fix - [#204](https://github.com/hkdb/aerion/issues/204) - Added German translation - PR [#194](https://github.com/hkdb/aerion/pull/194) - Added Italian translation - PR [#208](https://github.com/hkdb/aerion/pull/208) - Dark content auto bg color and overrides - [#195](https://github.com/hkdb/aerion/issues/195) - Added guard rails to prevent accidental close of dialogs - [#201](https://github.com/hkdb/aerion/issues/201) - [#198](https://github.com/hkdb/aerion/issues/198) - Fixed message list on folder switch bug - [#200](https://github.com/hkdb/aerion/issues/200) - Fixed detached composer draft ops - [#213](https://github.com/hkdb/aerion/issues/213) - [#214](https://github.com/hkdb/aerion/issues/214) - Fixed send receipt feature - Fixed dark themes composer lists - [#215](https://github.com/hkdb/aerion/issues/215) - Fixed setting dialog layout - [#203](https://github.com/hkdb/aerion/issues/203) - ... (see upstream for full release notes) * Wed May 20 2026 Infiniti151 <43163551+Infiniti151@users.noreply.github.com> - v0.2.4-1 - Improved oAuth browser open - [#120](https://github.com/hkdb/aerion/issues/120) - Added copy link for oAuth - [#120](https://github.com/hkdb/aerion/issues/120) - Added dark mail content option - [#49](https://github.com/hkdb/aerion/issues/49) - Use desktop portal for email links first and fallback to xdg-open if it fails - Added -version flag - [#167](https://github.com/hkdb/aerion/issues/167) - Added setup exe and default app registration for Windows - [#149](https://github.com/hkdb/aerion/issues/149) - Added Norwegian translation - [#150](https://github.com/hkdb/aerion/issues/150) - Fixed dark to light core theme switch bug - [#187](https://github.com/hkdb/aerion/issues/187) * Sat May 16 2026 Infiniti151 <43163551+Infiniti151@users.noreply.github.com> - v0.2.3-1 - Added Czech translation - Added drag-and-drop to move messages to another folder - Added cross account copy/move mail - [#108](https://github.com/hkdb/aerion/issues/108) - Added draggable recipients in composer - [#111](https://github.com/hkdb/aerion/issues/111) - Added auto-commit recipient on lost focus - [#85](https://github.com/hkdb/aerion/issues/85) - Added composer del/backspace guard to prevent accidental message delete - Fixed detached composer system theme detection - [#153](https://github.com/hkdb/aerion/issues/153) - Fixed launch flow - [#154](https://github.com/hkdb/aerion/issues/154) - Fixed dark theme rendering - [#155](https://github.com/hkdb/aerion/issues/155) - Added unread count update after background sync to ensure accuracy