Author: gotar Date: Fri Jan 28 01:30:17 2011 GMT Module: packages Tag: HEAD ---- Log message: - libtoolize?
---- Files affected: packages/vzctl: vzctl.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: packages/vzctl/vzctl.spec diff -u packages/vzctl/vzctl.spec:1.12 packages/vzctl/vzctl.spec:1.13 --- packages/vzctl/vzctl.spec:1.12 Fri Jan 28 02:24:20 2011 +++ packages/vzctl/vzctl.spec Fri Jan 28 02:30:12 2011 @@ -18,6 +18,7 @@ URL: http://openvz.org/ BuildRequires: autoconf BuildRequires: automake +BuildRequires: libtool Requires: %{name}-lib = %{version}-%{release} Requires(post,preun): /sbin/chkconfig Requires: rc-scripts @@ -64,6 +65,7 @@ install %{SOURCE5} %{SOURCE6} etc/init.d %build +%{__libtoolize} %{__aclocal} %{__automake} %configure \ @@ -71,7 +73,7 @@ --enable-logrotate \ --disable-static -%{__make} -j1 +%{__make} %install rm -rf $RPM_BUILD_ROOT @@ -160,6 +162,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2011/01/28 01:30:12 gotar +- libtoolize? + Revision 1.12 2011/01/28 01:24:20 gotar - make -j1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vzctl/vzctl.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
