mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2004-05-18 Ralf Corsepius <ralf_corsepius@rtems.org>
* binutils/Makefile.am: Add sh-rtemscoff. Remove sh-rtemself. * binutils/binutils.add: BuildRequires flex. * autotools/automake-rtems.spec.in: Automake 1.8.5.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2004-05-18 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* binutils/Makefile.am: Add sh-rtemscoff.
|
||||
Remove sh-rtemself.
|
||||
* binutils/binutils.add: BuildRequires flex.
|
||||
* autotools/automake-rtems.spec.in: Automake 1.8.5.
|
||||
|
||||
2004-04-29 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* gcc3newlib/gccnewlib.add: Another attempt to make *info.gz
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
# spec file for automake
|
||||
#
|
||||
|
||||
%define rpmvers 1.8.4
|
||||
%define srcvers 1.8.4
|
||||
%define rpmvers 1.8.5
|
||||
%define srcvers 1.8.5
|
||||
%define amvers 1.8
|
||||
|
||||
%define _defaultbuildroot %{_tmppath}/%{name}-%{srcvers}-root
|
||||
|
||||
@@ -54,9 +54,9 @@ sh-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
||||
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtems@osversion@ > $@
|
||||
RPM_SPECS_DATA += sh-rtems@osversion@-$(BINUTILSVERS).spec
|
||||
|
||||
sh-rtemself@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
||||
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself@osversion@ > $@
|
||||
RPM_SPECS_DATA += sh-rtemself@osversion@-$(BINUTILSVERS).spec
|
||||
sh-rtemscoff@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
||||
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtemscoff@osversion@ > $@
|
||||
RPM_SPECS_DATA += sh-rtemscoff@osversion@-$(BINUTILSVERS).spec
|
||||
|
||||
sparc-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
||||
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@
|
||||
|
||||
@@ -13,6 +13,7 @@ Packager: corsepiu@faw.uni-ulm.de and joel@OARcorp.com
|
||||
Prefix: %{_prefix}
|
||||
BuildPreReq: /sbin/install-info
|
||||
BuildPreReq: texinfo >= 4.2
|
||||
BuildPreReq: flex
|
||||
|
||||
Version: %{binutils_version}
|
||||
Source0: ftp://ftp.gnu.org/pub/gnu/binutils/binutils-%{binutils_version}.tar.bz2
|
||||
|
||||
Reference in New Issue
Block a user