auto-import changelog data from hesiod-3.0.2-26.src.rpm

Mon Jan 27 2003 Nalin Dahyabhai <nalin@redhat.com> 3.0.2-26
- link libhesiod with libresolv on all platforms
Wed Jan 22 2003 Tim Powers <timp@redhat.com> 3.0.2-25
- rebuilt
Fri Jan 10 2003 Phil Knirsch <pknirsch@redhat.com> 3.0.2-24
- Fixed wrong .so name for s390/s390x.
Fri Jan 10 2003 Phil Knirsch <pknirsch@redhat.com> 3.0.2-23
- Build shared lib correctly on s390 and s390x (with gcc -shared -fPIC).
Tue Sep 24 2002 Nalin Dahyabhai <nalin@redhat.com> 3.0.2-22
- look harder for res_mkquery() in libresolv
This commit is contained in:
cvsdist 2004-09-09 06:06:29 +00:00
parent 06a40397be
commit d73961725a
1 changed files with 24 additions and 6 deletions

View File

@ -1,15 +1,17 @@
Name: hesiod
Version: 3.0.2
Release: 21.1
Release: 26
Source: ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/hesiod-%{version}.tar.gz
Patch0: hesiod-3.0.2-shlib.patch
Patch1: hesiod-3.0.2-env.patch
Patch2: hesiod-3.0.2-str.patch
Patch3: hesiod-3.0.2-resolv.patch
Patch3: hesiod-3.0.2-dnsparse.patch
Patch4: hesiod-3.0.2-libresolv.patch
Summary: Hesiod libraries and sample programs.
Group: System Environment/Libraries
License: MIT
Buildroot: %{_tmppath}/hesiod-root
BuildPrereq: autoconf
%description
Hesiod is a system which uses existing DNS functionality to provide access
@ -31,8 +33,23 @@ ensure synchronize the files among multiple hosts. This package contains
the header files and libraries required for building programs which use Hesiod.
%changelog
* Wed Sep 18 2002 Than Ngo <than@redhat.com> 3.0.2-21.1
- Fixed to link libresolv correct
* Mon Jan 27 2003 Nalin Dahyabhai <nalin@redhat.com> 3.0.2-26
- link libhesiod with libresolv on all platforms
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 3.0.2-25
- rebuilt
* Fri Jan 10 2003 Phil Knirsch <pknirsch@redhat.com> 3.0.2-24
- Fixed wrong .so name for s390/s390x.
* Fri Jan 10 2003 Phil Knirsch <pknirsch@redhat.com> 3.0.2-23
- Build shared lib correctly on s390 and s390x (with gcc -shared -fPIC).
* Wed Sep 24 2002 Nalin Dahyabhai <nalin@redhat.com> 3.0.2-22
- look harder for res_mkquery() in libresolv
* Wed Aug 21 2002 Nalin Dahyabhai <nalin@redhat.com>
- don't choke on large response packets
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
@ -104,8 +121,10 @@ the header files and libraries required for building programs which use Hesiod.
%patch0 -p1 -b .shlib
%patch1 -p1 -b .env
%patch2 -p1 -b .str
%patch3 -p1 -b .resolv
%patch3 -p1 -b .dnsparse
%patch4 -p1 -b .libresolv
autoconf
for manpage in *.3; do
if grep -q '^\.so man3/hesiod.3' $manpage ; then
echo .so hesiod.3 > $manpage
@ -119,7 +138,6 @@ for manpage in *.3; do
done
%build
autoconf
%configure
make