source: projects/specs/branches/6/m/mkkickstart/mkkickstart-vl.spec @ 521

Revision 521, 2.5 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Writes a kickstart description of the current machine.
2Summary(ja): 現在のマシンに関するキックスタート設定ファイル作成します
3Name: mkkickstart
4%define version 2.1
5Version: %{version}
6Release: 2%{?_dist_release}
7License: GPL
8Group: System Environment/Base
9Source: mkkickstart-%{version}.tar.gz
10Patch0: mkkickstart-%{version}-mandir.patch
11Exclusiveos: Linux
12Requires: sed fileutils textutils grep
13BuildArch: noarch
14Vendor: Project Vine
15Distribution: Vine Linux
16Buildroot: %{_tmppath}/%{name}-root
17
18%description
19The mkkickstart program writes a kickstart description from the host
20machine.  The kickstart description can then be used, during a CD-ROM
21or NFS installation, to automatically build that machine's
22configuration of Vine Linux on one or more other machines.
23
24Install mkkickstart if you want to use the kickstart method to
25automatically install Vine Linux.
26
27
28%description -l ja
29mkkickstart は現在のマシン構成などキックスタートインストールに必要な情報を
30書き出します。これを使うことで CDROM や NFS による Vine Linux のインストール
31を自動化することが出来ます。
32
33
34%prep
35%setup
36%patch0 -p0
37
38%install
39make BUILDROOT=$RPM_BUILD_ROOT MANDIR=%{_mandir} install
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%attr(755,root,root) /usr/sbin/mkkickstart
46%attr(644,root,root) %{_mandir}/man8/mkkickstart.8*
47
48%changelog
49* Sat Oct 04 2008 Shu KONNO <owa@bg.wakwak.com> 2.1-2vl5
50- applied new versioning policy, spec in utf-8
51
52* Thu Aug 16 2001 <sagami@vinelinux.org>
53- install manpage into %%{_mandir}
54
55* Thu Aug  3 2000 Jun Nishii <jun@vinelinux.org>
56- 2.1-1vl1
57
58* Thu Mar 17 2000 Daisuke SUZUKI <daisuke@linux.or.jp>
59- Changed for Vine Linux
60- several bug fixed
61
62* Thu Feb  3 2000 Matt Wilson <msw@redhat.com>
63- gzip manpage
64
65* Mon Nov 22 1999 Matt Wilson <msw@redhat.com>
66- Added patch from Jay Turner to make mkkickstart work with 6.1 and up
67
68* Sun Apr 11 1999 Erik Troan <ewt@redhat.com>
69- partition sizes could come out wrong
70- dig password out of /etc/shadow
71- create auth line
72
73* Sat Mar 27 1999 Erik Troan <ewt@redhat.com>
74- small partitions were being set as 0 MB
75
76* Sat Mar 27 1999 Erik Troan <ewt@redhat.com>
77- integrated alan's rel 4 fixes
78
79* Thu Feb 25 1999 Matt Wilson <msw@redhat.com>
80- updated spec file
81
82* Wed Feb  3 1999 Bill Nottingham <notting@redhat.com>
83
84- make noarch
85
86* Thu Sep 10 1998 Alan Cox <alan@redhat.com>
87
88- Fix nox
89
90* Thu Aug 27 1998 Alan Cox <alan@redhat.com>
91
92- Made the program output files to the correct format, rather than the
93  original (and buggy) specification
Note: See TracBrowser for help on using the repository browser.