rpms/avr-libc/F-11 avr-libc.spec,1.3,1.4

Miloš Jakubíček mjakubicek at fedoraproject.org
Wed Apr 29 20:59:17 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/avr-libc/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28349/F-11

Modified Files:
	avr-libc.spec 
Log Message:
- Fix FTBFS: force noarch (see comment in the top of the spec file).




Index: avr-libc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/avr-libc/F-11/avr-libc.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- avr-libc.spec	24 Feb 2009 03:43:26 -0000	1.3
+++ avr-libc.spec	29 Apr 2009 20:58:47 -0000	1.4
@@ -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 <xjakub at fi.muni.cz> - 1.6.4-3
+- Fix FTBFS: force noarch (see comment in the top of the spec file).
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list