source: projects/rootfiles/trunk/rootfiles-vl.spec @ 4136

Revision 4136, 3.6 KB checked in by daisuke, 13 years ago (diff)

rootfiles-8.1

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