Author: gotar Date: Fri Jan 28 01:46:10 2011 GMT Module: packages Tag: HEAD ---- Log message: - initial PLD release from Ĺukasz Chrustek <[email protected]>
---- Files affected: packages/vzquota: vzdqload.patch (NONE -> 1.1) (NEW), vzquota.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/vzquota/vzdqload.patch diff -u /dev/null packages/vzquota/vzdqload.patch:1.1 --- /dev/null Fri Jan 28 02:46:10 2011 +++ packages/vzquota/vzdqload.patch Fri Jan 28 02:46:04 2011 @@ -0,0 +1,10 @@ +--- src/vzdqload.c.orig 2008-03-06 20:28:38.000000000 +0100 ++++ src/vzdqload.c 2010-09-28 12:38:09.000000000 +0200 +@@ -20,7 +20,6 @@ + #include <sys/types.h> + + /* to include vsscanf() */ +-#define __USE_ISOC99 + #include <stdio.h> + + #include <stdlib.h> ================================================================ Index: packages/vzquota/vzquota.spec diff -u /dev/null packages/vzquota/vzquota.spec:1.1 --- /dev/null Fri Jan 28 02:46:10 2011 +++ packages/vzquota/vzquota.spec Fri Jan 28 02:46:04 2011 @@ -0,0 +1,49 @@ +# $Revision$, $Date$ +Summary: Virtuozzo/OpenVZ disk quota control utility +Name: vzquota +Version: 3.0.12 +Release: 1 +License: GPL v2 +Group: Base/Kernel +Source0: http://download.openvz.org/utils/vzquota/%{version}/src/%{name}-%{version}.tar.bz2 +# Source0-md5: d45e49f90c38c70a46f08deecb387377 +Patch0: vzdqload.patch +URL: http://openvz.org/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This utility allows system administator to control disk quotas for +Virtuozzo/OpenVZ containers. + +%prep +%setup -q +%patch0 -p0 + +%build +%{__make} \ + DEBUG="%{rpmcflags}" + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT +# MANDIR=%{_mandir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc NEWS README +%attr(755,root,root) %{_sbindir}/vz* +%attr(755,root,root) %{_var}/vzquota +%{_mandir}/man8/vz*.8* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2011/01/28 01:46:04 gotar +- initial PLD release from Ĺukasz Chrustek <[email protected]> ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
