SPECS: boinc.spec - version 5.3.22 - added platform patch
tommat
tommat at pld-linux.org
Mon Feb 27 15:13:24 CET 2006
Author: tommat Date: Mon Feb 27 14:13:24 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- version 5.3.22
- added platform patch
---- Files affected:
SPECS:
boinc.spec (1.17 -> 1.18)
---- Diffs:
================================================================
Index: SPECS/boinc.spec
diff -u SPECS/boinc.spec:1.17 SPECS/boinc.spec:1.18
--- SPECS/boinc.spec:1.17 Sun Feb 26 19:59:08 2006
+++ SPECS/boinc.spec Mon Feb 27 15:13:19 2006
@@ -14,18 +14,24 @@
Summary: BOINC - Berkeley Open Infrastructure for Network Computing
Summary(pl): BOINC - otwarta infrastruktura Berkeley do obliczeń sieciowych
Name: boinc
-Version: 5.3.19
-Release: 0.1
+Version: 5.3.22
+Release: 0.2
License: GPL
Group: Applications
+# Source generated from:
+# cvs -d :pserver:anonymous:@alien.ssl.berkeley.edu:/home/cvs/cvsroot checkout -r boinc_core_release_5_3_22 boinc
Source0: %{name}-%{version}.tar.gz
# Source0-md5: 96281927b4f4288db389d58fc548c83b
Source1: http://phileimer.9online.fr/%{name}-1.10.tar.bz2
# Source1-md5: 85907bd0b9b3527ee90ee73ad2d4ea8d
Patch0: %{name}-include.patch
Patch1: %{name}-Makefile.am.patch
-Patch2: %{name}-path.patch
-URL: http://phileimer.9online.fr/
+Patch2: %{name}-platform.patch
+#Patch for boinc script not used for now don't delete
+#Patch2: %{name}-path.patch
+URL: http://boinc.berkeley.edu/
+# URL for boinc script
+#URL: http://phileimer.9online.fr/
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: curl-devel
@@ -69,6 +75,7 @@
%setup -q
%patch0 -p1
%patch1 -p1
+%patch2 -p1
mv clientgui/BOINCDial{u,U}pManager.h
mv clientgui/BOINCDial{u,U}pManager.cpp
@@ -79,6 +86,9 @@
%{__autoheader}
%{__automake}
%configure \
+%ifarch amd64
+ --with-boinc-platform=i686-pc-linux-gnu \
+%endif
--enable-static \
--enable-shared \
--with-x \
@@ -117,6 +127,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.18 2006/02/27 14:13:19 tommat
+- version 5.3.22
+- added platform patch
+
Revision 1.17 2006/02/26 18:59:08 tommat
- updated BR
- updated TODO
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/boinc.spec?r1=1.17&r2=1.18&f=u
More information about the pld-cvs-commit
mailing list