]> git.pld-linux.org Git - packages/boinc.git/blobdiff - boinc.spec
- adapterized (killed trailing spaces/tabs)
[packages/boinc.git] / boinc.spec
index 2133f8424df9f73ad5a1c285bdae9d0060f87817..03b53cd868f16ad629803202c707c1926cfa07c7 100644 (file)
@@ -3,28 +3,46 @@
 #      - check configure options
 #      - create devel and static subpackages
 #      - package boinc script into separate package
+#      - package BOINC server in separate package
 #      - build files section
 #      - maybe BOINC.spec
 #      - find out license
+#      - fix linking for amd64 arch
+#      - wxGTK2-devel or wxGTK2-unicode-devel or wxGTK2-univ-devel or wxGTK2-univ-unicode-devel ??
 
 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
+# Source0-md5: c2a9af4f22e37b5a44a3ca45aa7eb843
 Source1:       http://phileimer.9online.fr/%{name}-1.10.tar.bz2
 # Source1-md5: 85907bd0b9b3527ee90ee73ad2d4ea8d
 Patch0:                %{name}-include.patch
-Patch1:                %{name}-path.patch
-URL:           http://phileimer.9online.fr/
+Patch1:                %{name}-Makefile.am.patch
+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
 BuildRequires: glut-devel
+BuildRequires: libjpeg-devel
 BuildRequires: libstdc++-devel
+BuildRequires: libtool
+BuildRequires: mysql-devel
+BuildRequires: rpm-pythonprov
+BuildRequires: wxGTK2-devel
 BuildRequires: wxWidgets-devel
+ExclusiveArch: %{ix86} amd64
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -55,7 +73,10 @@ Network Computing).
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 mv clientgui/BOINCDial{u,U}pManager.h
+mv clientgui/BOINCDial{u,U}pManager.cpp
 
 %build
 %{__libtoolize}
@@ -64,12 +85,15 @@ mv clientgui/BOINCDial{u,U}pManager.h
 %{__autoheader}
 %{__automake}
 %configure \
+%ifarch amd64
+       --with-boinc-platform=i686-pc-linux-gnu \
+%endif
        --enable-static \
        --enable-shared \
        --with-x \
        --with-ssl \
        --with-wx-config=/usr/bin/wx-gtk2-ansi-config
-       
+
 %{__make}
 
 #%{__make} \
@@ -93,5 +117,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGES README
+%doc doc/
 %attr(755,root,root) %{_bindir}/*
This page took 0.172364 seconds and 4 git commands to generate.