%global debug_package %{nil} Name: ublue-motd Version: 0.1.0 Release: 1%{?dist} Summary: MOTD scripts for Universal Blue images License: Apache-2.0 URL: https://github.com/ublue-os/packages VCS: git+https://github.com/ublue-os/packages#a00554dfe50c81ee542a3af031452d25f00b26cb:ublue/motd Source: packages-ublue-motd-a00554df.tar.gz Requires: glow %description MOTD script for Universal Blue %prep %setup -T -b 0 -q -n packages-ublue-motd %install install -Dm0755 ./src/ublue-motd %{buildroot}%{_libexecdir}/ublue-motd install -dm 0755 %{buildroot}%{_datadir}/ublue-os/motd/themes cp -rp ./src/themes/* %{buildroot}%{_datadir}/ublue-os/motd/themes install -Dm0755 ./src/vendor.sh %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh install -Dm0755 ./src/vendor.fish %{buildroot}%{_datadir}/fish/vendor_conf.d/%{name}.fish %files %{_libexecdir}/ublue-motd %{_datadir}/ublue-os/motd/themes/* %{_sysconfdir}/profile.d/%{name}.sh %{_datadir}/fish/vendor_conf.d/%{name}.fish %changelog %autochangelog