Changeset beabcaf9 in rtems
- Timestamp:
- 02/10/04 16:41:08 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8d51508
- Parents:
- 55dfd4cd
- Location:
- scripts
- Files:
-
- 1 deleted
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/ChangeLog
r55dfd4cd rbeabcaf9 1 2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove rtemsdoc/mkspec. Add RTEMS_RPM_RELEASE. 4 * rtemsdoc/.cvsignore: Reformat. 5 * Makefile.am: Reformat. Add RTEMS_RPM_RELEASE support to 6 rtems-source.add, Use rtems_source_spec_DEPS instead of 7 rtems_source_spec_DEPENDENCIES (Conflicts with automake internals). 8 * rtems/rtems-source.add: Add RTEMS_RPM_RELEASE. 9 * rtemsdoc/mkspec.in: Remove. 10 * rtemsdoc/Makefile.am: Reworked. 11 * rtemsdoc/header.add: Update Copyright notice. 12 * rtemsdoc/rtemsdoc.add: Add RTEMS_RPM_RELEASE. 13 Add %{rpmgroup}. Remove bzip-ing *.ps. 14 * rtemsdoc/supplement.add.in: Add %{rpmgroup}. 15 * rtemsdoc/templ.add.in: Add %{rpmgroup}. 16 1 17 2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 18 -
scripts/Makefile.am
r55dfd4cd rbeabcaf9 19 19 cp setup.def $@ 20 20 21 rtems_source_spec_DEPS = common/common.add rtems/rtems-source.add \ 22 common/clean.add 23 noinst_DATA += rtems/rtems-source.spec 24 rtems/rtems-source.spec: $(rtems_source_spec_DEPS) 25 cat $(rtems_source_spec_DEPS) | sed \ 26 -e 's,[@]rtems_version[@],$(RTEMS_VERSION),g' \ 27 -e 's,[@]RTEMS_RPM_RELEASE[@],$(RTEMS_RPM_RELEASE),g' > $@ 28 29 CLEANFILES = rtems/rtems-source.spec 30 21 31 DISTCLEANFILES = setup.cache 22 23 noinst_DATA += rtems/rtems-source.spec24 rtems/rtems-source.spec: $(top_builddir)/common/common.add rtems/rtems-source.add \25 $(top_builddir)/common/clean.add26 cat $^ | sed 's,[@]rtems_version[@],$(RTEMS_VERSION),g' > $@27 32 28 33 include $(top_srcdir)/../automake/subdirs.am -
scripts/configure.ac
r55dfd4cd rbeabcaf9 71 71 AC_SUBST(rpmprefix,$rpmprefix) 72 72 AC_SUBST(rpmgroup,[RTEMS/][RTEMS_API]) 73 AC_SUBST(RTEMS_RPM_RELEASE,$rtems_rpm_release) 73 74 AC_SUBST(osversion,$osversion) 74 75 75 AC_CONFIG_FILES([Makefile 76 76 binutils/Makefile … … 95 95 AC_CONFIG_FILES([gcc3newlib/mkspec],[chmod +x gcc3newlib/mkspec]) 96 96 AC_CONFIG_FILES([cpukit/mkspec],[chmod +x cpukit/mkspec]) 97 AC_CONFIG_FILES([rtemsdoc/mkspec],[chmod +x rtemsdoc/mkspec])98 97 99 98 AC_CONFIG_COMMANDS([default],[[chmod 755 buildall -
scripts/rtems/rtems-source.add
r55dfd4cd rbeabcaf9 1 1 Name: %{rpmprefix}rtems-source 2 2 Version: @rtems_version@ 3 Release: 13 Release: @RTEMS_RPM_RELEASE@ 4 4 Epoch: 0 5 5 Summary: RTEMS source code -
scripts/rtemsdoc/.cvsignore
r55dfd4cd rbeabcaf9 14 14 Makefile.in 15 15 mips-supplement.add 16 mkspec17 16 networking-docs.add 18 17 new_chapters-docs.add 19 18 porting-docs.add 20 19 posix1003_1-docs.add 20 posix_users-docs.add 21 21 powerpc-supplement.add 22 22 relnotes-docs.add … … 26 26 sparc-supplement.add 27 27 *.spec 28 *.spec.in 28 29 started_ada-docs.add 29 30 started-docs.add 30 *.spec.in -
scripts/rtemsdoc/Makefile.am
r55dfd4cd rbeabcaf9 7 7 CLEANFILES = 8 8 9 MKSPEC = $(SHELL) ./mkspec10 11 MKSPEC_DEPS = mkspec rtemsdoc.spec.in $(top_builddir)/setup.cache12 13 9 SUPPLEMENTS = arm c4x i386 i960 m68k mips powerpc sh sparc 14 10 15 11 DOCS = ada_user posix1003_1 bsp_howto 16 DOCS += c_user 12 DOCS += c_user posix_users 17 13 DOCS += develenv 18 14 DOCS += FAQ filesystem itron … … 40 36 sed -e s/@target\@/$$t/g < $< >$@ 41 37 42 rtemsdoc.spec.in: $(SUBPACKAGES) 43 cat $^ > $@ 44 CLEANFILES += rtemsdoc.spec.in 45 46 rtemsdoc.spec: $(MKSPEC_DEPS) $(SUBPACKAGES) 47 $(MKSPEC) -cfg $(top_builddir)/setup.cache > $@ 38 rtemsdoc.spec: $(SUBPACKAGES) Makefile 39 cat $(SUBPACKAGES) | sed \ 40 -e 's,[@]rtems_version[@],$(RTEMS_VERSION),g' \ 41 -e 's,[@]rtems_rpm_release[@],$(RTEMS_RPM_RELEASE),g' \ 42 > $@ 48 43 CLEANFILES += rtemsdoc.spec 49 44 50 RPM_SPECS_DATA = rtemsdoc.spec 51 52 TEMPLATES = rtemsdoc.spec.in 53 54 noinst_DATA = $(TEMPLATES) 55 56 EXTRA_DIST = $(TEMPLATES) 57 58 CLEANFILES += $(RPM_SPECS_DATA) 45 noinst_DATA = rtemsdoc.spec 59 46 60 47 include $(top_srcdir)/../automake/local.am -
scripts/rtemsdoc/header.add
r55dfd4cd rbeabcaf9 2 2 # spec file for package rtemsdoc 3 3 # 4 # Copyright (c) 2003 Ralf Corsepius, Ulm, Germany4 # Copyright (c) 2003, 2004 Ralf Corsepius, Ulm, Germany -
scripts/rtemsdoc/rtemsdoc.add
r55dfd4cd rbeabcaf9 5 5 %define rpmvers %{expand:%%(echo @rtems_version@ | tr - _ )} 6 6 7 Name: rtemsdoc7 Name: %{rpmprefix}rtemsdoc 8 8 Release: @rtems_rpm_release@ 9 Epoch: 0 9 10 License: Distributable 10 Group: rtems11 Group: %{rpmgroup}/Documentation 11 12 12 13 Autoreqprov: on … … 65 66 66 67 gzip -9qf ${RPM_BUILD_ROOT}/%{_infodir}/* 67 bzip2 -9qf ${RPM_BUILD_ROOT}/%{_datadir}/rtems/ps/*68 68 69 69 ## base … … 71 71 %package base 72 72 Summary: Documentation for RTEMS ada support 73 Group: rtems/documentation73 Group: %{rpmgroup}/Documentation 74 74 75 75 %description base -
scripts/rtemsdoc/supplement.add.in
r55dfd4cd rbeabcaf9 3 3 %package @target@ 4 4 Summary: Documentation for RTEMS @target@ support 5 Group: rtems/documentation5 Group: %{rpmgroup}/Documentation 6 6 PreReq: /sbin/install-info 7 Requires: rtemsdoc-base7 Requires: %{rpmprefix}rtemsdoc-base 8 8 9 9 %description @target@ -
scripts/rtemsdoc/templ.add.in
r55dfd4cd rbeabcaf9 3 3 %package @target@ 4 4 Summary: Documentation for RTEMS @target@ support 5 Group: rtems/documentation5 Group: %{rpmgroup}/Documentation 6 6 PreReq: /sbin/install-info 7 Requires: rtemsdoc-base7 Requires: %{rpmprefix}rtemsdoc-base 8 8 9 9 %description @target@
Note: See TracChangeset
for help on using the changeset viewer.