SPECS: beep.spec - pass cc,rpmcflags, added %doc

darekr darekr at pld-linux.org
Sat Feb 10 16:50:12 CET 2007


Author: darekr                       Date: Sat Feb 10 15:50:12 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass cc,rpmcflags, added %doc

---- Files affected:
SPECS:
   beep.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/beep.spec
diff -u SPECS/beep.spec:1.5 SPECS/beep.spec:1.6
--- SPECS/beep.spec:1.5	Wed Aug  6 18:34:08 2003
+++ SPECS/beep.spec	Sat Feb 10 16:50:06 2007
@@ -33,7 +33,9 @@
 %setup -q
 
 %build
-%{__make}
+%{__make} \
+	CC="%{__cc}" \
+	FLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -47,6 +49,7 @@
 
 %files
 %defattr(644,root,root,755)
+%doc CHANGELOG CREDITS README
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man*/*
 
@@ -56,6 +59,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2007/02/10 15:50:06  darekr
+- pass cc,rpmcflags, added %doc
+
 Revision 1.5  2003/08/06 16:34:08  kloczek
 - może wrescie ktoś wykasuje to konto ?
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/beep.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list