summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordarekr2007-02-10 15:50:06 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitbf712d0df15637571aa67e23a7a9d3f7b039b892 (patch)
treebcf9767baccecaaa74eba3db9c263d5158362d45
parent4e1c0282b8e0bbab41ec0a784b716be703269b5e (diff)
downloadbeep-bf712d0df15637571aa67e23a7a9d3f7b039b892.zip
beep-bf712d0df15637571aa67e23a7a9d3f7b039b892.tar.gz
- pass cc,rpmcflags, added %doc
Changed files: beep.spec -> 1.6
-rw-r--r--beep.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/beep.spec b/beep.spec
index ac4c193..ab1f04b 100644
--- a/beep.spec
+++ b/beep.spec
@@ -32,7 +32,9 @@ systemu (czy cokolwiek, do czego zostanie użyty).
%setup -q
%build
-%{__make}
+%{__make} \
+ CC="%{__cc}" \
+ FLAGS="%{rpmcflags}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -46,5 +48,6 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
+%doc CHANGELOG CREDITS README
%attr(755,root,root) %{_bindir}/*
%{_mandir}/man*/*