[csmith/f17] Use autoconf

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


commit 14dca891243cca54070272918ec1871c415bf836
Author: Shakthi Kannan <skannan at redhat.com>
Date:   Mon Apr 22 15:12:36 2013 +0530

    Use autoconf

 csmith.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/csmith.spec b/csmith.spec
index a63cbd5..12a7e54 100644
--- a/csmith.spec
+++ b/csmith.spec
@@ -1,6 +1,6 @@
 Name:    csmith
 Version: 2.1.0
-Release: 7%{?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,12 @@ 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
+
 * Thu Dec 06 2012 Dan HorĂ¡k <dan[at]danny.cz> - 2.1.0-7
 - fix build on all arches by adding fallback implementation for getting initial seed
 


More information about the scm-commits mailing list