|
@@ -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()
|
|
|
|