Name: blueprint-compiler Version: 0.14.0 Release: 1%{?dist} Summary: A markup language for GTK user interfaces License: LGPL-3.0-or-later URL: https://gitlab.gnome.org/jwestman/blueprint-compiler Source0: https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v%{version}/blueprint-compiler-v%{version}.tar.bz2 BuildArch: noarch %if "%{version}" < "0.12.0" # https://gitlab.gnome.org/jwestman/blueprint-compiler/-/issues/96 ExcludeArch: s390x %endif BuildRequires: meson BuildRequires: pkgconfig(gtk4) BuildRequires: pkgconfig(libadwaita-1) BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(pygobject-3.0) Requires: pkgconfig(pygobject-3.0) %description GtkBuilder XML format is quite verbose, and many app developers don't like using WYSIWYG editors for creating UIs. Blueprint files are intended to be a concise, easy-to-read format that makes it easier to create and edit GTK UIs. Internally, it compiles to GtkBuilder XML as part of an app's build system. It adds no new features, just makes the features that exist more accessible. Another goal is to have excellent developer tooling--including a language server--so that less knowledge of the format is required. Hopefully this will increase adoption of cool advanced features like GtkExpression. %prep %autosetup -p1 -n %{name}-v%{version} %build %meson %meson_build %install %meson_install # Tests fail in mock, but pass otherwise. For some reason, no log is available # to debug the issue when it fails. #check #meson_test %files %license COPYING %doc README.md docs/*.rst %{_bindir}/%{name} %{python3_sitelib}/blueprintcompiler %{_datadir}/pkgconfig/%{name}.pc %changelog %changelog * Fri Oct 20 2023 %packager 0.10.0-0.1 + Import to mageia * Thu Sep 14 2023 Lyes Saadi - 0.10.0-1 - Updating to 0.10.0 (rhbz#2148671, rhbz#2169892) * Wed Jul 19 2023 Fedora Release Engineering - 0.6.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 15 2023 Python Maint - 0.6.0-3 - Rebuilt for Python 3.12 * Wed Jan 18 2023 Fedora Release Engineering - 0.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sun Nov 27 2022 Lyes Saadi - 0.6.0-1 - Updating to 0.6.0 * Tue Sep 13 2022 Lyes Saadi - 0.4.0-1 - Updating to 0.4.0 * Mon Aug 22 2022 Lyes Saadi - 0.2.0-1 - Initial import