diff --git a/axel.spec b/axel.spec index 4969735..dbae3db 100644 --- a/axel.spec +++ b/axel.spec @@ -1,6 +1,6 @@ Name: axel Version: 2.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Accelerated download client Group: Applications/Internet @@ -22,6 +22,8 @@ be useful as a wget clone on byte-critical systems. %setup -q %build +export CFLAGS=" %{optflags}" +export CXXFLAGS=" %{optflags}" ./configure --prefix=%{_prefix} --strip=0 make %{?_smp_mflags} @@ -47,6 +49,9 @@ rm -rf %{buildroot} %{_mandir}/zh_CN/man1/axel.1* %changelog +* Sat Apr 17 2010 Ankur Sinha - 2.4-4 +- rebuilt to fix 583210 + * Mon Feb 15 2010 Ankur Sinha - 2.4-3 - rebuilt to fix 564650