]> git.pld-linux.org Git - packages/cpuid.git/commitdiff
- use optflags, ExclusiveArch: x86
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 21 Dec 2002 01:26:54 +0000 (01:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cpuid.spec -> 1.2

cpuid.spec

index 9285c47eb49a91fb644be1e0d66928d419606cdc..25e4d68018a14d602146fa0733b7192d49bc8d65 100644 (file)
@@ -7,6 +7,7 @@ License:        GPL
 Group:         Applications/System
 Source0:       http://www.ka9q.net/code/cpuid/%{name}-%{version}.tar.gz
 URL:           http://www.ka9q.net/code/cpuid/
+ExclusiveArch: %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -20,7 +21,8 @@ procesora (x86).
 %setup -q
 
 %build
-%{__make}
+%{__make} \
+       CFLAGS="%{rpmcflags} -Wall"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.108332 seconds and 4 git commands to generate.