Name: geany-preview Version: 0.2.4 Release: 1%{?dist} Summary: Preview Plugin for Geany License: GPL-3 URL: https://github.com/xiota/geany-preview Source0: https://github.com/xiota/geany-preview/archive/refs/tags/v%{version}.tar.gz#/geany-preview-%{version}.tar.gz # Disable LTO (segfaults when loaded as plugin) %global _lto_cflags %{nil} BuildRequires: meson BuildRequires: gcc-c++ BuildRequires: pkgconfig(ftn2xml) BuildRequires: pkgconfig(geany) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libcmark-gfm) BuildRequires: pkgconfig(libsoup-3.0) BuildRequires: pkgconfig(tomlplusplus) BuildRequires: pkgconfig(webkit2gtk-4.1) BuildRequires: podofo-devel %description This plugin provides a preview pane for Geany to view the formatting of several light-weight markup languages as they are edited. Supported document types include AsciiDoc, DocBook, Fountain, HTML, LaTeX, Markdown, MediaWiki, reStructuredText, Textile, and Txt2Tags. %prep %autosetup %build %meson %meson_build %install %meson_install %files %license LICENSE %doc Readme.md %{_libdir}/geany/preview.so %changelog * Wed Jan 21 2026 Evgeni Golov - 0.2.4-1 - Update to 0.2.4 * Sun Apr 28 2024 Evgeni Golov - 0.1.3-1 - Initial package