rpms/boinc-client/devel boinc-client.spec,1.1,1.2

Miloš Jakubíček (mjakubicek) fedora-extras-commits at redhat.com
Thu Apr 3 23:55:33 UTC 2008


Author: mjakubicek

Update of /cvs/pkgs/rpms/boinc-client/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25583

Modified Files:
	boinc-client.spec 
Log Message:
- Fixed build on i386 since it needs to be configured as i686-pc-linux-gnu
  and not i386-pc-linux-gnu.




Index: boinc-client.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boinc-client/devel/boinc-client.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boinc-client.spec	25 Mar 2008 20:13:30 -0000	1.1
+++ boinc-client.spec	3 Apr 2008 23:54:55 -0000	1.2
@@ -4,7 +4,7 @@
 Summary:	The BOINC client core
 Name:		boinc-client
 Version:	5.10.45
-Release:	4.%{snap}svn%{?dist}
+Release:	5.%{snap}svn%{?dist}
 License:	LGPLv2+
 Group:		Applications/Engineering
 URL:		http://boinc.berkeley.edu/
@@ -98,7 +98,12 @@
 %patch1 -p1
 
 %build
+%ifarch i386
+%configure --disable-static --enable-unicode --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu --target=i686-redhat-linux-gnu
+%else
 %configure --disable-static --enable-unicode
+%endif
+
 
 # Parallel make does not work.
 make -k
@@ -246,6 +251,10 @@
 
 %changelog
 
+* Fri Apr 04 2008 Milos Jakubicek <xjakub at fi.muni.cz> - 5.10.45-5.20080315svn
+- Fixed build on i386 since it needs to be configured as i686-pc-linux-gnu 
+  and not i386-pc-linux-gnu.
+
 * Mon Mar 24 2008 Milos Jakubicek <xjakub at fi.muni.cz> - 5.10.45-4.20080315svn
 - Removed unnecessary slash before the {_localstatedir} macro.
 




More information about the fedora-extras-commits mailing list