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.65.tar.gz
|
||||||
|
/Net-DNS-0.66.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Net-DNS
|
Name: perl-Net-DNS
|
||||||
Version: 0.65
|
Version: 0.66
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: DNS resolver modules for Perl
|
Summary: DNS resolver modules for Perl
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -10,7 +10,6 @@ BuildRequires: perl(Digest::HMAC), perl(ExtUtils::MakeMaker), perl(Test::More),
|
|||||||
BuildRequires: perl(Test::Pod)
|
BuildRequires: perl(Test::Pod)
|
||||||
BuildRequires: perl(Digest::BubbleBabble)
|
BuildRequires: perl(Digest::BubbleBabble)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -32,6 +31,7 @@ License: GPL+ or Artistic
|
|||||||
Instances of the "Net::DNS::Nameserver" class represent DNS server
|
Instances of the "Net::DNS::Nameserver" class represent DNS server
|
||||||
objects.
|
objects.
|
||||||
|
|
||||||
|
%{?perl_default_filter}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Net-DNS-%{version}
|
%setup -q -n Net-DNS-%{version}
|
||||||
@ -41,7 +41,6 @@ objects.
|
|||||||
make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
|
make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make pure_install PERL_INSTALL_ROOT=$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 .packlist -exec rm -f {} ';'
|
||||||
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -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
|
%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
|
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.65-3
|
||||||
- Mass rebuild with perl-5.12.0
|
- Mass rebuild with perl-5.12.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user