source: rtems/scripts/rtems/rtems-source.add @ 5d85028

4.104.114.84.95
Last change on this file since 5d85028 was 5d85028, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/09/04 at 13:21:24

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

  • rtems/rtems-source.add: New.
  • Makefile.am: Add rtems/rtems-source.spec handling.
  • configure.ac: AC_SUBST(RTEMS_VERSION,[_RTEMS_VERSION]).
  • common/common.add.in: Use www.rtems.com as Vendor.
  • Property mode set to 100644
File size: 1.0 KB
Line 
1Name:           %{rpmprefix}rtems-source
2Version:        @rtems_version@
3Release:        1
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
16Requires:       %{rpmprefix}automake-rtems >= 1.7.2
17Requires:       %{rpmprefix}autoconf-rtems <= 2.59
18Requires:       %{rpmprefix}autoconf-rtems >= 2.57
19
20%description
21RTEMS is an open source operating system for embedded systems.
22
23%prep
24%setup -q -c -T -n %{name}-%{version} -a0
25
26%build
27
28%install
29rm -rf $RPM_BUILD_ROOT
30install -d -m 0755 ${RPM_BUILD_ROOT}%{_prefix}/src
31cp -a rtems-%{version} ${RPM_BUILD_ROOT}%{_prefix}/src
32
33%files
34%defattr(-,root,root,-)
35%doc */LICENSE* */COPYING */README */README.configure
36%{_prefix}/src
37
Note: See TracBrowser for help on using the repository browser.