The Provides coin-or-cppad was in the wrong place. Move it below

%package-devel; see https://bugzilla.redhat.com/show_bug.cgi?id=1197488
This commit is contained in:
Brad Bell 2015-04-11 12:22:17 -07:00
commit 5a2fbeade2

View file

@ -16,7 +16,7 @@
Name: cppad
Version: 20150000.9
Release: 1%{?dist}
Release: 2%{?dist}
Summary: C++ Algorithmic Differentiation (AD), %{name}-devel and %{name}-doc
# Only noarch.rpms provided. The user can compile with or without debugging
@ -30,11 +30,6 @@ Source: http://www.coin-or.org/download/source/CppAD/%{name}-%{version}.gpl.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: cmake >= 2.8
# Requested by bug report
# https://bugzilla.redhat.com/show_bug.cgi?id=1197488
Provides: coin-or-cppad = %{version}-%{release}
Provides: coin-or-cppad-devel = %{version}-%{release}
%description
C++ Algorithmic Differentiation (AD), see %{name}-devel, %{name}-doc.
@ -44,6 +39,10 @@ Summary: The %{name} C++ include files for Algorithmic Differentiation (AD)
BuildArch: noarch
Group: Development/Libraries
Provides: %{name} = %{version}-%{release}
# Requested by bug report
# https://bugzilla.redhat.com/show_bug.cgi?id=1197488
Provides: coin-or-cppad = %{version}-%{release}
Provides: coin-or-cppad-devel = %{version}-%{release}
%description devel
We refer to the step by step conversion from an algorithm that computes
@ -167,6 +166,10 @@ make check
# ----------------------------------------------------------------------------
%changelog
* Sat Apr 11 2015 Brad Bell <bradbell at seanet dot com> - 20150000.9-2
- Move Provides coin-or-cppad below %%package-devel;
- see https://bugzilla.redhat.com/show_bug.cgi?id=1197488
* Mon Mar 02 2015 Brad Bell <bradbell at seanet dot com> - 20150000.9-1
- 1: Advance to newer version of upstream source to fix some bugs.
- 2: Remove patch of test_more/optimize.cpp which is no longer necessary.