]> git.pld-linux.org Git - packages/apg.git/commitdiff
- use proper CC and compilations flags, STABLE
authorkloczek <kloczek@pld-linux.org>
Fri, 14 Feb 2003 03:39:11 +0000 (03:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed RFC documents from %doc (there are in rfc packages).

Changed files:
    apg.spec -> 1.11

apg.spec

index 83da8d822f511736a0b21a2e2d781841e91955cb..6867e3e442bd9b1346411de3a263c50338bf225d 100644 (file)
--- 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/*
This page took 0.077908 seconds and 4 git commands to generate.