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