mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 20:05:17 +08:00
Cosmetics.
This commit is contained in:
@@ -2,17 +2,17 @@
|
||||
%define binutils_version @binutils_version@
|
||||
%define binutils_target @target_alias@
|
||||
|
||||
Name: @rpmprefix@%{binutils_target}-binutils
|
||||
Summary: binutils for target %{binutils_target}
|
||||
Group: %{rpmgroup}
|
||||
Release: @Release@
|
||||
License: GPL/LGPL
|
||||
Name: @rpmprefix@%{binutils_target}-binutils
|
||||
Summary: Binutils for target %{binutils_target}
|
||||
Group: %{rpmgroup}
|
||||
Release: @Release@
|
||||
License: GPL/LGPL
|
||||
|
||||
BuildRequires: /sbin/install-info
|
||||
BuildRequires: texinfo >= 4.2
|
||||
BuildRequires: flex
|
||||
|
||||
Version: %{binutils_version}
|
||||
Version: %{binutils_version}
|
||||
Source0: ftp://ftp.gnu.org/pub/gnu/binutils/binutils-%{binutils_version}@binutils_suffix@
|
||||
@PATCH1@
|
||||
|
||||
@@ -116,3 +116,4 @@ cd ..
|
||||
rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/%{binutils_target}-windres*
|
||||
|
||||
cd ..
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#
|
||||
# spec file for binutils package targetting @target_alias@
|
||||
#
|
||||
# Copyright (c) 1999,2000,2002 OARCorp, Huntsville, AL
|
||||
# spec file for building binutils for @target_alias@
|
||||
#
|
||||
# supported --with/--without options:
|
||||
# --with sources build src.rpm instead of nosrc.rpm
|
||||
#
|
||||
|
||||
@@ -49,7 +49,7 @@ target_alias=$1
|
||||
. ./$CFG
|
||||
|
||||
if test -n "${binutils_patch_version}"; then
|
||||
PATCH1="Patch0: binutils-${binutils_version}-rtems-${binutils_patch_version}.diff"
|
||||
PATCH1="Patch0: binutils-${binutils_version}-rtems-${binutils_patch_version}.diff"
|
||||
fi
|
||||
|
||||
sed -e "s,@Release\@,${binutils_rpm_release},g" \
|
||||
|
||||
Reference in New Issue
Block a user