Files
demus-profile-scripts/demus-profile-scripts.spec
T
demus 38a18be64c Fix bash completion
Only build on release
2025-02-10 21:30:03 +01:00

35 lines
712 B
RPMSpec

Name: demus-profile-scripts
Version: 0.4.2
Release: %autorelease
Summary: Bash profile customisations
License: GPL3
Source0: bash-completion.sh
Source1: less-syntax-highlight.sh
Source2: lowdown-term.sh
Source3: cd-dot-dot.sh
Requires: bash
BuildArch: noarch
%description
Some bash customizations
%prep
%build
%install
mkdir -p %{buildroot}%{_sysconfdir}/profile.d
install -p -m 644 -t %{buildroot}%{_sysconfdir}/profile.d %{SOURCE0}
install -p -m 644 -t %{buildroot}%{_sysconfdir}/profile.d %{SOURCE1}
install -p -m 644 -t %{buildroot}%{_sysconfdir}/profile.d %{SOURCE2}
install -p -m 644 -t %{buildroot}%{_sysconfdir}/profile.d %{SOURCE3}
%files
%{_sysconfdir}/profile.d/*
%changelog
%autochangelog