packages: vzquota/vzquota.spec - pass CC, ldflags

glen glen at pld-linux.org
Mon Oct 24 20:38:54 CEST 2011


Author: glen                         Date: Mon Oct 24 18:38:54 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- pass CC, ldflags

---- Files affected:
packages/vzquota:
   vzquota.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/vzquota/vzquota.spec
diff -u packages/vzquota/vzquota.spec:1.4 packages/vzquota/vzquota.spec:1.5
--- packages/vzquota/vzquota.spec:1.4	Fri Jan 28 02:55:34 2011
+++ packages/vzquota/vzquota.spec	Mon Oct 24 20:38:49 2011
@@ -1,8 +1,10 @@
 # $Revision$, $Date$
+# TODO
+# - not FHS compliant /var/vzquota
 Summary:	Virtuozzo/OpenVZ disk quota control utility
 Name:		vzquota
 Version:	3.0.12
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Base/Kernel
 Source0:	http://download.openvz.org/utils/vzquota/%{version}/src/%{name}-%{version}.tar.bz2
@@ -21,7 +23,8 @@
 
 %build
 %{__make} \
-	DEBUG="%{rpmcflags}"
+	CC="%{__cc}" \
+	DEBUG="%{rpmcflags} %{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -34,9 +37,15 @@
 %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*
+%attr(755,root,root) %{_sbindir}/vzquota
+%attr(755,root,root) %{_sbindir}/vzdqcheck
+%attr(755,root,root) %{_sbindir}/vzdqdump
+%attr(755,root,root) %{_sbindir}/vzdqload
+%{_mandir}/man8/vzquota.8*
+%{_mandir}/man8/vzdqcheck.8*
+%{_mandir}/man8/vzdqdump.8*
+%{_mandir}/man8/vzdqload.8*
+%dir %{_var}/vzquota
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -44,6 +53,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2011/10/24 18:38:49  glen
+- pass CC, ldflags
+
 Revision 1.4  2011/01/28 01:55:34  gotar
 - cosmetics
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vzquota/vzquota.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list