- call aclocal directly, because autoreconf didn't see the magic comment in

the distributed version of aclocal.m4 which made it look like it was
    safe to generate a new one (#449550)
This commit is contained in:
Nalin Dahyabhai 2008-06-12 22:45:06 +00:00
parent c37324161b
commit d33a365a9e
1 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: hesiod Name: hesiod
Version: 3.1.0 Version: 3.1.0
Release: 11 Release: 12
Source: ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/hesiod-%{version}.tar.gz Source: ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/hesiod-%{version}.tar.gz
Patch0: hesiod-3.1.0-classes.patch Patch0: hesiod-3.1.0-classes.patch
Patch1: hesiod-3.0.2-env.patch Patch1: hesiod-3.0.2-env.patch
@ -34,6 +34,11 @@ ensure synchronize the files among multiple hosts. This package contains
the header files and libraries required for building programs which use Hesiod. the header files and libraries required for building programs which use Hesiod.
%changelog %changelog
* Thu Jun 12 2008 Nalin Dahyabhai <nalin@fedoraproject.org> - 3.1.0-12
- call aclocal directly, because autoreconf didn't see the magic comment in
the distributed version of aclocal.m4 which made it look like it was safe
to generate a new one (#449550)
* Mon Jun 2 2008 Nalin Dahyabhai <nalin@fedoraproject.org> - 3.1.0-11 * Mon Jun 2 2008 Nalin Dahyabhai <nalin@fedoraproject.org> - 3.1.0-11
- force autoreconf to overwrite files (should fix #449550) - force autoreconf to overwrite files (should fix #449550)
@ -190,11 +195,14 @@ the header files and libraries required for building programs which use Hesiod.
%patch3 -p1 -b .dnsparse %patch3 -p1 -b .dnsparse
%patch4 -p1 -b .libresolv %patch4 -p1 -b .libresolv
%patch5 -p1 -b .perms %patch5 -p1 -b .perms
autoreconf -f -i # We call aclocal here because autoreconf doesn't see a 'generated by aclocal'
# comment in the already-present aclocal.m4 file, so it doesn't run it for us.
aclocal
autoreconf -f -i -v
%build %build
%configure %configure
make LIBTOOL=libtool make
%install %install
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT