Browse Source

vbootstrap-vl.specを更新。%%descriptionにvbuilderについて加筆しました。

git-svn-id: http://trac.vinelinux.org/repos/projects/vbootstrap/trunk@689 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 14 years ago
parent
commit
ecdb0722b6
1 changed files with 12 additions and 0 deletions
  1. 12 0
      vbootstrap-vl.spec

+ 12 - 0
vbootstrap-vl.spec

@@ -29,11 +29,22 @@ vbootstrap is used to create a basic Vine Linux system on existing Vine Linux
 system. It uses rpm and apt to install basic rpm package into a directory
 which can be chrooted into.
 
+vbuilder constracts a chroot environment with vbootstrap, and builds 
+a rpm package inside the chroot. 
+it is a useful system to check that a package has correct BuildRequires 
+dependencies. 
+
+
 %description -l ja
 vbootstrap は Vine Linux の基本システムを既存の Vine Linux システム上で
 作成するスクリプトです。rpm および apt を利用して、指定したディレクトリ
 以下に基本の rpm パッケージをインストールし、chroot できるようにします。
 
+vbuilder は vbootstrap を利用して chroot 環境の構築し、
+その chroot の中でパッケージをビルドします。
+パッケージが正しい BuildRequires 依存関係を持っているかを確認するために
+有用なシステムです。
+
 
 %prep
 [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT}
@@ -66,6 +77,7 @@ vbootstrap は Vine Linux の基本システムを既存の Vine Linux システ
   - added a compatible name for actions: 
     dropped two hyphens "--" from the head of an action "--hoge"
     (e.g. build-rpm = --build-rpm)
+- added about vbuilder in %%description and %%description -l ja
 
 * Sun Mar 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.20-1
 - fixed RPM_Build()