1
0
forked from pool/boinc-client

- Update to relesae 7.22

OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=104
This commit is contained in:
2023-01-24 13:05:02 +00:00
committed by Git OBS Bridge
parent 55ddd93486
commit f9555be601
5 changed files with 20 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package boinc-client
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2016 by Aaron Puchert <aaronpuchert@alice-dsl.net>
# Copyright (c) 2011 by Sascha Manns <saigkill@opensuse.org>
#
@@ -35,8 +35,8 @@
Name: boinc-client
%define rel_name %{name}_release
%define minor_version 7.20
Version: %{minor_version}.5
%define minor_version 7.22
Version: %{minor_version}.0
Release: 0
Summary: Client for Berkeley Open Infrastructure for Network Computing
License: GPL-3.0-or-later OR LGPL-3.0-or-later
@@ -193,8 +193,8 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
# Export Path and make
%make_build clean
make libboinc_la_LIBADD="-L%{_libdir} -lssl -ldl" \
DESTDIR=%{_prefix} %{?_smp_mflags} V=1
%make_build libboinc_la_LIBADD="-L%{_libdir} -lssl -ldl" \
DESTDIR=%{_prefix} V=1
%install
%make_install