Accepting request 96722 from devel:openSUSE:Factory:for-legal-lhf
- fix license to be in spdx.org format OBS-URL: https://build.opensuse.org/request/show/96722 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adolc?expand=0&rev=28
This commit is contained in:
parent
169d659a3e
commit
c3e47bf803
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 15 10:28:47 UTC 2011 - coolo@suse.com
|
||||
|
||||
- fix license to be in spdx.org format
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 6 10:59:00 UTC 2011 - kkhere.geo@gmail.com
|
||||
|
||||
|
20
adolc.spec
20
adolc.spec
@ -15,23 +15,25 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define packver 2.2.1
|
||||
|
||||
Name: adolc
|
||||
%define lname libadolc1
|
||||
Version: 2.2.1
|
||||
Release: 1
|
||||
License: GPLv2 or CPL
|
||||
Release: 0
|
||||
Summary: Algorithmic Differentiation Library for C/C++
|
||||
Url: http://projects.coin-or.org/ADOL-C
|
||||
License: GPL-2.0 or CPL-1.0
|
||||
Group: Development/Languages/C and C++
|
||||
Url: http://projects.coin-or.org/ADOL-C
|
||||
Source: %{name}-%{packver}.tar.bz2
|
||||
Source1: ColPack-1.0.4.tar.bz2
|
||||
Source2: baselibs.conf
|
||||
Patch1: correct-no-return-in-non-void.patch
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: gcc-c++ libstdc++-devel
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libstdc++-devel
|
||||
BuildRequires: libtool
|
||||
# BuildRequires: texlive texlive-latex
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -47,9 +49,7 @@ truncation errors at a small multiple of the run time and randomly
|
||||
accessed memory of the given function evaluation program.
|
||||
|
||||
%package -n %lname
|
||||
License: GPLv2 or CPL
|
||||
Summary: Algorithmic Differentiation Library for C/C++
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description -n %lname
|
||||
The package ADOL-C (Automatic Differentiation by OverLoading in C++)
|
||||
@ -63,9 +63,7 @@ truncation errors at a small multiple of the run time and randomly
|
||||
accessed memory of the given function evaluation program.
|
||||
|
||||
%package devel
|
||||
License: GPLv2 or CPL
|
||||
Summary: Algorithmic Differentiation Library for C/C++ -- development files
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: %lname = %{version}
|
||||
|
||||
%description devel
|
||||
@ -82,9 +80,7 @@ accessed memory of the given function evaluation program.
|
||||
This package provides the development environment for adolc
|
||||
|
||||
%package doc
|
||||
License: GPLv2 or CPL
|
||||
Summary: Algorithmic Differentiation Library for C/C++ -- documentation
|
||||
Group: Development/Languages/C and C++
|
||||
%if 0%{?suse_version} && %{suse_version} >= 1120
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user