[uboot-tools] clean up spec to account for upstream changes in building just tools

Dennis Gilmore ausil at fedoraproject.org
Thu Mar 8 21:18:38 UTC 2012


commit d167637157b0ffb610e57d03a003e44630f862f3
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Mar 8 15:18:12 2012 -0600

    clean up spec to account for upstream changes in building just tools

 uboot-tools.spec |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)
---
diff --git a/uboot-tools.spec b/uboot-tools.spec
index 13d258f..180f48f 100644
--- a/uboot-tools.spec
+++ b/uboot-tools.spec
@@ -14,33 +14,19 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 %global with_env 1
 %endif
 
-
 %description
 This package contains a few U-Boot utilities - mkimage for creating boot images
 and fw_printenv/fw_setenv for manipulating the boot environment variables.
 
-
 %prep
 %setup -q -n u-boot-%{version}
 
-
 %build
-make sheevaplug_config
-
-# create files normally created by cross-compiler
-touch include/autoconf.mk
-touch include/autoconf.mk.dep
-mkdir include/generated
-touch include/generated/generic-asm-offsets.h
-touch lib/asm-offsets.s
-touch {arch/arm/cpu/arm926ejs,examples/standalone,tools,tools/env}/.depend
-
 make tools HOSTCC="gcc $RPM_OPT_FLAGS" HOSTSTRIP=/bin/true CROSS_COMPILE=""
 %if 0%{?with_env}
 make env HOSTCC="gcc $RPM_OPT_FLAGS" CROSS_COMPILE=""
 %endif
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -58,11 +44,9 @@ install -p -m 0755 tools/env/fw_printenv $RPM_BUILD_ROOT%{_bindir}
 install -p -m 0644 tools/env/fw_env.config $RPM_BUILD_ROOT%{_sysconfdir}
 %endif
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc COPYING README doc/README.imximage doc/README.kwbimage doc/uImage.FIT
@@ -74,7 +58,6 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/fw_env.config
 %endif
 
-
 %changelog
 * Thu Mar 08 2012 Dennis Gilmore <dennis at ausil.us> - 2011.12-1
 - update to 2011.12 release


More information about the scm-commits mailing list