Run autoreconf to update libtool

This commit is contained in:
Tom Hughes 2012-01-04 18:20:00 +00:00
parent fbf8951d5e
commit 6a6f6582f8

View File

@ -54,6 +54,7 @@ documents using the %{name} library.
%setup -q
%patch0 -p1 -b .libm
%patch1 -p1 -b .libpng15
autoreconf
%build
@ -92,6 +93,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
* Wed Jan 4 2012 Tom Hughes <tom@compton.nu> - 0.2.0-2
- Rebuilt for gcc 4.7 mass rebuild.
- Run autoreconf to update libtool.
* Thu Dec 1 2011 Tom Hughes <tom@compton.nu> - 0.2.0-1
- Update to 0.2.0 upstream release.