]> git.pld-linux.org Git - packages/boinc.git/commitdiff
- use %{x8664} macro, cleanups master
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 12 Mar 2008 08:04:01 +0000 (08:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boinc.spec -> 1.24

boinc.spec

index 4078744a1b66da64d83a762950fd15727358e4f4..b43d54ebeea0cb68c5ad4c5e20d0648210caa34c 100644 (file)
@@ -42,7 +42,7 @@ BuildRequires:        mysql-devel
 BuildRequires: rpm-pythonprov
 BuildRequires: wxGTK2-devel
 BuildRequires: wxWidgets-devel
-ExclusiveArch: %{ix86} amd64
+ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -85,7 +85,7 @@ mv clientgui/BOINCDial{u,U}pManager.cpp
 %{__autoheader}
 %{__automake}
 %configure \
-%ifarch amd64
+%ifarch %{x8664}
        --with-boinc-platform=i686-pc-linux-gnu \
 %endif
        --enable-static \
@@ -96,22 +96,12 @@ mv clientgui/BOINCDial{u,U}pManager.cpp
 
 %{__make}
 
-#%{__make} \
-#      CFLAGS="%{rpmcflags}" \
-#      LDFLAGS="%{rpmldflags}"
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-#%%install
-#rm -rf $RPM_BUILD_ROOT
-#install -d $RPM_BUILD_ROOT%{_bindir}
-
-#install boinc $RPM_BUILD_ROOT%{_bindir}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.04274 seconds and 4 git commands to generate.