From a45a05661d640e4fd7fb73dd071fb8d3008e2230 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Fri, 16 Jul 2004 09:25:50 +0000 Subject: [PATCH] Ajout du package tutorial. Retrait de la macro release. --- alliance/src/distrib/alliance.spec.in | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/alliance/src/distrib/alliance.spec.in b/alliance/src/distrib/alliance.spec.in index a72a68e1..59a831b5 100644 --- a/alliance/src/distrib/alliance.spec.in +++ b/alliance/src/distrib/alliance.spec.in @@ -29,13 +29,13 @@ such as the 875 000 transistors StaCS superscalar microprocessor and 400 000 transistors IEEE Gigabit HSL Router. -#%package tutorials -#Summary: Alliance VLSI CAD Sytem - tutorials -#Group: Applications/VLSI +%package tutorials +Summary: Alliance VLSI CAD Sytem - Tutorials +Group: Applications/VLSI -#%description tutorials -#Some tutorails for the Alliance VLSI CAD Sytem. +%description tutorials +Documentation and tutorials for the Alliance VLSI CAD Sytem. %package sources @@ -152,11 +152,15 @@ Sources of the Alliance VLSI CAD System, as you might guess... %{prefix}/lib/* %{prefix}/include/* %{prefix}/man/man?/* -%{prefix}/doc/* +%{prefix}/doc/html/* +%{prefix}/doc/pdf/* -#%files tutorials -#%{prefix}/tutorials +%files tutorials +%{prefix}/tutorials +%{prefix}/doc/overview +%{prefix}/doc/design-flow +%{prefix}/doc/alliance-run %files sources @@ -165,6 +169,11 @@ Sources of the Alliance VLSI CAD System, as you might guess... %changelog +* Fri Jul 16 2004 Jean-Paul.Chaput +- Added Tutorial sub-package (now managed by autoconf/automake). +- Removed release tag, must be given at compile time using the + --define command line argument of rpmbuild (see mkdistrib). + * Sat Nov 15 2003 Jean-Paul.Chaput - assert is now in assert.h, patch mut.h to include it if GCC_VERSION >= 3003 (gcc >= 3.3.x).