forked from Imagelibrary/rtems
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>
|
2004-04-29 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* gcc3newlib/gccnewlib.add: Another attempt to make *info.gz
|
* gcc3newlib/gccnewlib.add: Another attempt to make *info.gz
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
# spec file for automake
|
# spec file for automake
|
||||||
#
|
#
|
||||||
|
|
||||||
%define rpmvers 1.8.4
|
%define rpmvers 1.8.5
|
||||||
%define srcvers 1.8.4
|
%define srcvers 1.8.5
|
||||||
%define amvers 1.8
|
%define amvers 1.8
|
||||||
|
|
||||||
%define _defaultbuildroot %{_tmppath}/%{name}-%{srcvers}-root
|
%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@ > $@
|
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtems@osversion@ > $@
|
||||||
RPM_SPECS_DATA += sh-rtems@osversion@-$(BINUTILSVERS).spec
|
RPM_SPECS_DATA += sh-rtems@osversion@-$(BINUTILSVERS).spec
|
||||||
|
|
||||||
sh-rtemself@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
sh-rtemscoff@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
||||||
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself@osversion@ > $@
|
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtemscoff@osversion@ > $@
|
||||||
RPM_SPECS_DATA += sh-rtemself@osversion@-$(BINUTILSVERS).spec
|
RPM_SPECS_DATA += sh-rtemscoff@osversion@-$(BINUTILSVERS).spec
|
||||||
|
|
||||||
sparc-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
sparc-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
||||||
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@
|
$(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}
|
Prefix: %{_prefix}
|
||||||
BuildPreReq: /sbin/install-info
|
BuildPreReq: /sbin/install-info
|
||||||
BuildPreReq: texinfo >= 4.2
|
BuildPreReq: texinfo >= 4.2
|
||||||
|
BuildPreReq: flex
|
||||||
|
|
||||||
Version: %{binutils_version}
|
Version: %{binutils_version}
|
||||||
Source0: ftp://ftp.gnu.org/pub/gnu/binutils/binutils-%{binutils_version}.tar.bz2
|
Source0: ftp://ftp.gnu.org/pub/gnu/binutils/binutils-%{binutils_version}.tar.bz2
|
||||||
|
|||||||
Reference in New Issue
Block a user