Update of Net::DNS
This commit is contained in:
parent
a305e82816
commit
dd512f28de
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
Net-DNS-0.65.tar.gz
|
||||
/Net-DNS-0.66.tar.gz
|
||||
|
@ -1,16 +1,15 @@
|
||||
Name: perl-Net-DNS
|
||||
Version: 0.65
|
||||
Release: 3%{?dist}
|
||||
Summary: DNS resolver modules for Perl
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://www.net-dns.org/
|
||||
Source0: http://www.cpan.org/authors/id/O/OL/OLAF/Net-DNS-%{version}.tar.gz
|
||||
Name: perl-Net-DNS
|
||||
Version: 0.66
|
||||
Release: 1%{?dist}
|
||||
Summary: DNS resolver modules for Perl
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://www.net-dns.org/
|
||||
Source0: http://www.cpan.org/authors/id/O/OL/OLAF/Net-DNS-%{version}.tar.gz
|
||||
BuildRequires: perl(Digest::HMAC), perl(ExtUtils::MakeMaker), perl(Test::More), perl(Net::IP)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(Digest::BubbleBabble)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
|
||||
%description
|
||||
@ -32,6 +31,7 @@ License: GPL+ or Artistic
|
||||
Instances of the "Net::DNS::Nameserver" class represent DNS server
|
||||
objects.
|
||||
|
||||
%{?perl_default_filter}
|
||||
|
||||
%prep
|
||||
%setup -q -n Net-DNS-%{version}
|
||||
@ -41,7 +41,6 @@ objects.
|
||||
make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
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 {} ';'
|
||||
@ -80,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.66-1
|
||||
- update
|
||||
|
||||
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.65-3
|
||||
- Mass rebuild with perl-5.12.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user