rootfiles-vl.spec 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. %define date 20110419
  2. Summary: The basic required files for the root user's directory.
  3. Summary(ja): rootユーザのためのデフォルトファイル
  4. Name: rootfiles
  5. Version: 8.1
  6. Release: 1%{?_dist_release}
  7. License: Public Domain
  8. Group: System Environment/Base
  9. Source: rootfiles-vine-%{date}.tar.bz2
  10. BuildArchitectures: noarch
  11. BuildRoot: %{_tmppath}/%{name}-root
  12. %description
  13. The rootfiles package contains basic required files that are placed
  14. in the root user's account. These files are basically the same
  15. as the files found in the etcskel package, which are placed in regular
  16. users' home directories.
  17. %description -l ja
  18. rootfiles パッケージは root ユーザアカウントに必要とされる基本的な
  19. ファイルを含んでいます。これらのファイルは etcskel に含まれる通常の
  20. ユーザ用のファイルと基本的に同じです。
  21. %prep
  22. %setup -q -n rootfiles-vine-%{date}
  23. %install
  24. rm -rf $RPM_BUILD_ROOT
  25. make install DESTDIR=$RPM_BUILD_ROOT
  26. %clean
  27. rm -rf $RPM_BUILD_ROOT
  28. %files
  29. %defattr(640,root,root)
  30. %attr(700,root,root) %dir /root/.gnupg
  31. %config /root/.[A-z0-9]*
  32. %changelog
  33. * Tue Mar 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.1-1
  34. - cleanup dotfiles
  35. * Fri May 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0-1
  36. - synced with etcskel-4.0.0
  37. * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 7.8-1vl5
  38. - applied new versioning policy, spec in utf-8
  39. * Sun Jan 28 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 7.8-0vl2
  40. - fix typo in spec <BTS:VineLinux:425>
  41. - add japanese description
  42. * Thu Nov 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8-0vl1
  43. - remove .rpmmacros
  44. * Thu Oct 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 7.7-0vl1
  45. - synced with etcskel-3.4.0
  46. - add .rpmmacros
  47. - use License: tag
  48. * Wed Aug 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6-0vl1
  49. - add .gnupg directory for first run of apt-get update
  50. - synced with etcskel-3.0-0vl3
  51. * Wed Jul 28 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 7.5-0vl1
  52. - synced with etcskel-3.0-0vl2
  53. * Tue Jun 29 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-0vl1
  54. - synced with etcskel-2.9-0vl3
  55. * Mon Jun 21 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-0vl1
  56. - synced with etcskel-2.9-0vl2
  57. * Tue Nov 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-0vl1
  58. - synced with etcskel-2.6-1vl1
  59. * Sat Apr 21 2001 <sagami@vinelinux.org>
  60. - 6.2-0vl1 from 5.2-5vl4: what comes from 5.2?? /etc/redhat-release !?
  61. - imported some files from etcskel-2.3-1vl12 (Xdefaults, emacs.el ,canna...)
  62. * Tue Jan 23 2001 Lisa Sagami <czs14350@mb.infoweb.ne.jp>
  63. - fixed "eng" alias (LC_ALL)
  64. - defattr 640
  65. - added Makefile to be lazy...
  66. * Wed Mar 15 2000 Jun Nishii <jun@vinelinux.org>
  67. - update .Xdefaults and inport .canna
  68. * Sun Mar 5 2000 Jun Nishii <jun@vinelinux.org>
  69. - inport dot-files from etcskel
  70. * Thu Oct 21 1999 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rins.st.ryukoku.ac.jp>
  71. - 5.2-5vl1
  72. - add .emacs, .emacs.el, .xemacs.el and .canna onto 5.2-5
  73. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  74. - auto rebuild in the new build environment (release 5)
  75. * Tue Jan 12 1999 Jeff Johnson <jbj@redhat.com>
  76. - add %clean (#719)
  77. * Tue Dec 29 1998 Cristian Gafton <gafton@redhat.com>
  78. - build for 6.0
  79. * Wed Oct 9 1998 Bill Nottingham <notting@redhat.com>
  80. - remove /root from %files (it's in filesystem)
  81. * Sun Aug 23 1998 Jeff Johnson <jbj@redhat.com>
  82. - portability fix for .cshrc (problem #235)
  83. - change version to be same as release.
  84. * Tue Sep 09 1997 Erik Troan <ewt@redhat.com>
  85. - made a noarch package
  86. * Thu Mar 20 1997 Erik Troan <ewt@redhat.com>
  87. - Removed .Xclients and .Xsession from package, added %pre to back up old
  88. .Xclients if necessary.