4 Commits

3 changed files with 15 additions and 12 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Apr 12 12:11:24 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Drop baselibs.conf, 32bit support is not needed anymore
-------------------------------------------------------------------
Mon Feb 24 15:53:08 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Modernize specfile and avoid bashisms (commented, but still)
- Remove em dashes from summaries
-------------------------------------------------------------------
Fri Oct 7 13:18:20 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package adolc
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,6 @@ Summary: Algorithmic Differentiation Library for C/C++
License: EPL-1.0 OR GPL-2.0-or-later
URL: https://github.com/coin-or/ADOL-C
Source0: https://github.com/coin-or/ADOL-C/archive/releases/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: baselibs.conf
# from https://github.com/coin-or/ADOL-C/pull/47.patch
Patch1: handle-lib64-for-riscv64.patch
BuildRequires: ColPack-devel
@@ -66,10 +65,8 @@ This package provides the development environment for ADOL-C
(Automatic Differentiation by OverLoading in C++).
%package doc
Summary: Algorithmic Differentiation Library for C/C++ -- documentation
%if 0%{?suse_version}
Summary: Documentation for the C/C++ Algorithmic Differentiation Library
BuildArch: noarch
%endif
%description doc
This package provides the user's manual for ADOL-C.
@@ -81,7 +78,7 @@ This package provides the user's manual for ADOL-C.
# autoreconf -v --install --force
%configure
%make_build
# pushd ADOL-C/doc
# cd ADOL-C/doc
# for ((i=0; i < 3; i++)); do
# pdflatex adolc-manual.tex &>/dev/null
# done
@@ -90,8 +87,7 @@ This package provides the user's manual for ADOL-C.
%make_install
find %{buildroot} -type f "(" -name "*.a" -o -name "*.la" ")" -delete -print
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%ldconfig_scriptlets -n %{lname}
%files -n %{lname}
%license LICENSE

View File

@@ -1,4 +0,0 @@
libadolc2
adolc-devel
requires -adolc-<targettype>
requires "libadolc2-<targettype> = <version>"