2004-09-09 10:13:39 +00:00
|
|
|
Name: perl-Net-DNS
|
2006-03-08 23:24:54 +00:00
|
|
|
Version: 0.57
|
2006-07-12 07:46:40 +00:00
|
|
|
Release: 1.1
|
2005-04-09 10:02:08 +00:00
|
|
|
Summary: DNS resolver modules for Perl
|
|
|
|
License: GPL or Artistic
|
2004-09-09 10:13:39 +00:00
|
|
|
Group: Development/Libraries
|
2005-04-02 11:43:18 +00:00
|
|
|
URL: http://www.net-dns.org/
|
2005-04-09 10:02:08 +00:00
|
|
|
Source0: http://www.cpan.org/authors/id/O/OL/OLAF/Net-DNS-%{version}.tar.gz
|
2005-10-31 18:59:18 +00:00
|
|
|
BuildRequires: perl >= 1:5.6.1, perl-Digest-HMAC, perl-Net-IP
|
2004-10-11 21:31:14 +00:00
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
2005-04-02 11:43:18 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
2004-09-09 10:13:39 +00:00
|
|
|
|
|
|
|
%description
|
2004-09-09 10:13:42 +00:00
|
|
|
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
|
|
|
|
that are beyond the capabilities of gethostbyname and gethostbyaddr.
|
|
|
|
|
|
|
|
The programmer should be somewhat familiar with the format of a DNS
|
|
|
|
packet and its various sections. See RFC 1035 or DNS and BIND (Albitz
|
|
|
|
& Liu) for details.
|
|
|
|
|
2004-09-09 10:13:39 +00:00
|
|
|
%prep
|
|
|
|
%setup -q -n Net-DNS-%{version}
|
|
|
|
|
|
|
|
%build
|
2005-04-09 10:02:08 +00:00
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor --no-online-tests
|
|
|
|
make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
|
2004-09-09 10:13:39 +00:00
|
|
|
|
2004-10-11 21:31:14 +00:00
|
|
|
%install
|
2004-09-09 10:13:39 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2005-04-09 10:02:08 +00:00
|
|
|
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
|
|
|
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
|
|
|
|
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
|
|
|
chmod -R u+w $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
%check
|
|
|
|
make test
|
2004-09-09 10:13:39 +00:00
|
|
|
|
2005-04-02 11:43:18 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2004-09-09 10:13:39 +00:00
|
|
|
|
2005-04-02 11:43:18 +00:00
|
|
|
%files
|
2004-09-09 10:13:39 +00:00
|
|
|
%defattr(-,root,root)
|
2005-04-02 11:43:18 +00:00
|
|
|
%doc README
|
|
|
|
%{perl_vendorarch}/Net/
|
2005-04-09 10:02:08 +00:00
|
|
|
%exclude %{perl_vendorarch}/Net/DNS/Resolver/Cygwin.pm
|
|
|
|
%exclude %{perl_vendorarch}/Net/DNS/Resolver/Win32.pm
|
2005-04-02 11:43:18 +00:00
|
|
|
%{perl_vendorarch}/auto/Net/
|
2005-04-09 10:02:08 +00:00
|
|
|
%{_mandir}/man3/Net::DNS*.3*
|
|
|
|
%exclude %{_mandir}/man3/Net::DNS::Resolver::Cygwin.3*
|
|
|
|
%exclude %{_mandir}/man3/Net::DNS::Resolver::Win32.3*
|
2004-09-09 10:13:39 +00:00
|
|
|
|
|
|
|
%changelog
|
2006-07-12 07:46:40 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.57-1.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-03-08 23:24:54 +00:00
|
|
|
* Wed Mar 08 2006 Jason Vas Dias <jvdias@redhat.com> - 0.57-1
|
|
|
|
- Upgrade to upstream version 0.57
|
|
|
|
|
2006-02-11 05:05:41 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.55-1.1.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 13:27:47 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.55-1.1.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-02-03 19:54:40 +00:00
|
|
|
* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 0.55-1.1
|
|
|
|
- rebuild for new perl-5.8.8
|
|
|
|
|
2005-12-19 18:15:10 +00:00
|
|
|
* Mon Dec 19 2005 Jason Vas Dias <jvdias@redhat.com> - 0.55-1
|
|
|
|
- Upgrade to upstream version 0.55
|
|
|
|
|
2005-12-17 02:13:39 +00:00
|
|
|
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt for new gcc
|
|
|
|
|
2005-12-16 23:23:23 +00:00
|
|
|
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt for new gcj
|
|
|
|
|
2005-10-31 18:37:06 +00:00
|
|
|
* Sun Oct 30 2005 Warren Togami <wtogami@redhat.com> - 0.53-1
|
2005-10-31 18:59:18 +00:00
|
|
|
- 0.53 buildreq perl-Net-IP
|
2005-10-31 18:37:06 +00:00
|
|
|
|
2005-04-09 10:02:08 +00:00
|
|
|
* Sat Apr 9 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.49-2
|
|
|
|
- Explicitly disable tests requiring network access at build time.
|
|
|
|
- Exclude Win32 and Cygwin specific modules.
|
|
|
|
- More specfile cleanups.
|
|
|
|
- Honor $RPM_OPT_FLAGS.
|
|
|
|
|
2005-04-02 11:43:18 +00:00
|
|
|
* Sat Apr 02 2005 Robert Scheck <redhat@linuxnetz.de> 0.49-1
|
|
|
|
- upgrade to 0.49 and spec file cleanup (#153186)
|
2005-03-31 09:28:26 +00:00
|
|
|
|
2005-03-17 19:29:12 +00:00
|
|
|
* Thu Mar 17 2005 Warren Togami <wtogami@redhat.com> 0.48-3
|
|
|
|
- reinclude ia64, thanks jvdias
|
|
|
|
|
2005-03-16 05:04:15 +00:00
|
|
|
* Tue Mar 15 2005 Warren Togami <wtogami@redhat.com> 0.48-2
|
|
|
|
- exclude ia64 for now due to Bug #151127
|
2005-03-15 00:36:38 +00:00
|
|
|
|
2004-10-11 21:31:14 +00:00
|
|
|
* Mon Oct 11 2004 Warren Togami <wtogami@redhat.com> 0.48-1
|
|
|
|
- #119983 0.48 fixes bugs
|
|
|
|
|
2004-09-22 14:21:35 +00:00
|
|
|
* Wed Sep 22 2004 Chip Turner <cturner@redhat.com> 0.45-4
|
|
|
|
- rebuild
|
|
|
|
|
2004-09-09 10:15:50 +00:00
|
|
|
* 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
|
|
|
|
|
2004-09-09 10:14:46 +00:00
|
|
|
* Mon Oct 20 2003 Chip Turner <cturner@redhat.com> 0.31-3.2
|
|
|
|
- fix interactive build issue
|
|
|
|
|
2004-09-09 10:13:52 +00:00
|
|
|
* Mon Jan 27 2003 Chip Turner <cturner@redhat.com>
|
|
|
|
- version bump and rebuild
|
|
|
|
|
|
|
|
* Tue Dec 10 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- update to latest version from CPAN
|
|
|
|
|
2004-09-09 10:13:42 +00:00
|
|
|
* Tue Aug 6 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- automated release bump and build
|
|
|
|
|
|
|
|
* Tue Aug 6 2002 Chip Turner <cturner@localhost.localdomain>
|
|
|
|
- update to 0.26
|
|
|
|
|
|
|
|
* Thu Jun 27 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- description update
|
|
|
|
|
2004-09-09 10:13:39 +00:00
|
|
|
* Sat Jun 15 2002 cturner@redhat.com
|
|
|
|
- Specfile autogenerated
|
|
|
|
|