diff --git a/adolc.changes b/adolc.changes index b31ae34..700c91a 100644 --- a/adolc.changes +++ b/adolc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 15 14:13:00 UTC 2012 - scorot@free.fr + +- fix build for SLE 11 SP2 + ------------------------------------------------------------------- Thu Mar 22 17:23:36 UTC 2012 - kkhere.geo@gmail.com diff --git a/adolc.spec b/adolc.spec index 48ceaec..84dcacc 100644 --- a/adolc.spec +++ b/adolc.spec @@ -106,7 +106,9 @@ This package provides the user“s manual for adolc %setup -q -n %{packname}-%{packver} %build +%if 0%{?suse_version} && %{suse_version} > 1110 autoreconf -v --install --force +%endif %configure --prefix=/usr make %{_smp_mflags} # pushd ADOL-C/doc