[csmith/f19] Use autoconf

Shakthi Kannan shakthimaan at fedoraproject.org
Mon Apr 22 09:52:48 UTC 2013


commit bfb95e85181e6acbf727eeec2f18aaa2f48ab437
Author: Shakthi Kannan <skannan at redhat.com>
Date:   Mon Apr 22 15:13:06 2013 +0530

    Use autoconf

 csmith.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/csmith.spec b/csmith.spec
index 85c27cf..12a7e54 100644
--- a/csmith.spec
+++ b/csmith.spec
@@ -1,6 +1,6 @@
 Name:    csmith
 Version: 2.1.0
-Release: 8%{?dist}
+Release: 9%{?dist}
 Summary: Tool to generate random C programs for compiler testing
 
 Group:   Development/Tools
@@ -13,6 +13,7 @@ Patch1:  csmith-2.1.0-remove-custom-headers.patch
 Patch2:  csmith-2.1.0-secondary.patch
 
 BuildRequires: m4
+BuildRequires: autoconf
 
 %description
 Csmith is a tool that can generate random C programs that 
@@ -37,6 +38,7 @@ and libraries for use with the Csmith package.
 %patch2 -p1 -b .secondary
 
 %build
+autoconf -f -i
 %configure
 make %{?_smp_mflags}
 
@@ -70,6 +72,9 @@ rm -rf %{buildroot}
 %{_libdir}/libcsmith.so
 
 %changelog
+* Sat Apr 20 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> 2.1.0-9
+- Use autoconf for ARM
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.0-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list