[nesc/f19] Use autoconf

Shakthi Kannan shakthimaan at fedoraproject.org
Tue Apr 23 07:32:09 UTC 2013


commit 72600d0f090f41077fa5fecf61b36f1f8fdec09b
Author: Shakthi Kannan <skannan at redhat.com>
Date:   Tue Apr 23 12:52:25 2013 +0530

    Use autoconf

 nesc.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nesc.spec b/nesc.spec
index ebfa1e3..7cb7ef8 100644
--- a/nesc.spec
+++ b/nesc.spec
@@ -3,7 +3,7 @@
 
 Name:           nesc
 Version:        1.3.4
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Compiler used by TinyOS
 
 Group:          Applications/Engineering
@@ -21,6 +21,7 @@ BuildRequires:  jpackage-utils
 BuildRequires:  gperf
 BuildRequires:  flex
 BuildRequires:  bison
+BuildRequires:  autoconf
 
 %if 0%{?rhel} >= 6
 BuildRequires:  puppet
@@ -75,6 +76,7 @@ package to use %{pkgname} with GNU Emacs.
 %patch2 -p1 -b .address
 
 %build
+autoconf -f -i
 %configure CFLAGS="%{optflags}"
 %{__make} %{?_smp_mflags}
 
@@ -137,6 +139,9 @@ package to use %{pkgname} with GNU Emacs.
 %endif
 
 %changelog
+* Sat Apr 20 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject DOT org> - 1.3.4-4
+- Use autoconf
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list