diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec index f559ecf..fdcc14b 100644 --- a/perl-Net-DNS.spec +++ b/perl-Net-DNS.spec @@ -2,8 +2,7 @@ Name: perl-Net-DNS Version: 0.31 -Release: 3 -Packager: cturner@redhat.com +Release: 3.2 Summary: Net-DNS Perl module License: distributable Group: Development/Libraries @@ -27,7 +26,7 @@ packet and its various sections. See RFC 1035 or DNS and BIND (Albitz %setup -q -n Net-DNS-%{version} %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr INSTALLDIRS=vendor +CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr INSTALLDIRS=vendor < /dev/null make make test @@ -57,6 +56,9 @@ fi %defattr(-,root,root) %changelog +* Mon Oct 20 2003 Chip Turner 0.31-3.2 +- fix interactive build issue + * Mon Jan 27 2003 Chip Turner - version bump and rebuild