]> git.pld-linux.org Git - packages/boinc.git/commitdiff
- updated todo
authortommat <tommat@pld-linux.org>
Sun, 26 Feb 2006 17:32:45 +0000 (17:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added Makefile.am patch

Changed files:
    boinc.spec -> 1.16

boinc.spec

index b8c00424a1bf27e696c93dce35b15cb0ef767b1c..e14ce568835788c00992938c53d4490fb7dccd16 100644 (file)
@@ -2,8 +2,11 @@
 #      - check for BR-s
 #      - 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
 
 Summary:       BOINC - Berkeley Open Infrastructure for Network Computing
@@ -18,7 +21,8 @@ Source0:      %{name}-%{version}.tar.gz
 Source1:       http://phileimer.9online.fr/%{name}-1.10.tar.bz2
 # Source1-md5: 85907bd0b9b3527ee90ee73ad2d4ea8d
 Patch0:                %{name}-include.patch
-Patch1:                %{name}-path.patch
+Patch1:                %{name}-Makefile.am.patch
+Patch2:                %{name}-path.patch
 URL:           http://phileimer.9online.fr/
 BuildRequires: curl-devel
 BuildRequires: glut-devel
@@ -55,7 +59,9 @@ Network Computing).
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 mv clientgui/BOINCDial{u,U}pManager.h
+mv clientgui/BOINCDial{u,U}pManager.cpp
 
 %build
 %{__libtoolize}
This page took 0.081275 seconds and 4 git commands to generate.