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

Revision 6587, 4.6 KB checked in by daisuke, 12 years ago (diff)

kernel 3.x support

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