source: projects/specs/branches/6/m/mkkpkg/mkkpkg-vl.spec @ 3667

Revision 3667, 4.6 KB checked in by daisuke, 13 years ago (diff)

mkkpkg: udpate to 2.5.2

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