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