]> git.pld-linux.org Git - packages/getty_ps.git/blobdiff - getty_ps.spec
- pass CC
[packages/getty_ps.git] / getty_ps.spec
index f5cfd859e229f282d2cf702cd7e1c072b9423a73..ae1e0e844afe55c85317212b5215ed7f28044d3f 100644 (file)
@@ -58,7 +58,10 @@ mgetty daha kullan
 # clean this ...
 %{__make} clean
 
-%{__make} OPT="%{rpmcflags}" LIBS="-lncurses"
+%{__make} \
+       CC="%{__cc}" \
+       OPT="%{rpmcflags}" \
+       LIBS="-lncurses"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -75,9 +78,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %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]/*
This page took 0.0387 seconds and 4 git commands to generate.