Accepting request 97029 from home:repabuild
applied correct group tags this time: Development/Libraries/C and C++ for main package and devel, System/Libraries for the lib package Documentation/Other for the doc package OBS-URL: https://build.opensuse.org/request/show/97029 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adolc?expand=0&rev=29
This commit is contained in:
parent
c3e47bf803
commit
03c120fca2
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 19 11:13:36 UTC 2011 - Rene.vanPaassen@gmail.com
|
||||||
|
|
||||||
|
- Corrected group tags to proper categories
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 16 16:19:31 UTC 2011 - Rene.vanPaassen@gmail.com
|
||||||
|
|
||||||
|
- need Group: tags for SLE_11 and SLE_11_SP1, if all tags are equal,
|
||||||
|
the format_spec_file service is so NICE (not!) to remove subpackage
|
||||||
|
group tags. the doc package needs a Group: Documentation tag
|
||||||
|
(guidelines), and then, fortunately, format_spec_file leaves
|
||||||
|
us alone
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 15 10:28:47 UTC 2011 - coolo@suse.com
|
Thu Dec 15 10:28:47 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ Version: 2.2.1
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Algorithmic Differentiation Library for C/C++
|
Summary: Algorithmic Differentiation Library for C/C++
|
||||||
License: GPL-2.0 or CPL-1.0
|
License: GPL-2.0 or CPL-1.0
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://projects.coin-or.org/ADOL-C
|
Url: http://projects.coin-or.org/ADOL-C
|
||||||
Source: %{name}-%{packver}.tar.bz2
|
Source: %{name}-%{packver}.tar.bz2
|
||||||
Source1: ColPack-1.0.4.tar.bz2
|
Source1: ColPack-1.0.4.tar.bz2
|
||||||
@ -50,6 +50,7 @@ accessed memory of the given function evaluation program.
|
|||||||
|
|
||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: Algorithmic Differentiation Library for C/C++
|
Summary: Algorithmic Differentiation Library for C/C++
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
The package ADOL-C (Automatic Differentiation by OverLoading in C++)
|
The package ADOL-C (Automatic Differentiation by OverLoading in C++)
|
||||||
@ -64,6 +65,7 @@ accessed memory of the given function evaluation program.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Algorithmic Differentiation Library for C/C++ -- development files
|
Summary: Algorithmic Differentiation Library for C/C++ -- development files
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %lname = %{version}
|
Requires: %lname = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -81,6 +83,7 @@ This package provides the development environment for adolc
|
|||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Algorithmic Differentiation Library for C/C++ -- documentation
|
Summary: Algorithmic Differentiation Library for C/C++ -- documentation
|
||||||
|
Group: Documentation/Other
|
||||||
%if 0%{?suse_version} && %{suse_version} >= 1120
|
%if 0%{?suse_version} && %{suse_version} >= 1120
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user