[nesc/f18] Use autoconf

Shakthi Kannan shakthimaan at fedoraproject.org
Tue Apr 23 07:31:52 UTC 2013


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

    Use autoconf

 nesc.spec |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/nesc.spec b/nesc.spec
index e17d925..7cb7ef8 100644
--- a/nesc.spec
+++ b/nesc.spec
@@ -3,7 +3,7 @@
 
 Name:           nesc
 Version:        1.3.4
-Release:        1%{?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
@@ -30,6 +31,7 @@ Requires:       java
 Requires:       jpackage-utils
 Requires:       perl
 Requires:       vim-common
+Provides: bundled(libiberty)
 
 %description
 The nesC language was designed to support the TinyOS project. 
@@ -74,6 +76,7 @@ package to use %{pkgname} with GNU Emacs.
 %patch2 -p1 -b .address
 
 %build
+autoconf -f -i
 %configure CFLAGS="%{optflags}"
 %{__make} %{?_smp_mflags}
 
@@ -136,6 +139,15 @@ 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
+
+* Mon Oct 15 2012 Jon Ciesla <limburgher at gmail.com> - 1.3.4-2
+- Provides: bundled(libiberty)
+
 * Tue Aug 14 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject DOT org> - 1.3.4-1
 - Updated to 1.3.4.
 


More information about the scm-commits mailing list