source: projects/specs/trunk/m/mkkpkg/mkkpkg-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: reconfigure kernel SRPM pakcage and make RPMs.
2Summary(ja): カーネルの SRPM パッケージから設定を変更した RPM を作成します
3Name: mkkpkg
4Version: 2.5.1
5Release: 1%{?_dist_release}
6Group: Development/Tools
7License: distributable
8Source0: mkkpkg-%{version}.tar.bz2
9BuildArch: noarch
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11Requires: rpm-build >= 4.0.5
12Requires: ncurses-devel
13AutoReqProv: no
14
15Vendor: Project Vine
16Distribution: Vine Linux
17Packager: Daisuke SUZUKI <daisuke@linux.or.jp>
18
19%description
20This script generates new recoufigured kernel RPM pakcages from the
21kernel SRPM package. You can easily reconfigure kernel and the spec
22file.
23
24%description -l ja
25このスクリプトは、カーネルの SRPM パッケージから、設定を変更したカーネ
26ルの RPM パッケージを作成します。カーネルの設定と spec ファイルを簡単
27に変更できます。
28
29%prep
30%setup -q
31
32%install
33rm -rf %{buildroot}
34make DESTDIR=%{buildroot} install
35
36%clean
37rm -rf %{buildroot}
38
39%files
40%defattr(-,root,root)
41%doc Changelog
42%attr(0755,root,root) %{_sbindir}/mkkpkg
43%attr(0755,root,root) %{_datadir}/mkkpkg/
44
45%changelog
46* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 2.5.1-1vl5
47- applied new versioning policy, spec in utf-8
48
49* Thu Aug 09 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.5.1-0vl3
50- ARCH=powerpc on ppc (see: [vine-users: 077450])
51
52* Sat Jul 28 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.5.1-0vl2
53- changed Group to Development/Tools
54
55* Sun Apr 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.1-0vl1
56- fix warning message of find command (BTS:31)
57- use i586 for default architecture
58
59* Thu Mar 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.0-0vl1
60- move parsespec to %%{_datadir} instead of %%{_libdir}
61
62* Sat Dec 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4-0vl1
63- remove nopgp/nogpg option in src.rpm checking.
64  (no{pgp,gpg} options were replaced by nosignature, but we should
65  start to check GPG signature by default.)
66
67* Fri Jun 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.3-0vl1
68- support kernel24, kernel26 and kernel >= 2.6
69  (thanks to Ryoichi INAGAKI)
70
71* Thu Jul 15 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl1
72- add Requires: ncurses-devel
73
74* Fri Jun 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl1
75- fix expansion problem of "${HOME}/rpm"
76
77* Thu Jun 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
78- apply rpm4 support patch from Ryoichi INAGAKI.
79
80* Tue Nov 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.18-0vl1
81- support for kernel >= 2.4.18
82- read EDITOR to edit specfile
83- [security:01127] Re: update: mkkpkg-2.3.18-0vl1
84
85* Sun Mar 03 2002 Toru Sagami <sagami@vinelinux.org>
86- 2.3.16
87
88* Tue Jan 29 2002 Toru Sagami <sagami@vinelinux.org>
89- 2.3.15
90
91* Mon Feb 19 2001 <sagami@vinelinux.org>
92- 2.3.12
93
94* Fri Jan 19 2001 Toru Sagami <czs14350@mb.infoweb.ne.jp>
95- 2.3.11
96
97* Tue Dec 19 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
98- 2.3.9
99
100* Fri Dec 15 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
101- 2.3.8
102
103* Tue Dec 05 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
104- 2.3.7
105- ad hoc kernel24 support
106
107* Sun Oct 15 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
108- 2.3.4-0vl1
109- Requires: rpm-build >= 3.0.4
110
111* Tue Jul 18 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
112- 2.3.3-0vl1
113- change email address for COPYRIGHT
114
115* Wed Jul 12 2000 Toru Sagami <czs14350@nifty.ne.jp>
116- 2.3.2-0vl1
117
118* Sun Apr 30 2000 Toru Sagami <czs14350@nifty.ne.jp>
119- 2.3.1
120- handle pre preun post postun in parsespec
121
122* Thu Apr 20 2000 Toru Sagami <czs14350@nifty.ne.jp>
123- 2.3.0
124
125* Thu Mar 3 2000 Jun Nishii <jun@vinelinux.org>
126- 2.2.5
127
128* Tue Feb 29 2000 Jun Nishii <jun@vinelinux.org>
129- 2.2.4
130
131* Sun Feb 27 2000 Jun Nishii <jun@vinelinux.org>
132- 2.2.3
133
134* Fri Feb 25 2000 Jun Nishii <jun@vinelinux.org>
135- 2.2.2
136
137* Fri Feb 25 2000 Jun Nishii <jun@vinelinux.org>
138- 2.2.1
139
140* Thu Feb 24 2000 Toru Sagami <czs14350@nifty.ne.jp>
141- mkkpkg-2.2
142- fixed some bugs
143- moved /usr/bin/mkkpkg to /usr/sbin/mkkpkg
144- tweaken, using --showrc --rmspec
145- dont include packager tag in new spec fine, because rpm will include it
146  if defined in rpmmacros
147
148* Sun Jan 30 2000 Jun NISHII <jun@vinelinux.org>
149- mkkpkg-2.1
150
151* Mon Jan 10 2000 Jun Nishii <jun@vinelinux.org>
152- change group
153- prepare parsespec, do not use filelist!
154
155* Thu Oct 28 1999 Jun NISHII <jun@flatout.org>
156- merge patch by Yasuhide OOMORI
157- do not build kernel-smp, kernel-BOOT, kernel-BOOTsmp
158- added kernel-filelist
159
160* Sat Feb 27 1999 MATSUMOTO Shoji <vine@flatout.org>
161- first release
Note: See TracBrowser for help on using the repository browser.