SPECS: getty_ps.spec - pass CC
darekr
darekr at pld-linux.org
Mon May 8 13:34:26 CEST 2006
Author: darekr Date: Mon May 8 11:34:26 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pass CC
---- Files affected:
SPECS:
getty_ps.spec (1.27 -> 1.28)
---- Diffs:
================================================================
Index: SPECS/getty_ps.spec
diff -u SPECS/getty_ps.spec:1.27 SPECS/getty_ps.spec:1.28
--- SPECS/getty_ps.spec:1.27 Mon Dec 12 17:24:19 2005
+++ SPECS/getty_ps.spec Mon May 8 13:34:21 2006
@@ -59,7 +59,10 @@
# clean this ...
%{__make} clean
-%{__make} OPT="%{rpmcflags}" LIBS="-lncurses"
+%{__make} \
+ CC="%{__cc}" \
+ OPT="%{rpmcflags}" \
+ LIBS="-lncurses"
%install
rm -rf $RPM_BUILD_ROOT
@@ -76,10 +79,8 @@
%files
%defattr(644,root,root,755)
-%doc Examples/default/* ANNOUNCE README*
-
+%doc ChangeLog Examples/default/* ANNOUNCE README*
%config(missingok) %verify(not md5 mtime size) %{_sysconfdir}/gettydefs
-
%attr(755,root,root) /sbin/*
%{_mandir}/man[15]/*
@@ -89,6 +90,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.28 2006/05/08 11:34:21 darekr
+- pass CC
+
Revision 1.27 2005/12/12 16:24:19 glen
- adapterized (sorted %verify attrs)
@@ -105,7 +109,7 @@
- new %%doc
Revision 1.22 2002/04/25 16:22:33 arturs
-fixed a small typo
+- fixed a small typo
Revision 1.21 2002/03/19 15:20:17 ankry
- fixed URLs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/getty_ps.spec?r1=1.27&r2=1.28&f=u
More information about the pld-cvs-commit
mailing list