- run autoreconf instead of autoconf after untarring so that we get a

config.h.in which suits the changes we make to configure.in (part of
    #197938)
This commit is contained in:
Nalin Dahyabhai 2006-07-07 17:55:26 +00:00
parent 70485b5f29
commit f63f35ea9e
1 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: hesiod Name: hesiod
Version: 3.1.0 Version: 3.1.0
Release: 5 Release: 6
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
@ -12,7 +12,7 @@ Summary: Hesiod libraries.
Group: System Environment/Libraries Group: System Environment/Libraries
License: MIT License: MIT
Buildroot: %{_tmppath}/hesiod-root Buildroot: %{_tmppath}/hesiod-root
BuildRequires: autoconf BuildRequires: autoconf, automake, libtool
%description %description
Hesiod is a system which uses existing DNS functionality to provide access Hesiod is a system which uses existing DNS functionality to provide access
@ -34,6 +34,10 @@ 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
* Fri Jul 7 2006 Nalin Dahyabhai <nalin@redhat.com> - 3.1.0-6
- run autoreconf instead of autoconf after untarring so that we get a
config.h.in which suits the changes we make to configure.in (part of #197938)
* Tue Jun 20 2006 Nalin Dahyabhai <nalin@redhat.com> - 3.1.0-5 * Tue Jun 20 2006 Nalin Dahyabhai <nalin@redhat.com> - 3.1.0-5
- don't override libtool's defaults for permissions on its .la file, because - don't override libtool's defaults for permissions on its .la file, because
we don't get debuginfo if the execute bit isn't set (pjones, in #190219) we don't get debuginfo if the execute bit isn't set (pjones, in #190219)
@ -171,7 +175,7 @@ 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
autoconf autoreconf
%build %build
%configure %configure