basesystem-vl.spec 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. Summary: The skeleton package which defines a simple Vine Linux system.
  2. Summary(ja): Vine Linux の基本システムを定義するスケルトンパッケージ
  3. Name: basesystem
  4. Version: 8.0
  5. Release: 2%{?_dist_release}
  6. License: public domain
  7. Group: System Environment/Base
  8. Requires(pre): setup filesystem
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildArchitectures: noarch
  11. %description
  12. Basesystem defines the components of a basic Vine Linux system (for
  13. example, the package installation order to use during bootstrapping).
  14. Basesystem should be the first package installed on a system, and it
  15. should never be removed.
  16. %description -l ja
  17. Basesystem は Vine Linux の基本的なコンポーネントを定義しています。
  18. (例えば、ブートストラップ時のパッケージインストールの順序など)
  19. Basesystem はシステムに最初にインストールしなければならないパッケー
  20. ジで、絶対に削除されることはありません。
  21. %files
  22. %changelog
  23. * Wed Jul 02 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 8.0-2
  24. - rebuild
  25. * Wed Apr 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0-1
  26. - rebuild for Vine 6
  27. - add Japanese summary and description
  28. - use Requires(pre) instead of PreReq
  29. * Fri May 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0-1
  30. - new versioning policy
  31. * Wed Sep 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0-4vl4
  32. - rebuild to add gpg sign
  33. - use License: instead of Copyright:
  34. * Sun Dec 10 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0-4vl3
  35. - remove 00upgrade from PreReq to be apt safe.
  36. * Sun Nov 19 2000 Satoshi MACHINO <machino@vinelinux.org> 6.0-4vl2
  37. - build with gcc-2.95.3
  38. - partially used rpmmacros
  39. * Mon Mar 6 2000 Daisuke SUZUKI <daisuke@linux.or.jp>
  40. - add Prereq 00upgrade for libwcsmbs probrem (adhoc patch)
  41. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  42. - auto rebuild in the new build environment (release 4)
  43. * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com>
  44. - don't require rpm (breaks dependency chain)
  45. * Tue Mar 16 1999 Erik Troan <ewt@redhat.com>
  46. - require rpm
  47. * Wed Dec 30 1998 Cristian Gafton <gafton@redhat.com>
  48. - build for 6.0
  49. * Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
  50. - build root
  51. * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
  52. - translations modified for de, fr, tr
  53. * Tue Sep 23 1997 Erik Troan <ewt@redhat.com>
  54. - made a noarch package