35 lines
712 B
RPMSpec
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
|