2002-10-25 Joel Sherrill <joel@OARcorp.com>

* autotools/autoconf-rtems.spec.in: New.
	Remove Provides: autoconf (Conflicts with RH-8.0).
	* autotools/autoconf-rtems.spec: Remove.
	* autotools/automake-rtems.spec.in:
	Remove Provides: automake (Conflicts with RH-8.0).
	* gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec.
	* Makefile.am: Ditto.
	* configure.ac: Add autotools/autoconf-rtems.spec.in.
This commit is contained in:
Ralf Corsepius
2002-10-25 14:52:25 +00:00
parent 56a1ae369d
commit d21091b98b
6 changed files with 19 additions and 9 deletions

View File

@@ -1,3 +1,14 @@
2002-10-25 Joel Sherrill <joel@OARcorp.com>
* autotools/autoconf-rtems.spec.in: New.
Remove Provides: autoconf (Conflicts with RH-8.0).
* autotools/autoconf-rtems.spec: Remove.
* autotools/automake-rtems.spec.in:
Remove Provides: automake (Conflicts with RH-8.0).
* gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec.
* Makefile.am: Ditto.
* configure.ac: Add autotools/autoconf-rtems.spec.in.
2002-10-24 Joel Sherrill <joel@OARcorp.com> 2002-10-24 Joel Sherrill <joel@OARcorp.com>
* setup.def: Update gcc 3.2 pathc to includ epatch for gcc PR8314. * setup.def: Update gcc 3.2 pathc to includ epatch for gcc PR8314.

View File

@@ -7,7 +7,7 @@ ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = . binutils gccnewlib gcc3newlib gdb rtems autotools cpukit SUBDIRS = . binutils gccnewlib gcc3newlib gdb rtems autotools cpukit
noinst_SCRIPTS = setup buildall buildalltar mkbinutilspec mkbspspec \ noinst_SCRIPTS = setup buildall buildalltar mkbinutilspec mkbspspec \
mkgccnewlibspec mkgcc3newlibspec mkgdbspec mkrpms mkspec mkgccnewlibspec mkgdbspec mkrpms mkspec
TEMPLATES = TEMPLATES =

View File

@@ -5,8 +5,8 @@
%define rpmvers 2.52 %define rpmvers 2.52
%define srcvers 2.52 %define srcvers 2.52
%define _defaultbuildroot /var/tmp/%{name}-%{srcvers}-root %define _defaultbuildroot %{_tmppath}/%{name}-%{srcvers}-root
%define _prefix /opt/rtems %define _prefix @prefix @
%define _name autoconf %define _name autoconf
%if "%{_prefix}" != "/usr" %if "%{_prefix}" != "/usr"
@@ -25,10 +25,9 @@ Packager: Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Copyright: GPL Copyright: GPL
URL: http://www.gnu.org/software/autoconf URL: http://www.gnu.org/software/autoconf
Group: rtems Group: rtems
Provides: autoconf
Autoreqprov: on Autoreqprov: on
Version: %{rpmvers} Version: %{rpmvers}
Release: 0 Release: 1
Summary: Tool for automatically generating GNU style Makefile.in's Summary: Tool for automatically generating GNU style Makefile.in's
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_defaultbuildroot} BuildRoot: %{_defaultbuildroot}

View File

@@ -26,10 +26,9 @@ Packager: Ralf Corsepius <ralf@links2linux.de>
Copyright: GPL Copyright: GPL
Group: rtems Group: rtems
Provides: automake
Autoreqprov: on Autoreqprov: on
Version: %{rpmvers} Version: %{rpmvers}
Release: 0 Release: 1
Summary: Tool for automatically generating GNU style Makefile.in's Summary: Tool for automatically generating GNU style Makefile.in's
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_defaultbuildroot} BuildRoot: %{_defaultbuildroot}

View File

@@ -85,6 +85,7 @@ gdb/Makefile
rtems/Makefile rtems/Makefile
autotools/Makefile autotools/Makefile
autotools/automake-rtems.spec autotools/automake-rtems.spec
autotools/autoconf-rtems.spec
cpukit/Makefile cpukit/Makefile
]) ])

View File

@@ -18,7 +18,7 @@ gccnewlib.spec.in: $(SUBPACKAGES)
cat $^ > $@ cat $^ > $@
CLEANFILES = gccnewlib.spec.in CLEANFILES = gccnewlib.spec.in
MKGCCNEWLIBSPEC_DEPS = $(top_builddir)/mkgcc3newlibspec gccnewlib.spec.in \ MKGCCNEWLIBSPEC_DEPS = mkspec gccnewlib.spec.in \
$(top_builddir)/setup.cache $(top_builddir)/setup.cache
RPM_SPECS_DATA = RPM_SPECS_DATA =
@@ -27,7 +27,7 @@ arm-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems > $@ $(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems > $@
RPM_SPECS_DATA += arm-rtems-$(GCC3NEWLIBVERS).spec RPM_SPECS_DATA += arm-rtems-$(GCC3NEWLIBVERS).spec
c4x-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIB_DEPS) c4x-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems > $@ $(MKSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems > $@
RPM_SPECS_DATA += c4x-rtems-$(GCC3NEWLIBVERS).spec RPM_SPECS_DATA += c4x-rtems-$(GCC3NEWLIBVERS).spec