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:
parent
4bf0c52e40
commit
a0ee1cdd42
@ -1 +1 @@
|
||||
Net-DNS-0.31.tar.gz
|
||||
Net-DNS-0.45.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user