%global debug_package %{nil} Name: ublue-fastfetch Version: 0.1.0 Release: 3%{?dist} Summary: Fastfetch configuration for Universal Blue systems License: Apache-2.0 URL: https://github.com/ublue-os/packages VCS: git+https://github.com/ublue-os/packages#4d45708187165c62ed28ec92474a132b40c3f6ba:ublue/fastfetch Source: packages-ublue-fastfetch-4d457081.tar.gz Requires: fastfetch %description Fastfetch configuration for Universal Blue systems %prep %setup -T -b 0 -q -n packages-ublue-fastfetch %install install -Dm0755 ./src/%{name} %{buildroot}%{_libexecdir}/%{name} install -Dm0755 ./src/ublue-bling-fastfetch %{buildroot}%{_libexecdir}/ublue-bling-fastfetch 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}/%{name} %{_libexecdir}/ublue-bling-fastfetch %{_sysconfdir}/profile.d/%{name}.sh %{_datadir}/fish/vendor_conf.d/%{name}.fish %changelog %autochangelog