source: rtems/scripts/rtems/rtems-source.add @ beabcaf9

4.104.114.84.95
Last change on this file since beabcaf9 was beabcaf9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/10/04 at 16:41:08

2004-02-10 Ralf Corsepius <corsepiu@…>

  • 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}.
  • Property mode set to 100644
File size: 964 bytes
Line 
1Name:           %{rpmprefix}rtems-source
2Version:        @rtems_version@
3Release:        @RTEMS_RPM_RELEASE@
4Epoch:          0
5Summary:        RTEMS source code
6
7Group:          %{rpmgroup}
8License:        GPL with special exception for linking with application program
9URL:            http://www.rtems.com
10Source0:        ftp://ftp.rtems.com/pub/rtems/SOURCES/rtems-%{version}.tar.bz2
11Prefix:         %{_prefix}/src
12BuildArch:      noarch
13#---------------------------------------------------------------------
14
15Requires:       %{rpmprefix}automake-rtems = 1.8.2
16Requires:       %{rpmprefix}autoconf-rtems = 2.59
17
18%description
19RTEMS is an open source operating system for embedded systems.
20
21%prep
22%setup -q -c -T -n %{name}-%{version} -a0
23
24%build
25
26%install
27rm -rf $RPM_BUILD_ROOT
28install -d -m 0755 ${RPM_BUILD_ROOT}%{_prefix}/src
29cp -a rtems-%{version} ${RPM_BUILD_ROOT}%{_prefix}/src
30
31%files
32%defattr(-,root,root,-)
33%doc */LICENSE* */COPYING */README */README.configure
34%{_prefix}/src
35
Note: See TracBrowser for help on using the repository browser.