Url: http://www.gnu.org/software/bash
Group: System/Shells
Source0: ftp://ftp.gnu.org/gnu/bash/%{name}-%{version}.tar.gz
+Source1: dot.bashrc
+Source2: dot.profile
BuildRequires: autoconf
BuildRequires: bison
Provides: /bin/bash
rm -f .%{_infodir}/dir
popd
mkdir -p %{buildroot}%{_sysconfdir}/skel
-#install -c -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/skel/.bashrc
-#install -c -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/skel/.bash_profile
-#install -c -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/skel/.bash_logout
+install -c -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/skel/.bashrc
+install -c -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/skel/.bash_profile
LONG_BIT=$(getconf LONG_BIT)
mv %{buildroot}%{_bindir}/bashbug \
%{buildroot}%{_bindir}/bashbug-"${LONG_BIT}"
%files
%{_bindir}/sh
%{_bindir}/bash
-
+%{_sysconfdir}/skel