]> git.pld-linux.org Git - packages/apg.git/blobdiff - apg.spec
- massive attack s/pld.org.pl/pld-linux.org/
[packages/apg.git] / apg.spec
index de81757b89403fb2955947d51a23a6ac6a620092..6867e3e442bd9b1346411de3a263c50338bf225d 100644 (file)
--- a/apg.spec
+++ b/apg.spec
@@ -1,7 +1,7 @@
 Summary:       apg - Automated Password Generator
 Summary(pl):   apg - automatyczny generator haseĀ³
 Name:          apg
-Version:       2.0.0b1
+Version:       2.1.0
 Release:       1
 License:       BSD
 Group:         Applications/System
@@ -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.085697 seconds and 4 git commands to generate.