]> git.pld-linux.org Git - packages/getty_ps.git/blobdiff - getty_ps.spec
- pass CC
[packages/getty_ps.git] / getty_ps.spec
index 037b557ae87f1b2d27ba4a3b1ade32dceb44706b..ae1e0e844afe55c85317212b5215ed7f28044d3f 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    getty i uugetty
 Summary(tr):   getty ve uugetty
 Name:          getty_ps
 Version:       2.0.7j
-Release:       15
+Release:       16
 License:       distributable - Copyright 1989,1990 by Paul Sutcliffe Jr.
 Group:         Applications/System
 Source0:       ftp://tsx-11.mit.edu/pub/linux/sources/sbin/%{name}-%{version}.tar.gz
@@ -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*
-
-%config(missingok) %verify(not mtime size md5) %{_sysconfdir}/gettydefs
-
+%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.067788 seconds and 4 git commands to generate.