%global forgeurl https://github.com/jovanlanik/gtklock-userinfo-module Name: gtklock-userinfo-module Version: 3.0.0 %forgemeta Release: 2%{?dist} Summary: Gtklock module adding user info to the lockscreen License: GPLv3 URL: %{forgeurl} Source0: %{forgesource} Patch0: %{forgeurl}/pull/6.patch BuildRequires: make BuildRequires: gcc BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(accountsservice) Requires: gtklock%{?_isa} >= 3.0.0 Supplements: gtklock%{?_isa} %description %{summary} %prep %forgeautosetup -p1 %build %set_build_flags %make_build LIBDIR="%{_libdir}" %install %make_install LIBDIR="%{_libdir}" %files %{_libdir}/gtklock/*.so %license LICENSE %doc README.md %changelog * Sun Apr 21 2024 Zephyr Lykos - 3.0.0-2 - install plugins to libdir * Fri Apr 19 2024 Jerzy Drożdż - 3.0.0-1 - Update to 3.0.0 * Mon May 29 2023 Jerzy Drożdż - 2.1.0-1 - Update to 2.1.0 * Sun Mar 19 2023 Jerzy Drożdż - 2.0.0-2 - Fixed linter complains * Sat Dec 31 2022 Jerzy Drożdż - 2.0.0-1 - Initial build