mkkpkg-vl.spec 4.4 KB

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