|
@@ -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.32
|
|
|
+%define version 0.0.34
|
|
|
|
|
|
Summary: bootstrap scripts to create a basic Vine Linux system
|
|
|
Summary(ja): Vine Linux の基本システムを作成するためのスクリプト
|
|
@@ -60,11 +60,13 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
|
|
|
%install
|
|
|
%__make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
|
+%find_lang %{name}
|
|
|
+
|
|
|
%clean
|
|
|
[ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
|
-%files
|
|
|
+%files -f %{name}.lang
|
|
|
%defattr(-,root,root)
|
|
|
%{_sbindir}/vbootstrap
|
|
|
%{_sbindir}/vbuilder
|
|
@@ -75,6 +77,15 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Jan 18 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.34-1
|
|
|
+- updated vbuilder.sh.in
|
|
|
+ - defined require-root() (Thanks to tomo-p-san)
|
|
|
+- gettextlize
|
|
|
+ - added vbootstrap.po, ja.po, Makefile, POTFILES.in in po/
|
|
|
+
|
|
|
+* Tue Jan 11 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.33-1
|
|
|
+- added /bin/sh option -l at chroot_sh (Thanks to Takemikaduchi-san)
|
|
|
+
|
|
|
* Fri Dec 10 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.32-1
|
|
|
- setarch ix86 if ix86 chroot on x86_64 host
|
|
|
|