[gputils] Use autoreconf for ARM

Alain Portal dionysos at fedoraproject.org
Sun Apr 28 13:23:18 UTC 2013


commit 663bf97122cec903fac3f822302ae8a8f59cba8a
Author: Alain Portal <alain.portal at univ-montp2.fr>
Date:   Sun Apr 28 15:22:53 2013 +0200

    Use autoreconf for ARM

 gputils.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/gputils.spec b/gputils.spec
index 55644c4..9ab871b 100644
--- a/gputils.spec
+++ b/gputils.spec
@@ -1,6 +1,6 @@
 Name:		gputils
 Version:	0.14.3
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Development utilities for Microchip (TM) PIC (TM) microcontrollers
 Summary(fr):	Outils de développement pour les microcontrôleurs PIC (TM) de Microchip (TM)
 
@@ -11,6 +11,8 @@ Source:		http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Provides:	bundled(libiberty)
 
+BuildRequires:  autoconf
+
 %description
 This is a collection of development tools for Microchip (TM) PIC (TM)
 microcontrollers.
@@ -33,6 +35,7 @@ Voir la documentation pour une liste à jour des possibilités de gputils.
 %setup -q
 
 %build
+autoconf -f -i
 %configure
 %{__make} %{?_smp_mflags}
 
@@ -53,6 +56,9 @@ Voir la documentation pour une liste à jour des possibilités de gputils.
 %{_mandir}/fr/man1/*
 
 %changelog
+* Sat Apr 20 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject.org> - 0.14.3-3
+- Use autoreconf for ARM
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list