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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [scripts/] [cpukit/] [rtems-cpukit.spec.in] - Diff between revs 1026 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 1026 Rev 1765
#
#
# spec file for package rtems-cpukit
# spec file for package rtems-cpukit
#
#
# Copyright  (c)  2002 Ralf Corsepius, Ulm, Germany
# Copyright  (c)  2002 Ralf Corsepius, Ulm, Germany
#
#
# please send bugfixes or comments to joel@OARcorp.com
# please send bugfixes or comments to joel@OARcorp.com
#
#
%define _prefix /opt/rtems
%define _prefix /opt/rtems
Vendor:       OAR Corporation
Vendor:       OAR Corporation
Distribution: Linux
Distribution: Linux
Name:         @target_alias@-cpukit
Name:         @target_alias@-cpukit
Release:      @Release@
Release:      @Release@
License:      Various, Open Source.
License:      Various, Open Source.
Group:        rtems
Group:        rtems
Autoreqprov:  on
Autoreqprov:  on
Packager:       corsepiu@faw.uni-ulm.de and joel@OARcorp.com
Packager:       corsepiu@faw.uni-ulm.de and joel@OARcorp.com
BuildPreReq:    @target_alias@-binutils
BuildPreReq:    @target_alias@-binutils
BuildPreReq:    @target_alias@-gcc
BuildPreReq:    @target_alias@-gcc
Requires:       @target_alias@-binutils
Requires:       @target_alias@-binutils
Requires:       @target_alias@-gcc
Requires:       @target_alias@-gcc
Version:      @rpm_version@
Version:      @rpm_version@
Summary:      A free operating system for embedded systems
Summary:      A free operating system for embedded systems
Source:       rtems-@rtems_version@.tar.gz
Source:       rtems-@rtems_version@.tar.gz
#
#
# The original sources are not included in the source RPM.
# The original sources are not included in the source RPM.
# If we included them, then the source RPMs for each target
# If we included them, then the source RPMs for each target
# would duplicate MBs of source unnecessarily.  This is
# would duplicate MBs of source unnecessarily.  This is
# a duplication of over 30 MBs of source for each of
# a duplication of over 30 MBs of source for each of
# the more than 10 targets it is possible to build.
# the more than 10 targets it is possible to build.
#
#
# You can get them yourself from the Internet and copy them to
# You can get them yourself from the Internet and copy them to
# your /usr/src/redhat/SOURCES directory ($RPM_SOURCE_DIR).
# your /usr/src/redhat/SOURCES directory ($RPM_SOURCE_DIR).
# Or you can try the ftp options of rpm :-)
# Or you can try the ftp options of rpm :-)
#
#
NoSource:      0
NoSource:      0
# We claim to be relocatible, but in fact we are not
# We claim to be relocatible, but in fact we are not
Prefix:         %{_prefix}
Prefix:         %{_prefix}
Buildroot:    %{_tmppath}/%{name}-%{version}-root
Buildroot:    %{_tmppath}/%{name}-%{version}-root
%description
%description
RTEMS is a free operating system for embedded systems.
RTEMS is a free operating system for embedded systems.
This package contains the cpukit for cpu @target_alias@.
This package contains the cpukit for cpu @target_alias@.
Authors:
Authors:
--------
--------
    Joel Sherrill (joel@oarcorp.com)
    Joel Sherrill (joel@oarcorp.com)
    ...
    ...
%prep
%prep
%setup -c -T -n %{name}-%{version} -a0
%setup -c -T -n %{name}-%{version} -a0
test -d build || mkdir build
test -d build || mkdir build
%build
%build
cd build
cd build
# rtems does not support building inside the source tree
# rtems does not support building inside the source tree
  ../rtems-@rtems_version@/cpukit/configure \
  ../rtems-@rtems_version@/cpukit/configure \
  --build=`../rtems-@rtems_version@/config.guess` \
  --build=`../rtems-@rtems_version@/config.guess` \
  --prefix=%{_prefix} \
  --prefix=%{_prefix} \
  --host=@target_alias@ --target=@target_alias@ \
  --host=@target_alias@ --target=@target_alias@ \
  --exec-prefix=%{_prefix}/@target_alias@ \
  --exec-prefix=%{_prefix}/@target_alias@ \
  --enable-multilib
  --enable-multilib
  make RTEMS_BSP=
  make RTEMS_BSP=
%install
%install
cd build
cd build
  make RTEMS_BSP= DESTDIR=${RPM_BUILD_ROOT} install
  make RTEMS_BSP= DESTDIR=${RPM_BUILD_ROOT} install
%files
%files
%{_prefix}/@target_alias@
%{_prefix}/@target_alias@
# ignore
# ignore
 
 

powered by: WebSVN 2.1.0

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