Blame SPECS/rootfiles.spec

9edf68
Summary: The basic required files for the root user's directory
9edf68
Name: rootfiles
9edf68
Version: 8.1
9edf68
Release: 10%{?dist}
9edf68
License: Public Domain
9edf68
Group: System Environment/Base
9edf68
9edf68
# This is a Red Hat maintained package which is specific to
9edf68
# our distribution.  Thus the source is only available from
9edf68
# within this srpm.
9edf68
Source0: dot-bashrc
9edf68
Source1: dot-bash_profile
9edf68
Source2: dot-bash_logout
9edf68
Source3: dot-tcshrc
9edf68
Source4: dot-cshrc
9edf68
9edf68
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
9edf68
BuildArch: noarch
9edf68
9edf68
%description
9edf68
The rootfiles package contains basic required files that are placed
9edf68
in the root user's account.  These files are basically the same
9edf68
as those in /etc/skel, which are placed in regular
9edf68
users' home directories.
9edf68
9edf68
%prep
9edf68
9edf68
%install
9edf68
rm -rf $RPM_BUILD_ROOT
9edf68
mkdir -p $RPM_BUILD_ROOT/root
9edf68
9edf68
for file in %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} ; do
9edf68
  f=`basename $file`
9edf68
  install -p -m 644 $file $RPM_BUILD_ROOT/root/${f/dot-/.}
9edf68
done
9edf68
9edf68
%clean
9edf68
rm -rf $RPM_BUILD_ROOT
9edf68
9edf68
%files
9edf68
%defattr(-,root,root,-)
9edf68
%config(noreplace) /root/.[A-Za-z]*
9edf68
9edf68
%changelog
9edf68
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.1-10
9edf68
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
9edf68
9edf68
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.1-9
9edf68
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9edf68
9edf68
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.1-8
9edf68
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
9edf68
9edf68
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.1-7
9edf68
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
9edf68
9edf68
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.1-6
9edf68
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9edf68
9edf68
* Mon Mar 30 2009 Ondrej Vasik <ovasik@redhat.com> - 8.1-5
9edf68
- removed clear from dot-bash_logout (synchronized with bash,
9edf68
  related to #429406)
9edf68
- removed unset USERNAME from dot-bash_profile (synchronized with
9edf68
  bash, related to #196735)
9edf68
9edf68
* Mon Mar 23 2009 Phil Knirsch <pknirsch@redhat.com> - 8.1-4
9edf68
- Added the "we-are-upstream" comments according to Fedora review (#226376)
9edf68
- Added -p option to install to preserve timestamps (#226376)
9edf68
9edf68
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.1-3
9edf68
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
9edf68
9edf68
* Fri Oct 31 2008 Ondrej Vasik <ovasik@redhat.com> - 8.1-2
9edf68
- Add dist tag, fix a few rpmlint issues, rebuild due to
9edf68
  wrong vendor (#451229)
9edf68
- Added ncurses requirement(#469390)
9edf68
9edf68
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 8.1-1.1.1
9edf68
- rebuild
9edf68
9edf68
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
9edf68
- rebuilt
9edf68
9edf68
* Fri Dec  3 2004 Bill Nottingham <notting@redhat.com> 8.1-1
9edf68
- restore tcsh prompt into .tcshrc (#141782)
9edf68
9edf68
* Wed Sep 22 2004 Bill Nottingham <notting@redhat.com> 8-1
9edf68
- sync files with current /etc/skel stuff
9edf68
- remove Xresources (#75666)
9edf68
9edf68
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
9edf68
- rebuilt
9edf68
9edf68
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
9edf68
- rebuilt
9edf68
9edf68
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 7.2-5
9edf68
- rebuild
9edf68
9edf68
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
9edf68
- automated rebuild
9edf68
9edf68
* Thu May 23 2002 Tim Powers <timp@redhat.com>
9edf68
- automated rebuild
9edf68
9edf68
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
9edf68
- automated rebuild
9edf68
9edf68
* Thu Jul  5 2001 Preston Brown <pbrown@redhat.com> 7.2-1
9edf68
- /sbin stuff out of PATH, moved into /etc/profile
9edf68
9edf68
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
9edf68
- automatic rebuild
9edf68
9edf68
* Tue Jul 11 2000 Preston Brown <pbrown@redhat.com>
9edf68
- fix .tcshrc
9edf68
9edf68
* Mon Jul  3 2000 Jakub Jelinek <jakub@redhat.com>
9edf68
- don't assume ASCII ordering in glob pattern
9edf68
9edf68
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
9edf68
- rebuild
9edf68
- fix some path stuff (#11191)
9edf68
9edf68
* Tue Apr 18 2000 Bill Nottingham <notting@redhat.com>
9edf68
- mv .Xdefaults -> .Xresources (#10623)
9edf68
9edf68
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
9edf68
- auto rebuild in the new build environment (release 5)
9edf68
9edf68
* Tue Jan 12 1999 Jeff Johnson <jbj@redhat.com>
9edf68
- add %%clean (#719)
9edf68
9edf68
* Tue Dec 29 1998 Cristian Gafton <gafton@redhat.com>
9edf68
- build for 6.0
9edf68
9edf68
* Wed Oct  9 1998 Bill Nottingham <notting@redhat.com>
9edf68
- remove /root from %%files (it's in filesystem)
9edf68
9edf68
* Sun Aug 23 1998 Jeff Johnson <jbj@redhat.com>
9edf68
- portability fix for .cshrc (problem #235)
9edf68
- change version to be same as release.
9edf68
9edf68
* Tue Sep 09 1997 Erik Troan <ewt@redhat.com>
9edf68
- made a noarch package
9edf68
9edf68
* Thu Mar 20 1997 Erik Troan <ewt@redhat.com>
9edf68
- Removed .Xclients and .Xsession from package, added %%pre to back up old
9edf68
  .Xclients if necessary.