SPECS: boinc.spec - use %{x8664} macro, cleanups

glen glen at pld-linux.org
Wed Mar 12 09:04:07 CET 2008


Author: glen                         Date: Wed Mar 12 08:04:07 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use %{x8664} macro, cleanups

---- Files affected:
SPECS:
   boinc.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: SPECS/boinc.spec
diff -u SPECS/boinc.spec:1.23 SPECS/boinc.spec:1.24
--- SPECS/boinc.spec:1.23	Thu Feb  7 10:35:42 2008
+++ SPECS/boinc.spec	Wed Mar 12 09:04:01 2008
@@ -43,7 +43,7 @@
 BuildRequires:	rpm-pythonprov
 BuildRequires:	wxGTK2-devel
 BuildRequires:	wxWidgets-devel
-ExclusiveArch:	%{ix86} amd64
+ExclusiveArch:	%{ix86} %{x8664}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -86,7 +86,7 @@
 %{__autoheader}
 %{__automake}
 %configure \
-%ifarch amd64
+%ifarch %{x8664}
 	--with-boinc-platform=i686-pc-linux-gnu \
 %endif
 	--enable-static \
@@ -97,22 +97,12 @@
 
 %{__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
 
@@ -127,6 +117,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2008-03-12 08:04:01  glen
+- use %{x8664} macro, cleanups
+
 Revision 1.23  2008-02-07 09:35:42  ankry
 - unix -> Unix
 
@@ -200,7 +193,7 @@
 Revision 1.2  2004/10/17 21:13:12  adamg
 - pl summary/description
 - better (?) en summary/description
-- added README to %%doc
+- added README to %doc
 
 Revision 1.1  2004/10/17 20:19:53  paszczus
 - initial version
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/boinc.spec?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list