From d6e67722855e06e67d10861496f525e96b75f754 Mon Sep 17 00:00:00 2001 From: Miloš Jakubíček Date: Apr 29 2009 20:58:47 +0000 Subject: - Fix FTBFS: force noarch (see comment in the top of the spec file). --- diff --git a/avr-libc.spec b/avr-libc.spec index 3a1a90f..0c0b7c7 100644 --- a/avr-libc.spec +++ b/avr-libc.spec @@ -1,6 +1,13 @@ +# FORCE NOARCH +# This package is noarch intentionally, although it supplies binaries, +# as they're not intended for the build platform, but for AVR. +# The related discussion can be found here: +# https://fcp.surfsite.org/modules/newbb/viewtopic.php?topic_id=68213&forum=11&post_id=328691 +%global _binaries_in_noarch_packages_terminate_build 0 + Name: avr-libc Version: 1.6.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: C library for use with GCC on Atmel AVR microcontrollers Group: Development/Tools License: BSD @@ -96,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Apr 18 2009 Milos Jakubicek - 1.6.4-3 +- Fix FTBFS: force noarch (see comment in the top of the spec file). + * Mon Feb 23 2009 Fedora Release Engineering - 1.6.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild