[CUnit/f19] Use autoconf

Shakthi Kannan shakthimaan at fedoraproject.org
Mon Apr 22 10:09:53 UTC 2013


commit 676335f981328c6c1b104b6d19cf813781f9e8dc
Author: Shakthi Kannan <skannan at redhat.com>
Date:   Mon Apr 22 15:30:11 2013 +0530

    Use autoconf

 CUnit.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/CUnit.spec b/CUnit.spec
index 5c1954f..160e53b 100644
--- a/CUnit.spec
+++ b/CUnit.spec
@@ -1,6 +1,6 @@
 Name:           CUnit
 Version:        2.1.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A unit testing framework for C
 
 Group:          System Environment/Libraries
@@ -31,6 +31,7 @@ and libraries for use with CUnit package.
 find -name *.c -exec chmod -x {} \;
 
 %build
+autoconf -f -i
 %configure 
 make %{?_smp_mflags}
 
@@ -64,6 +65,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/CUnit.3*
 
 %changelog
+* Sat Apr 20 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject.org> - 2.1.3-4
+- Use autoconf for ARM
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list