source: projects/mkkpkg/trunk/mkkpkg-vl.spec @ 3664

Revision 3664, 4.5 KB checked in by daisuke, 13 years ago (diff)

import mkkpkg

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