mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 23:10:16 +00:00
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics. * autotools/Makefile.am: Cosmetics. * autotools/autoconf-rtems.spec.in: 2.59. * autotools/automake-rtems.spec.in: 1.8, Require autoconf-2.59. * binutils/Makefile.am: Cosmetics. * cpukit/Makefile.am: Cosmetics. * gcc3newlib/Makefile.am: Cosmetics. * gccnewlib/Makefile.am: Cosmetics. * gdb/Makefile.am: Cosmetics. * rtems/Makefile.am: Cosmetics. * rtemsdoc/Makefile.am: Cosmetics.
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
|
||||
RPM_SPECS_DATA = \
|
||||
autoconf-rtems.spec automake-rtems.spec
|
||||
RPM_SPECS_DATA = autoconf-rtems.spec automake-rtems.spec
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
# spec file for autoconf
|
||||
#
|
||||
|
||||
%define rpmvers 2.57
|
||||
%define srcvers 2.57
|
||||
%define rpmvers 2.59
|
||||
%define srcvers 2.59
|
||||
|
||||
%define _defaultbuildroot %{_tmppath}/%{name}-%{srcvers}-root
|
||||
%define _prefix @prefix@
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
# spec file for automake
|
||||
#
|
||||
|
||||
%define rpmvers 1.7.8
|
||||
%define srcvers 1.7.8
|
||||
%define amvers 1.7
|
||||
%define rpmvers 1.8
|
||||
%define srcvers 1.8
|
||||
%define amvers 1.8
|
||||
|
||||
%define _defaultbuildroot %{_tmppath}/%{name}-%{srcvers}-root
|
||||
%define _prefix @prefix@
|
||||
@@ -12,12 +12,12 @@
|
||||
|
||||
%if "%{_prefix}" != "/usr"
|
||||
%define name @rpmprefix@%{_name}-rtems
|
||||
%define requirements @rpmprefix@autoconf-rtems >= 2.54
|
||||
%define requirements @rpmprefix@autoconf-rtems >= 2.59
|
||||
%define _infodir %{_prefix}/info
|
||||
%define _mandir %{_prefix}/man
|
||||
%else
|
||||
%define name %{_name}
|
||||
%define requirements autoconf >= 2.54
|
||||
%define requirements autoconf >= 2.59
|
||||
%endif
|
||||
|
||||
Vendor: http://www.rtems.com
|
||||
|
||||
Reference in New Issue
Block a user