source: projects/specs/trunk/r/rootfiles/rootfiles-vl.spec @ 3569

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

rootfiles: update to 8.1

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