Changeset ac5a9bf in rtems


Ignore:
Timestamp:
10/21/99 19:25:19 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
61a4d81
Parents:
7063e223
Message:

Now builds RPM without complete source. Each target is only 15K.

Location:
scripts
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • scripts/binutils/binutils.spec.in

    r7063e223 rac5a9bf  
    2222Version:        @binutils_version@
    2323Summary:        binutils for target @target_alias@
    24 Source0:        binutils-@binutils_version@.tar.gz
     24Source0:        ftp://ftp.gnu.org/pub/gnu/binutils/binutils-@binutils_version@.tar.gz
    2525Patch0:         binutils-@binutils_version@-rtems-@binutils_patch_version@.diff
     26#
     27# The original sources are not included in the source RPM.
     28# If we included them, then the source RPMs for each target
     29# would duplicate MBs of source unnecessarily.  This is
     30# a duplication of over 30 MBs of source for each of
     31# the more than 10 targets it is possible to build.
     32#
     33# You can get them yourself from the Internet and copy them to
     34# your /usr/src/redhat/SOURCES directory ($RPM_SOURCE_DIR).
     35# Or you can try the ftp options of rpm :-)
     36#
     37NoSource:      0
    2638
    2739%description
  • scripts/configure.in

    r7063e223 rac5a9bf  
    22
    33AC_INIT(binutils)
    4 AM_INIT_AUTOMAKE(scripts,19991021-0,no)
     4AM_INIT_AUTOMAKE(scripts,19991021-1,no)
    55
    66# RTEMS_CHECK_VERSION(..)
  • scripts/gccnewlib/gccnewlib.spec.in

    r7063e223 rac5a9bf  
    2121Version:      @gcc_version@newlib@newlib_version@
    2222Summary:      rtems gcc and newlib C Library for target @target_alias@
    23 Source0:        gcc-@gcc_version@.tar.gz
    24 Source1:        newlib-@newlib_version@.tar.gz
     23Source0:        ftp://ftp.gnu.org/pub/gnu/gcc/gcc-@gcc_version@.tar.gz
     24Source1:        ftp://sourceware.cygnus/com/pub/newlib/newlib-@newlib_version@.tar.gz
    2525Patch0:         gcc-@gcc_version@-rtems-@gcc_patch_version@.diff
    2626Patch1:         newlib-@newlib_version@-rtems-@newlib_patch_version@.diff
    2727
     28#
     29# The original sources are not included in the source RPM.
     30# If we included them, then the source RPMs for each target
     31# would duplicate MBs of source unnecessarily.  This is
     32# a duplication of over 30 MBs of source for each of
     33# the more than 10 targets it is possible to build.
     34#
     35# You can get them yourself from the Internet and copy them to
     36# your /usr/src/redhat/SOURCES directory ($RPM_SOURCE_DIR).
     37# Or you can try the ftp options of rpm :-)
     38#
     39NoSource:      0, 1
     40
    2841Buildroot:      @rpm_build_root@
    29 # Patch:
     42
    3043%description
    3144RTEMS is an open source operating system for embedded systems.
  • scripts/gdb/gdb.spec.in

    r7063e223 rac5a9bf  
    2222Version:      @gdb_version@
    2323Summary:      gdb for target @target_alias@
    24 Source0:        gdb-@gdb_version@.tar.gz
    25 Patch0:         gdb-@gdb_version@-rtems-@gdb_patch_version@.diff
     24Source0:      ftp://ftp.gnu.org/pub/gnu/gdbgdb-@gdb_version@.tar.gz
     25Patch0:       gdb-@gdb_version@-rtems-@gdb_patch_version@.diff
     26#
     27# The original sources are not included in the source RPM.
     28# If we included them, then the source RPMs for each target
     29# would duplicate MBs of source unnecessarily.  This is
     30# a duplication of over 30 MBs of source for each of
     31# the more than 10 targets it is possible to build.
     32#
     33# You can get them yourself from the Internet and copy them to
     34# your /usr/src/redhat/SOURCES directory ($RPM_SOURCE_DIR).
     35# Or you can try the ftp options of rpm :-)
     36#
     37NoSource:      0
     38
    2639
    2740Buildroot:      @rpm_build_root@
    2841
    29 # Patch:
    3042%description
    3143RTEMS is an open source operating system for embedded systems.
  • scripts/rtems/rtems.spec.in

    r7063e223 rac5a9bf  
    2121Summary:      A free operating system for embedded systems
    2222Source:       rtems-@Version@.tar.gz
     23#
     24# The original sources are not included in the source RPM.
     25# If we included them, then the source RPMs for each target
     26# would duplicate MBs of source unnecessarily.  This is
     27# a duplication of over 30 MBs of source for each of
     28# the more than 10 targets it is possible to build.
     29#
     30# You can get them yourself from the Internet and copy them to
     31# your /usr/src/redhat/SOURCES directory ($RPM_SOURCE_DIR).
     32# Or you can try the ftp options of rpm :-)
     33#
     34NoSource:      0
    2335# We claim to be relocatible, but in fact we are not
    2436Prefix:       /opt
    2537Buildroot:    @rpm_build_root@
    26 # Patch:
     38
    2739%description
    2840RTEMS is a free operating system for embedded systems.
  • scripts/setup.def

    r7063e223 rac5a9bf  
    1111gdb_patch_version=19991015
    1212gdb_rpm_release=1
     13rpm_build_root=/tmp
Note: See TracChangeset for help on using the changeset viewer.