SPECS (AC-branch): net-snmp.spec - no point for default attr - mak...
glen
glen at pld-linux.org
Sat Jan 14 13:03:19 CET 2006
Author: glen Date: Sat Jan 14 12:03:19 2006 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- no point for default attr
- make seems break for parallel builds
---- Files affected:
SPECS:
net-snmp.spec (1.66 -> 1.66.2.1)
---- Diffs:
================================================================
Index: SPECS/net-snmp.spec
diff -u SPECS/net-snmp.spec:1.66 SPECS/net-snmp.spec:1.66.2.1
--- SPECS/net-snmp.spec:1.66 Tue Dec 13 19:01:46 2005
+++ SPECS/net-snmp.spec Sat Jan 14 13:03:11 2006
@@ -427,7 +427,7 @@
# build this subdir first. it's causing STRANGE compile failures # otherwise (for me at least). glen
%{__make} -C agent/mibgroup
-%{__make}
+%{__make} -j1
cd perl
@@ -634,7 +634,7 @@
%{_mandir}/man5/snmp.conf.5*
%{_mandir}/man5/snmp_config.5*
-%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/snmp/snmp.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/snmp/snmp.conf
%files -n perl-SNMP
%defattr(644,root,root,755)
@@ -680,6 +680,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.66.2.1 2006/01/14 12:03:11 glen
+- no point for default attr
+- make seems break for parallel builds
+
Revision 1.66 2005/12/13 18:01:46 glen
- adapterized (avoid macros with /usr/include/{ncurses,freetype}*)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/net-snmp.spec?r1=1.66&r2=1.66.2.1&f=u
More information about the pld-cvs-commit
mailing list