Add libttol as a BR, Call libtoolize before autoreconf

epel9
Jochen Schmitt 12 years ago
parent 19b7af7aa6
commit 62262e0bfe

@ -10,6 +10,7 @@ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
BuildRequires: automake autoconf BuildRequires: automake autoconf
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: libtool
%description %description
Graphics routines used by the GnomeCanvas widget and some other Graphics routines used by the GnomeCanvas widget and some other
@ -29,6 +30,7 @@ developing applications that use %{name}.
%patch0 -p1 -b .multilib %patch0 -p1 -b .multilib
%build %build
libtoolize
autoreconf autoreconf
%configure --disable-static %configure --disable-static
make %{?_smp_mflags} make %{?_smp_mflags}
@ -84,6 +86,8 @@ EOF
%changelog %changelog
* Tue Jun 18 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.3.21-7 * Tue Jun 18 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.3.21-7
- Add aarch64 as a 65-Bit architecture (#975267) - Add aarch64 as a 65-Bit architecture (#975267)
- Add libtool as a BR
- Call libtoolize before autoreconf
* Fri Mar 29 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.3.21-6 * Fri Mar 29 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.3.21-6
- Try to fix aarch64 build issue (#925666) - Try to fix aarch64 build issue (#925666)

Loading…
Cancel
Save