Name: yadm Version: 3.5.0 Release: 1%{?dist} Summary: Yet Another Dotfiles Manager License: GPL-3.0-only URL: https://yadm.io Source0: https://github.com/yadm-dev/yadm/archive/refs/tags/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch Requires: bash Requires: git %description yadm is a tool for managing dotfiles. Based on Git, with full range of Git's features Supports system-specific alternative files or templated files Encryption of private data using GnuPG, OpenSSL, transcrypt, or git-crypt Customizable initialization (bootstrapping) Customizable hooks for before and after any operation Complete features, usage, examples and installation instructions can be found on the yadm.io website. %prep %autosetup %build # Pure shell script; no build step required %install install -D -p -m 0755 yadm %{buildroot}%{_bindir}/yadm install -D -p -m 0644 yadm.1 %{buildroot}%{_mandir}/man1/yadm.1 install -d %{buildroot}%{_pkgdocdir} cp -pr README.md CHANGES CONTRIBUTORS completion contrib %{buildroot}%{_pkgdocdir}/ %files %license LICENSE %{_bindir}/yadm %{_mandir}/man1/yadm.1* %doc %{_pkgdocdir} %changelog * Fri Aug 21 2026 Boyd Kelly - 3.5.0-1 - Modernized spec file for modern RPM standards