]> git.pld-linux.org Git - packages/boinc.git/blob - boinc.spec
e14ce568835788c00992938c53d4490fb7dccd16
[packages/boinc.git] / boinc.spec
1 # TODO:
2 #       - check for BR-s
3 #       - check configure options
4 #       - create devel and static subpackages
5 #       - package boinc script into separate package
6 #       - package BOINC server in separate package
7 #       - build files section
8 #       - maybe BOINC.spec
9 #       - find out license
10 #       - fix linking for amd64 arch
11
12 Summary:        BOINC - Berkeley Open Infrastructure for Network Computing
13 Summary(pl):    BOINC - otwarta infrastruktura Berkeley do obliczeñ sieciowych
14 Name:           boinc
15 Version:        5.3.19
16 Release:        0.1
17 License:        GPL
18 Group:          Applications
19 Source0:        %{name}-%{version}.tar.gz
20 # Source0-md5:  96281927b4f4288db389d58fc548c83b
21 Source1:        http://phileimer.9online.fr/%{name}-1.10.tar.bz2
22 # Source1-md5:  85907bd0b9b3527ee90ee73ad2d4ea8d
23 Patch0:         %{name}-include.patch
24 Patch1:         %{name}-Makefile.am.patch
25 Patch2:         %{name}-path.patch
26 URL:            http://phileimer.9online.fr/
27 BuildRequires:  curl-devel
28 BuildRequires:  glut-devel
29 BuildRequires:  libstdc++-devel
30 BuildRequires:  wxWidgets-devel
31 ExclusiveArch:  %{ix86}
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 BOINC is a software platform for distributed computing using
36 volunteered computer resources.
37
38 %description -l pl
39 BOINC (Berkeley Open Infrastructure for Network Computing) to
40 platforma programowa do rozproszonych obliczeñ przy u¿yciu zasobów
41 komputerowych ochotników.
42
43 %package script
44 Summary:        boinc - a bash script used to manage boinc client
45 Summary(pl):    boinc - napisany w bashu skrypt do zarz±dzania klientem boinc
46 Group:          Applications
47 URL:            http://phileimer.9online.fr/
48
49 %description script
50 boinc is a bash script for unix like systems used to manage client of
51 the BOINC project (Berkeley Open Infrastructure for Network
52 Computing).
53
54 %description script -l pl
55 boinc to napisany w bashu skrypt dla systemów uniksowych s³u¿±cy do
56 zarz±dzania klientem projektu BOINC (Berkeley Open Infrastructure for
57 Network Computing).
58
59 %prep
60 %setup -q
61 %patch0 -p1
62 %patch1 -p1
63 mv clientgui/BOINCDial{u,U}pManager.h
64 mv clientgui/BOINCDial{u,U}pManager.cpp
65
66 %build
67 %{__libtoolize}
68 %{__aclocal} -I m4
69 %{__autoconf}
70 %{__autoheader}
71 %{__automake}
72 %configure \
73         --enable-static \
74         --enable-shared \
75         --with-x \
76         --with-ssl \
77         --with-wx-config=/usr/bin/wx-gtk2-ansi-config
78         
79 %{__make}
80
81 #%{__make} \
82 #       CFLAGS="%{rpmcflags}" \
83 #       LDFLAGS="%{rpmldflags}"
84
85 %install
86 rm -rf $RPM_BUILD_ROOT
87
88 %{__make} install \
89         DESTDIR=$RPM_BUILD_ROOT
90
91 #%%install
92 #rm -rf $RPM_BUILD_ROOT
93 #install -d $RPM_BUILD_ROOT%{_bindir}
94
95 #install boinc $RPM_BUILD_ROOT%{_bindir}
96
97 %clean
98 rm -rf $RPM_BUILD_ROOT
99
100 %files
101 %defattr(644,root,root,755)
102 %doc doc/
103 %attr(755,root,root) %{_bindir}/*
This page took 0.060123 seconds and 3 git commands to generate.