]> git.pld-linux.org Git - packages/apg.git/blobdiff - apg.spec
- use proper CC and compilations flags,
[packages/apg.git] / apg.spec
index 7a7d521e8017ae578c2c4027c778d5653b73beba..6867e3e442bd9b1346411de3a263c50338bf225d 100644 (file)
--- a/apg.spec
+++ b/apg.spec
@@ -1,8 +1,8 @@
 Summary:       apg - Automated Password Generator
 Summary(pl):   apg - automatyczny generator haseĀ³
 Name:          apg
-Version:       2.0.0b1
-Release:       2
+Version:       2.1.0
+Release:       1
 License:       BSD
 Group:         Applications/System
 Source0:       http://www.adel.nursat.kz/apg/download/%{name}-%{version}.tar.gz
@@ -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.202685 seconds and 4 git commands to generate.