From 66223fabe47f25e7cef032d105e3af4d381dd488 Mon Sep 17 00:00:00 2001 From: Shakthi Kannan Date: Mon, 22 Apr 2013 15:29:18 +0530 Subject: [PATCH] Use autoconf --- CUnit.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 - 2.1.3-4 +- Use autoconf for ARM + * Wed Feb 13 2013 Fedora Release Engineering - 2.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild