X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fbash.spec;h=25761b39b7aabac7c0499aa9767b27c3b8d2b2f8;hb=de6f15c46c3a4273bdacb3dc6eac76bdf7f47591;hp=8a733a215f755be9650507d7372f3c6e1b44095a;hpb=b51b6bbdd6c537a37f36b50ba8b9bfde77498dd3;p=platform%2Fupstream%2Fbash.git diff --git a/packaging/bash.spec b/packaging/bash.spec index 8a733a2..25761b3 100644 --- a/packaging/bash.spec +++ b/packaging/bash.spec @@ -6,6 +6,8 @@ Summary: The GNU Bourne Again shell 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 @@ -82,9 +84,8 @@ ln -sf bash ./usr/bin/sh 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}" @@ -153,4 +154,4 @@ fi %files %{_bindir}/sh %{_bindir}/bash - +%{_sysconfdir}/skel