2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* autotools/automake-rtems.spec.in: Fix my address. Set up PATH
	before running configure (Prep. for automake >= 1.7).
This commit is contained in:
Ralf Corsepius
2002-10-25 14:56:47 +00:00
parent d21091b98b
commit d08b8eb889
2 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,9 @@
2002-10-25 Joel Sherrill <joel@OARcorp.com>
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* autotools/automake-rtems.spec.in: Fix my address. Set up PATH
before running configure (Prep. for automake >= 1.7).
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* autotools/autoconf-rtems.spec.in: New.
Remove Provides: autoconf (Conflicts with RH-8.0).

View File

@@ -22,7 +22,7 @@
Vendor: http://www.rtems.com
Name: %{name}
Packager: Ralf Corsepius <ralf@links2linux.de>
Packager: Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Copyright: GPL
Group: rtems
@@ -49,6 +49,7 @@ standards.
%setup -q -n %{_name}-%{srcvers}
%build
PATH=%{_prefix}/bin:$PATH
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir}
make