forked from Imagelibrary/rtems
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}.
This commit is contained in:
@@ -4,10 +4,11 @@
|
||||
%define srcvers @rtems_version@
|
||||
%define rpmvers %{expand:%%(echo @rtems_version@ | tr - _ )}
|
||||
|
||||
Name: rtemsdoc
|
||||
Name: %{rpmprefix}rtemsdoc
|
||||
Release: @rtems_rpm_release@
|
||||
Epoch: 0
|
||||
License: Distributable
|
||||
Group: rtems
|
||||
Group: %{rpmgroup}/Documentation
|
||||
|
||||
Autoreqprov: on
|
||||
Packager: corsepiu@faw.uni-ulm.de and joel@OARcorp.com
|
||||
@@ -64,13 +65,12 @@ cd build
|
||||
rm -rf ${RPM_BUILD_ROOT}/%{_datadir}/rtems/html/supplements/template*
|
||||
|
||||
gzip -9qf ${RPM_BUILD_ROOT}/%{_infodir}/*
|
||||
bzip2 -9qf ${RPM_BUILD_ROOT}/%{_datadir}/rtems/ps/*
|
||||
|
||||
## base
|
||||
|
||||
%package base
|
||||
Summary: Documentation for RTEMS ada support
|
||||
Group: rtems/documentation
|
||||
Group: %{rpmgroup}/Documentation
|
||||
|
||||
%description base
|
||||
RTEMS is a free operating system for embedded systems.
|
||||
|
||||
Reference in New Issue
Block a user