summaryrefslogtreecommitdiffstats
path: root/scripts/rtemsdoc/templ.add.in
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-10 16:41:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-10 16:41:08 +0000
commitbeabcaf9363fc7cf9d2ed98cb994e5f8ddb5b25a (patch)
tree35fb5a3e8865da7440be50569ee080dc145b3c03 /scripts/rtemsdoc/templ.add.in
parent2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-beabcaf9363fc7cf9d2ed98cb994e5f8ddb5b25a.tar.bz2
2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove rtemsdoc/mkspec. Add RTEMS_RPM_RELEASE. * rtemsdoc/.cvsignore: Reformat. * Makefile.am: Reformat. Add RTEMS_RPM_RELEASE support to rtems-source.add, Use rtems_source_spec_DEPS instead of rtems_source_spec_DEPENDENCIES (Conflicts with automake internals). * rtems/rtems-source.add: Add RTEMS_RPM_RELEASE. * rtemsdoc/mkspec.in: Remove. * rtemsdoc/Makefile.am: Reworked. * rtemsdoc/header.add: Update Copyright notice. * rtemsdoc/rtemsdoc.add: Add RTEMS_RPM_RELEASE. Add %{rpmgroup}. Remove bzip-ing *.ps. * rtemsdoc/supplement.add.in: Add %{rpmgroup}. * rtemsdoc/templ.add.in: Add %{rpmgroup}.
Diffstat (limited to '')
-rw-r--r--scripts/rtemsdoc/templ.add.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rtemsdoc/templ.add.in b/scripts/rtemsdoc/templ.add.in
index 9addda8290..5a0d8f7be0 100644
--- a/scripts/rtemsdoc/templ.add.in
+++ b/scripts/rtemsdoc/templ.add.in
@@ -2,9 +2,9 @@
%package @target@
Summary: Documentation for RTEMS @target@ support
-Group: rtems/documentation
+Group: %{rpmgroup}/Documentation
PreReq: /sbin/install-info
-Requires: rtemsdoc-base
+Requires: %{rpmprefix}rtemsdoc-base
%description @target@
RTEMS is a free operating system for embedded systems.