Name: qrencode Version: 4.1.1 Release: 1%{?dist} Summary: Library for encoding data in a QR Code symbol License: LGPL-2.1-or-later URL: https://fukuchi.org/works/qrencode/ Source0: https://github.com/fukuchi/libqrencode/archive/refs/tags/v%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc BuildRequires: make BuildRequires: libpng-devel %description QRencode is a small, standalone C library for generating QR Code barcodes -- a real hard REQUIRED dependency of KF6Prison, needed to continue the Wayland stack being built to unblock Spectacle. Minimal dependency footprint (just libpng, already available and used earlier this session for Gwenview). %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel %{summary}. %prep %autosetup -p1 -n libqrencode-%{version} %build %cmake -DBUILD_SHARED_LIBS=ON -DWITH_TESTS=OFF %cmake_build %install %cmake_install %files %license COPYING %{_libdir}/libqrencode.so.* %files devel %{_includedir}/qrencode.h %{_libdir}/libqrencode.so %{_libdir}/pkgconfig/libqrencode.pc %{_bindir}/qrencode %{_mandir}/man1/qrencode.1* %changelog * Sun Aug 30 2026 Smech - 4.1.1-1 - Real upstream source (GitHub release tag). Built as a KF6Prison prerequisite, continuing the Wayland stack toward Spectacle.