%global debug_package %{nil} Name: ublue-bling Version: 0.1.0 Release: 1%{?dist} Summary: Universal Blue Bling CLI setup scripts License: Apache-2.0 URL: https://github.com/ublue-os/packages VCS: git+https://github.com/ublue-os/packages#ccb0d6383bf936b8695b4f539bba0dd8ad7e062c:ublue/bling Source: packages-ublue-bling-ccb0d638.tar.gz # Requires: ublue-os-just but we cant add it here because it is sourced from ublue-os/config now. # It would be interesting to move it here but we need some discussion Requires: gum %description Universal Blue Bling CLI setup scripts %prep %setup -T -b 0 -q -n packages-ublue-bling %install install -Dm0755 ./src/%{name} %{buildroot}%{_libexecdir}/%{name} # Intented to either be symlinked into the correct directories or be used directly install -Dm0755 ./src/bling.sh %{buildroot}%{_datadir}/ublue-os/bling/bling.sh install -Dm0755 ./src/bling.fish %{buildroot}%{_datadir}/ublue-os/bling/bling.fish %files %{_libexecdir}/ublue-motd %{_datadir}/ublue-os/bling/bling.*sh %changelog %autochangelog