OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [scripts/] [rtems/] [rtems.spec.in] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
#
2
# spec file for package rtems
3
#
4
# Copyright  (c)  1999  OARCorp, Huntsville, AL
5
#
6
# please send bugfixes or comments to joel@OARcorp.com
7
#
8
 
9
Vendor:       OAR Corporation
10
Distribution: Linux
11
Name:         rtems-@target_alias@-@bsp@
12
Release:      @Release@
13
License:      GPL with special exception for linking with application program
14
Group:        unsorted
15
Provides:     rtems-@target_alias@-@bsp@
16
 
17
Autoreqprov:  on
18
Packager:       corsepiu@faw.uni-ulm.de and joel@OARcorp.com
19
Requires:       @target_alias@-binutils
20
Requires:       @target_alias@-gcc
21
 
22
Version:      @rtems_version@
23
Summary:      A free operating system for embedded systems
24
Source:       rtems-@rtems_version@.tar.gz
25
#
26
# The original sources are not included in the source RPM.
27
# If we included them, then the source RPMs for each target
28
# would duplicate MBs of source unnecessarily.  This is
29
# a duplication of over 30 MBs of source for each of
30
# the more than 10 targets it is possible to build.
31
#
32
# You can get them yourself from the Internet and copy them to
33
# your /usr/src/redhat/SOURCES directory ($RPM_SOURCE_DIR).
34
# Or you can try the ftp options of rpm :-)
35
#
36
NoSource:      0
37
# We claim to be relocatible, but in fact we are not
38
Prefix:       /opt
39
Buildroot:    @rpm_build_root@
40
 
41
%description
42
RTEMS is a free operating system for embedded systems.
43
 
44
Authors:
45
--------
46
    Joel Sherrill (joel@oarcorp.com)
47
    ...
48
 
49
%prep
50
# untar the sources inside rtems-@target_alias@-@bsp@-@rtems_version@
51
%setup -c -n rtems-@target_alias@-@bsp@-@rtems_version@
52
# no patch needed
53
# %patch
54
%build
55
# rtems does not support building inside the source tree
56
  if test ! -f rtems-@rtems_version@/configure;
57
  then
58
  ( cd rtems-@rtems_version@; ./bootstrap )
59
  fi
60
  ./rtems-@rtems_version@/configure \
61
  --target=@target_alias@ \
62
  --prefix=/opt/rtems/@target_alias@ \
63
  --enable-networking \
64
  --enable-posix \
65
  --enable-cxx \
66
  --disable-tests \
67
  --enable-rdbg \
68
  --disable-multiprocessing \
69
  --disable-itron
70
  make RTEMS_BSP=@bsp@
71
%install
72
  make RTEMS_BSP=@bsp@ prefix=$RPM_BUILD_ROOT/opt/rtems/@target_alias@ install
73
  find $RPM_BUILD_ROOT/opt/rtems/@target_alias@/@bsp@ -type d | \
74
    sed "s,^$RPM_BUILD_ROOT,%dir ,g" > files
75
  find $RPM_BUILD_ROOT/opt/rtems/@target_alias@/@bsp@ -type f | \
76
    sed "s,^$RPM_BUILD_ROOT,,g" >> files
77
  find $RPM_BUILD_ROOT/opt/rtems/@target_alias@/make -type d | \
78
    sed "s,^$RPM_BUILD_ROOT,%dir ,g" >> files
79
  find $RPM_BUILD_ROOT/opt/rtems/@target_alias@/make -type f | \
80
    sed "s,^$RPM_BUILD_ROOT,,g" >> files
81
 
82
%post
83
  if test "$RPM_INSTALL_PREFIX" != "/opt/";
84
  then
85
    if test -f $RPM_INSTALL_PREFIX/rtems/@target_alias@/make/target.cfg;
86
    then
87
    sed -e 's,/opt/rtems/,$RPM_INSTALL_PREFIX/rtems,g' \
88
      < $RPM_INSTALL_PREFIX/rtems/@target_alias@/make/target.cfg \
89
      > $RPM_INSTALL_PREFIX/rtems/@target_alias@/make/target.cfg~
90
    mv $RPM_INSTALL_PREFIX/rtems/@target_alias@/make/target.cfg~ \
91
      $RPM_INSTALL_PREFIX/rtems/@target_alias@/make/target.cfg
92
    fi
93
  fi
94
 
95
%files -f files

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.