diff --git a/product/ERP5/spec/build-spec b/product/ERP5/spec/build-spec index bfad7d8521f0d2129ba4ef4808ddc1d806d6dfc1..60c0737129ac59f6c3aedb708a7ce689d0d651bf 100755 --- a/product/ERP5/spec/build-spec +++ b/product/ERP5/spec/build-spec @@ -103,6 +103,9 @@ while test $# -gt 0; do fi MKREL=`rpm --with unstable --eval "%mkrel $RELEASE"` + # TODO: get the %post section from the CVS spec file + # TODO: write a generic code to get sections from the CVS spec file + #################### # Build the spec file using the following template