no, we really did need that patch

This commit is contained in:
Nalin Dahyabhai 2006-03-30 22:34:45 +00:00
parent 1df83267bd
commit c5b6c1abe2
1 changed files with 8 additions and 3 deletions

View File

@ -1,16 +1,17 @@
Name: hesiod Name: hesiod
Version: 3.1.0 Version: 3.1.0
Release: 2 Release: 3
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
Patch2: hesiod-3.1.0-str.patch Patch2: hesiod-3.1.0-str.patch
Patch3: hesiod-3.1.0-dnsparse.patch Patch3: hesiod-3.1.0-dnsparse.patch
Patch4: hesiod-3.0.2-libresolv.patch
Summary: Hesiod libraries. 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, automake, libtool BuildRequires: autoconf
%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
@ -32,6 +33,9 @@ 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 Mar 30 2006 Nalin Dahyabhai <nalin@redhat.com> - 3.1.0-3
- no, we really did need that patch
* Thu Mar 30 2006 Nalin Dahyabhai <nalin@redhat.com> - 3.1.0-2 * Thu Mar 30 2006 Nalin Dahyabhai <nalin@redhat.com> - 3.1.0-2
- drop a no-longer-needed patch for detecting libresolv properly - drop a no-longer-needed patch for detecting libresolv properly
@ -157,7 +161,8 @@ the header files and libraries required for building programs which use Hesiod.
%patch1 -p1 -b .env %patch1 -p1 -b .env
%patch2 -p1 -b .str %patch2 -p1 -b .str
%patch3 -p1 -b .dnsparse %patch3 -p1 -b .dnsparse
autoreconf %patch4 -p1 -b .libresolv
autoconf
%build %build
%configure %configure