New sources and spec file for version 20090303.0 of CppAD. (The spec file

has not yet been tested).
This commit is contained in:
Bradley M. Bell 2009-03-29 10:49:24 +00:00
commit dd9cea51be
3 changed files with 27 additions and 17 deletions

View file

@ -1 +1 @@
cppad-20080826.0.gpl.tgz
cppad-20090303.0.gpl.tgz

View file

@ -15,9 +15,9 @@
# ----------------------------------------------------------------------------
Name: cppad
Version: 20080826.0
Release: 2%{?dist}
Summary: no base package is installed, see %{name}-devel and %{name}-doc
Version: 20090303.0
Release: 1%{?dist}
Summary: A Package for Differentiation of C++ Algorithms
Group: Development/Libraries
License: GPLv2
@ -25,17 +25,9 @@ URL: http://www.coin-or.org/CppAD/
Source: http://www.coin-or.org/download/source/CppAD/%{name}-%{version}.gpl.tgz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: cppad-devel, cppad-doc
%description
There is no base %{name} package installation,
only %{name}-devel and %{name}-doc sub-packages are installed.
# ---------------------------------------------------------------------------
%package devel
Summary: A Package for Differentiation of C++ Algorithms
Group: Development/Libraries
%description devel
We refer to the step by step conversion from an algorithm that computes
function values to an algorithm that computes derivative values as
Algorithmic Differentiation (often referred to as Automatic Differentiation.)
@ -44,14 +36,28 @@ algorithm that computes its derivative values. A brief introduction to
Algorithmic Differentiation (AD) can be found at
http://en.wikipedia.org/wiki/Automatic_differentiation
# ---------------------------------------------------------------------------
%package devel
Summary: Development libraries for %{name}
Group: Development/Libraries
%description devel
The package %{name}-devel contains all you need to do development with %{name}.
The documentation package %{name}-doc is not included.
# ----------------------------------------------------------------------------
%package doc
Summary: Documentation for %{name}-devel
Summary: Documentation for %{name}
Group: Development/Libraries
%description doc
The %{name}-doc package contains the html and xml documentation for
the %{name}-devel package.
The %{name}-doc package contains the xml documentation for
the %{name}-devel package.
Links to an html version of the %{name} documentaiton,
for the most recent version of %{name}, can be found at web site
http://www.coin-or.org/CppAD/.
In addition, printable versions of the documentation
as a single web page, in both html and xml, can be found at that web site.
# ----------------------------------------------------------------------------
%prep
@ -116,6 +122,10 @@ rm -rf $RPM_BUILD_ROOT
# ----------------------------------------------------------------------------
%changelog
* Sun Mar 29 2009 Brad Bell <bradbell at seanet dot com> 20080303-1
- Change to newer version of cppad.
- Create a base package that requres both devel and doc sub-packages
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20080826.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View file

@ -1 +1 @@
a9c7e2af215564f7ee097e8901af5e97 cppad-20080826.0.gpl.tgz
d34e093cb4b59b87b73a1b38597e45ac cppad-20090303.0.gpl.tgz