This commit is contained in:
Ralf Corsepius
2006-02-14 17:16:45 +00:00
parent 38dae62ce0
commit 78128559ae
3 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
Makefile
Makefile.in
*.spec

View File

@@ -0,0 +1,41 @@
# $Id$
TARGET = i686-pc-mingw32
noinst_DATA =
CLEANFILES =
BINUTILS_VERS = 2.16.91-20060119-1
BINUTILS_RPMREL = 0.20060214.0
BINUTILS_SUBPACKAGES = $(top_builddir)/common/common.add
BINUTILS_SUBPACKAGES += ../binutils/binutils.add
BINUTILS_SUBPACKAGES += ../binutils/rpm-install.add
BINUTILS_SUBPACKAGES += $(top_builddir)/common/clean.add
BINUTILS_SUBPACKAGES += ../binutils/target-binutils.add
BINUTILS_SUBPACKAGES += ../binutils/base-binutils.add
$(TARGET)-binutils.spec.in: $(BINUTILS_SUBPACKAGES)
cat $^ | sed \
-e "/[@]SOURCES[@]/r ./binutils-sources.add" \
-e "/[@]SOURCES[@]/d" \
-e '/^%define _prefix.*$$/d' \
-e '/^%define rpmgroup.*$$/d' \
-e '/^%define binutils_target.*$$/d' \
-e "s,[@]rpmprefix[@],,g" \
-e "s,rtems[@]osversion[@],rtems,g" \
-e "s,%{rpmgroup},Development/Tools,g" \
> $(TARGET)-binutils.spec.in
CLEANFILES += $(TARGET)-binutils.spec.in
$(TARGET)-binutils.spec: $(TARGET)-binutils.spec.in
sed \
-e "s/[@]tool_target[@]/$(TARGET)/g" \
-e "s/[@]BINUTILS_VERS[@]/$(BINUTILS_VERS)/g" \
-e "s/[@]BINUTILS_RPMREL[@]/$(BINUTILS_RPMREL)/g" \
-e "s,[@]PATCH0[@],," \
$(srcdir)/$(TARGET)-binutils.spec.in > $@
CLEANFILES += $(TARGET)-binutils.spec
noinst_DATA += $(TARGET)-binutils.spec

View File

@@ -0,0 +1,3 @@
Source0: http://dl.sourceforge.net/sourceforge/mingw/binutils-%{binutils_version}-src.tar.gz
%{?!_with_sources:NoSource: 0}
@PATCH0@