%global appname io.gitlab.bitseater.%{name} Name: kmeteo Version: 0.1.0 Release: 1%{?dist} Summary: Forecast application using OpenWeatherMap API License: GPLv3+ URL: https://gitlab.com/bitseater/kmeteo Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz %define DEPENS_RPM desktop-file-utils, rpmdevtools, git, gcc, wget, meson, ninja-build, gettext, appstream, python3, python3-pyqt6, python3-pyqt6-webengine, python3-requests BuildRequires: %{DEPENS_RPM} %description Know the forecast of the next hours & days. Developed with Python & Qt, using OpenWeatherMap API. Features: - Current weather, with information about temperature, pressure, wind speed and direction, sunrise & sunset, moon phase. - Forecast for next hours. - Forecast for next days. - Choose your units (metric, imperial or british). - Choose your city. - Awesome maps with weather info. %prep %autosetup %build %meson %meson_build %install %meson_install %find_lang %{appname} %check appstreamcli validate --no-net --explain %{buildroot}%{_metainfodir}/%{appname}.metainfo.xml desktop-file-validate %{buildroot}%{_datadir}/applications/%{appname}.desktop %files %license COPYING %doc README.md AUTHORS CREDITS.md CHANGELOG %{_bindir}/%{appname} %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/*/*.svg %{_datadir}/locale/*/LC_MESSAGES/%{appname}.mo %{_metainfodir}/*.metainfo.xml %{_mandir}/man1/*.1* %changelog * Fri Sep 11 2026 Carlos Suárez (bitseater) - Initial release. - Qt dependencies. - With system tray icon. - Awesome maps.