From 6c47e591b52affc23b3bacd7a8ff1c2a8ce06125 Mon Sep 17 00:00:00 2001 From: kloczek Date: Fri, 14 Feb 2003 03:39:11 +0000 Subject: [PATCH] - use proper CC and compilations flags, - removed RFC documents from %doc (there are in rfc packages). Changed files: apg.spec -> 1.11 --- apg.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apg.spec b/apg.spec index 83da8d8..6867e3e 100644 --- a/apg.spec +++ b/apg.spec @@ -22,7 +22,9 @@ algorytm %setup -q %build -%{__make} +%{__make} \ + CC="%{__cc}" \ + FLAGS="%{rpmcflags}" %install rm -rf $RPM_BUILD_ROOT @@ -36,7 +38,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc README CHANGES THANKS TODO doc/{APG_TIPS,rfc0972.txt,rfc1750.txt} +%doc README CHANGES THANKS TODO doc/APG_TIPS %attr(755,root,root) %{_bindir}/apg %attr(755,root,root) %{_bindir}/apgbfm %{_mandir}/man1/* -- 2.43.0