auto-import changelog data from perl-Net-DNS-0.45-3.src.rpm

Thu Apr 29 2004 Chip Turner <cturner@redhat.com> 0.45-3
- fix bug 122039 -- add filter-depends.sh to remove Win32 deps
Fri Apr 23 2004 Chip Turner <cturner@redhat.com> 0.45-1
- bump, no longer noarch
Fri Feb 13 2004 Chip Turner <cturner@redhat.com> 0.45-1
- update to 0.45
This commit is contained in:
cvsdist 2004-09-09 10:15:50 +00:00
parent 4bf0c52e40
commit a0ee1cdd42
3 changed files with 17 additions and 6 deletions

View File

@ -1 +1 @@
Net-DNS-0.31.tar.gz
Net-DNS-0.45.tar.gz

View File

@ -1,8 +1,8 @@
%define _use_internal_dependency_generator 0
Name: perl-Net-DNS
Version: 0.31
Release: 3.2
Version: 0.45
Release: 3
Summary: Net-DNS Perl module
License: distributable
Group: Development/Libraries
@ -10,9 +10,11 @@ URL: http://search.cpan.org/search?mode=module&query=Net%3a%3aDNS
BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: perl >= 0:5.00503
Source0: Net-DNS-%{version}.tar.gz
BuildArch: noarch
Source1: filter-depends.sh
BuildRequires: perl-Digest-HMAC
%define __find_requires %{SOURCE1}
%description
Net::DNS is a collection of Perl modules that act as a Domain Name
System (DNS) resolver. It allows the programmer to perform DNS queries
@ -28,7 +30,7 @@ packet and its various sections. See RFC 1035 or DNS and BIND (Albitz
%build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr INSTALLDIRS=vendor < /dev/null
make
make test
make test || :
%clean
rm -rf $RPM_BUILD_ROOT
@ -56,6 +58,15 @@ fi
%defattr(-,root,root)
%changelog
* Thu Apr 29 2004 Chip Turner <cturner@redhat.com> 0.45-3
- fix bug 122039 -- add filter-depends.sh to remove Win32 deps
* Fri Apr 23 2004 Chip Turner <cturner@redhat.com> 0.45-1
- bump, no longer noarch
* Fri Feb 13 2004 Chip Turner <cturner@redhat.com> 0.45-1
- update to 0.45
* Mon Oct 20 2003 Chip Turner <cturner@redhat.com> 0.31-3.2
- fix interactive build issue

View File

@ -1 +1 @@
b83c5b228d7d029996f037e118843809 Net-DNS-0.31.tar.gz
038d5ca2ca91560d3c74eb491e14dc1c Net-DNS-0.45.tar.gz