SPECS: powernowd.spec - use %{rpmcflags} and %{rpmldflags}
kosmo
kosmo at pld-linux.org
Mon Sep 5 12:19:45 CEST 2005
Author: kosmo Date: Mon Sep 5 10:19:45 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use %{rpmcflags} and %{rpmldflags}
---- Files affected:
SPECS:
powernowd.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/powernowd.spec
diff -u SPECS/powernowd.spec:1.3 SPECS/powernowd.spec:1.4
--- SPECS/powernowd.spec:1.3 Mon May 23 22:57:11 2005
+++ SPECS/powernowd.spec Mon Sep 5 12:19:39 2005
@@ -24,7 +24,7 @@
%setup -q
%build
-%{__make}
+gcc %{rpmcflags} %{rpmldflags} -o powernowd powernowd.c
%install
rm -rf $RPM_BUILD_ROOT
@@ -66,6 +66,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2005/09/05 10:19:39 kosmo
+- use %{rpmcflags} and %{rpmldflags}
+
Revision 1.3 2005/05/23 20:57:11 qboosh
- deduped files
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/powernowd.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list