浏览代码

vbootstrap-vl.specを更新。

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@693 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 15 年之前
父节点
当前提交
d717c4e754
共有 1 个文件被更改,包括 20 次插入1 次删除
  1. 20 1
      v/vbootstrap/vbootstrap-vl.spec

+ 20 - 1
v/vbootstrap/vbootstrap-vl.spec

@@ -1,7 +1,7 @@
 # This package is maintained on trac svn repository. Please do not change on local.
 # If you find a BUG, please report to Vine@vinelinux.org or mailing list or BTS.
 
-%define version 0.0.20
+%define version 0.0.21
 
 Summary: bootstrap scripts to create a basic Vine Linux system
 Summary(ja): Vine Linux の基本システムを作成するためのスクリプト
@@ -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}
@@ -61,6 +72,14 @@ vbootstrap は Vine Linux の基本システムを既存の Vine Linux システ
 
 
 %changelog
+* Fri Mar 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.21-1
+- updated vbuilder.sh.in: 
+  - 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
+- updated vbuilder-bash-completion.sh: s/5.0/5.1/
+
 * Sun Mar 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.20-1
 - fixed RPM_Build()