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:
Ismail Dönmez 2011-12-19 12:28:42 +00:00 committed by Git OBS Bridge
parent c3e47bf803
commit 03c120fca2
2 changed files with 18 additions and 1 deletions

View File

@ -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

View File

@ -23,7 +23,7 @@ Version: 2.2.1
Release: 0
Summary: Algorithmic Differentiation Library for C/C++
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
Source: %{name}-%{packver}.tar.bz2
Source1: ColPack-1.0.4.tar.bz2
@ -50,6 +50,7 @@ accessed memory of the given function evaluation program.
%package -n %lname
Summary: Algorithmic Differentiation Library for C/C++
Group: System/Libraries
%description -n %lname
The package ADOL-C (Automatic Differentiation by OverLoading in C++)
@ -64,6 +65,7 @@ accessed memory of the given function evaluation program.
%package devel
Summary: Algorithmic Differentiation Library for C/C++ -- development files
Group: Development/Libraries/C and C++
Requires: %lname = %{version}
%description devel
@ -81,6 +83,7 @@ This package provides the development environment for adolc
%package doc
Summary: Algorithmic Differentiation Library for C/C++ -- documentation
Group: Documentation/Other
%if 0%{?suse_version} && %{suse_version} >= 1120
BuildArch: noarch
%endif