call bootstrap

This commit is contained in:
Harald Hoyer 2013-03-25 09:46:32 +01:00
parent ce2fb397d5
commit 16cb64fc74

View File

@ -15,7 +15,7 @@ Patch5: udftools-1.0.0b3-warningfixes2.patch
Patch6: udftools-1.0.0b3-extsize.patch Patch6: udftools-1.0.0b3-extsize.patch
Patch7: udftools-1.0.0b3-staticanal.patch Patch7: udftools-1.0.0b3-staticanal.patch
BuildRequires: readline-devel, ncurses-devel BuildRequires: readline-devel, ncurses-devel
BuildRequires: autoconf, automake BuildRequires: autoconf, automake, libtool
%description %description
Linux UDF Filesystem userspace utilities. Linux UDF Filesystem userspace utilities.
@ -34,7 +34,7 @@ Linux UDF Filesystem userspace utilities.
%build %build
autoreconf ./bootstrap
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure %configure
%{__make} %{?_smp_mflags} %{__make} %{?_smp_mflags}
@ -90,7 +90,7 @@ Resolves: rhbz#926671
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.0b3-9 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.0b3-9
- Autorebuild for GCC 4.3 - Autorebuild for GCC 4.3
* Tue Aug 23 2007 Harald Hoyer <harald@redhar.com> - 1.0.0b3-8 * Thu Aug 23 2007 Harald Hoyer <harald@redhat.com> - 1.0.0b3-8
- fixed compile issues - fixed compile issues
- added more bigendian patches - added more bigendian patches
- changed license tag - changed license tag