SPECS: hdbench.spec - unify, pass CC
darekr
darekr at pld-linux.org
Wed Jan 25 19:16:58 CET 2006
Author: darekr Date: Wed Jan 25 18:16:58 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- unify, pass CC
---- Files affected:
SPECS:
hdbench.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/hdbench.spec
diff -u SPECS/hdbench.spec:1.8 SPECS/hdbench.spec:1.9
--- SPECS/hdbench.spec:1.8 Tue Aug 31 16:44:50 2004
+++ SPECS/hdbench.spec Wed Jan 25 19:16:52 2006
@@ -9,8 +9,8 @@
Group: Applications/System
Source0: http://download.vector.co.jp/pack/unix/hardware/bench/%{name}-%{version}.tar.gz
# Source0-md5: 98984d51811ee95ed00ae07728d3f37e
-BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
Requires: gtk+ >= 1.2.0
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
HDBENCH clone is a benchmark software like HDBENCH which is the most
@@ -28,12 +28,12 @@
ĂćżČ¤ĎHDBENCH¤ČÁ´¤ŻĘĚĘŞ¤Ç¤šĄŁ
%prep
-
%setup -q
%build
./configure
-%{__make}
+%{__make} \
+ CC="%{__cc}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -43,7 +43,7 @@
install src/hdbench $RPM_BUILD_ROOT%{_bindir}
%clean
-rm -rf ${RPM_BUILD_ROOT}
+rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
@@ -59,6 +59,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2006/01/25 18:16:52 darekr
+- unify, pass CC
+
Revision 1.8 2004/08/31 14:44:50 snurf
- typos / formatting / etc.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/hdbench.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list