1
0
forked from pool/boinc-client

- Update to new upstream release 7.6.32

OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=49
This commit is contained in:
2016-04-24 08:24:14 +00:00
committed by Git OBS Bridge
parent 6f53caa086
commit fb1b0d3a8a
9 changed files with 16 additions and 683 deletions

View File

@@ -23,13 +23,15 @@
%define soname 7
%define boinc_dir %{_localstatedir}/lib/boinc
Name: boinc-client
Version: 7.6.22
Version: 7.6.32
Release: 0
Summary: The BOINC client
License: GPL-3.0+ or LGPL-3.0+
Group: Productivity/Clustering/Computing
Url: http://boinc.berkeley.edu/
Source: https://github.com/BOINC/boinc/archive/client_release/7.6/7.6.22.tar.gz
#Git-Clone: git://github.com/BOINC/boinc
Source: https://github.com/BOINC/boinc/archive/client_release/7.6/%version.tar.gz
Source1: boinc-icons.tar.bz2
Source2: boinc-gui.desktop
Source3: README.SUSE
@@ -46,21 +48,6 @@ Source100: %{name}-rpmlintrc
Patch0: boinc-guirpcauth.patch
# PATCH-FIX-OPENSUSE boinc-docbook2x.patch
Patch4: boinc-docbook2x.patch
# PATCH-FIX-OPENSUSE coolo - #error: am__fastdepOBJCXX does not appear in AM_CONDITIONAL
Patch7: %{name}-AM_CONDITIONAL.patch
# PATCH-FIX-OPENSUSE computersalat - error:
# configure.ac:898: required file `test/version.inc.in' not found
# configure.ac:898: required file `py/Boinc/version.py.in' not found
Patch8: boinc-configure.patch
# PATCH-FIX-UPSTREAM boinc-remove-dead-code.patch
# This is a cherry-pick of commit 1c4f391 and removes dead code that wouldn't
# compile on openSUSE
Patch9: boinc-remove-dead-code.patch
# PATCH-FIX-UPSTREAM boinc-use-wxstring.patch
# This is a squashed cherry-pick of the commits 9604566, b7cc65a and 8c11cad.
# This solves the remaining compiler errors on openSUSE by replacing naked
# char* and wxChar* by wxStrings.
Patch10: boinc-use-wxstring.patch
BuildRequires: Mesa-devel
BuildRequires: docbook2x
BuildRequires: docbook_4
@@ -157,11 +144,8 @@ This package contains documentation files for %{name}.
%setup -q -n %{name}_release-7.6-%{version} -D -a 1
%patch0
%patch4
%patch7
%patch8
%patch9 -p1
%patch10 -p1
%build
# Install user hints
install -m0644 %{SOURCE3} README.SUSE
@@ -190,11 +174,7 @@ sed -i 's/\r//' clientgui/DlgItemProperties.cpp
# modification
rm coprocs/NVIDIA/include/nvapi.h
%build
#remove run libtoolize and ./_autosetup
%{_bindir}/libtoolize --force
./_autosetup
autoreconf -fi
%configure \
--enable-optimize \
--enable-shared \