profile.d/gwebu-profile.spec.in

52 lines
1.2 KiB
RPMSpec
Raw Normal View History

2024-02-21 13:16:01 +02:00
Summary: Gwebu profile.d - cool date, prompt with history, aliases
2024-02-21 12:49:16 +02:00
Name: gwebu-profile
2024-02-21 13:16:01 +02:00
Version: 1.0.0
Release: 5
2024-02-21 12:49:16 +02:00
BuildArch: noarch
License: GPLv2
Source0: profile.d-%{version}-%{release}.tar.xz
2024-02-21 12:49:16 +02:00
Requires: bash >= 4
2024-02-21 12:49:16 +02:00
%description
2024-02-21 13:16:01 +02:00
This package contains:
- z-aliases.sh:
a few useful aliases (l., lll) and colors for ip and less.
- z-env.sh:
default editor, history size and fzf integration.
- z-ps-twtty-7.sh:
Cool prompt with history organized year-month directories and day by day files.
- z-time_style.sh:
sets TIME_STYLE=long-iso
All these reside in /etc/profile.d/.
2024-02-21 12:49:16 +02:00
2024-02-21 12:49:16 +02:00
%prep
%setup -q -n profile.d-%{version}-%{release}
2024-02-21 12:49:16 +02:00
%build
# No build actions needed for Bash scripts
2024-02-21 12:49:16 +02:00
%install
mkdir -p %{buildroot}%{_sysconfdir}/profile.d
2024-02-21 13:16:01 +02:00
install -m 0644 etc/profile.d/*.sh %{buildroot}%{_sysconfdir}/profile.d/
2024-02-21 12:49:16 +02:00
2024-02-21 12:49:16 +02:00
%files
%defattr(-,root,root,-)
%{_sysconfdir}/profile.d/*.sh
2024-02-21 12:49:16 +02:00
%changelog
* Thu Feb 22 2024 Doncho N. Gunchev <dgunchev@gmail.com> - 1.0.0-4
- General rework of the build process (distribution source and rpm).
2024-02-21 13:16:01 +02:00
* Wed Feb 21 2024 Doncho N. Gunchev <dgunchev@gmail.com> - 1.0.0-3
- Minor updates.
2024-02-21 12:49:16 +02:00
* Wed Feb 14 2024 Valentin Todorov <vtodorov@ctw.travel> - 1.0-1
- Initial package.