]> git.pld-linux.org Git - packages/boinc.git/blame_incremental - boinc.spec
- converted to UTF-8
[packages/boinc.git] / boinc.spec
... / ...
CommitLineData
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# - wxGTK2-devel or wxGTK2-unicode-devel or wxGTK2-univ-devel or wxGTK2-univ-unicode-devel ??
12
13Summary: BOINC - Berkeley Open Infrastructure for Network Computing
14Summary(pl.UTF-8): BOINC - otwarta infrastruktura Berkeley do obliczeń sieciowych
15Name: boinc
16Version: 5.3.22
17Release: 0.2
18License: GPL
19Group: Applications
20# Source generated from:
21# cvs -d :pserver:anonymous:@alien.ssl.berkeley.edu:/home/cvs/cvsroot checkout -r boinc_core_release_5_3_22 boinc
22Source0: %{name}-%{version}.tar.gz
23# Source0-md5: c2a9af4f22e37b5a44a3ca45aa7eb843
24Source1: http://phileimer.9online.fr/%{name}-1.10.tar.bz2
25# Source1-md5: 85907bd0b9b3527ee90ee73ad2d4ea8d
26Patch0: %{name}-include.patch
27Patch1: %{name}-Makefile.am.patch
28Patch2: %{name}-platform.patch
29#Patch for boinc script not used for now don't delete
30#Patch2: %{name}-path.patch
31URL: http://boinc.berkeley.edu/
32# URL for boinc script
33#URL: http://phileimer.9online.fr/
34BuildRequires: autoconf
35BuildRequires: automake
36BuildRequires: curl-devel
37BuildRequires: glut-devel
38BuildRequires: libjpeg-devel
39BuildRequires: libstdc++-devel
40BuildRequires: libtool
41BuildRequires: mysql-devel
42BuildRequires: rpm-pythonprov
43BuildRequires: wxGTK2-devel
44BuildRequires: wxWidgets-devel
45ExclusiveArch: %{ix86} amd64
46BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
47
48%description
49BOINC is a software platform for distributed computing using
50volunteered computer resources.
51
52%description -l pl.UTF-8
53BOINC (Berkeley Open Infrastructure for Network Computing) to
54platforma programowa do rozproszonych obliczeń przy użyciu zasobów
55komputerowych ochotników.
56
57%package script
58Summary: boinc - a bash script used to manage boinc client
59Summary(pl.UTF-8): boinc - napisany w bashu skrypt do zarządzania klientem boinc
60Group: Applications
61URL: http://phileimer.9online.fr/
62
63%description script
64boinc is a bash script for unix like systems used to manage client of
65the BOINC project (Berkeley Open Infrastructure for Network
66Computing).
67
68%description script -l pl.UTF-8
69boinc to napisany w bashu skrypt dla systemów uniksowych służący do
70zarządzania klientem projektu BOINC (Berkeley Open Infrastructure for
71Network Computing).
72
73%prep
74%setup -q
75%patch0 -p1
76%patch1 -p1
77%patch2 -p1
78mv clientgui/BOINCDial{u,U}pManager.h
79mv clientgui/BOINCDial{u,U}pManager.cpp
80
81%build
82%{__libtoolize}
83%{__aclocal} -I m4
84%{__autoconf}
85%{__autoheader}
86%{__automake}
87%configure \
88%ifarch amd64
89 --with-boinc-platform=i686-pc-linux-gnu \
90%endif
91 --enable-static \
92 --enable-shared \
93 --with-x \
94 --with-ssl \
95 --with-wx-config=/usr/bin/wx-gtk2-ansi-config
96
97%{__make}
98
99#%{__make} \
100# CFLAGS="%{rpmcflags}" \
101# LDFLAGS="%{rpmldflags}"
102
103%install
104rm -rf $RPM_BUILD_ROOT
105
106%{__make} install \
107 DESTDIR=$RPM_BUILD_ROOT
108
109#%%install
110#rm -rf $RPM_BUILD_ROOT
111#install -d $RPM_BUILD_ROOT%{_bindir}
112
113#install boinc $RPM_BUILD_ROOT%{_bindir}
114
115%clean
116rm -rf $RPM_BUILD_ROOT
117
118%files
119%defattr(644,root,root,755)
120%doc doc/
121%attr(755,root,root) %{_bindir}/*
This page took 0.062597 seconds and 4 git commands to generate.