|
@@ -1,11 +1,13 @@
|
|
Name: perl-Net-DNS-Resolver-Programmable
|
|
Name: perl-Net-DNS-Resolver-Programmable
|
|
Version: 0.003
|
|
Version: 0.003
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
Summary: Programmable DNS resolver class for offline emulation of DNS
|
|
Summary: Programmable DNS resolver class for offline emulation of DNS
|
|
License: GPL+ or Artistic
|
|
License: GPL+ or Artistic
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
URL: http://search.cpan.org/dist/Net-DNS-Resolver-Programmable/
|
|
URL: http://search.cpan.org/dist/Net-DNS-Resolver-Programmable/
|
|
Source0: http://www.cpan.org/authors/id/J/JM/JMEHNLE/net-dns-resolver-programmable/Net-DNS-Resolver-Programmable-v%{version}.tar.gz
|
|
Source0: http://www.cpan.org/authors/id/J/JM/JMEHNLE/net-dns-resolver-programmable/Net-DNS-Resolver-Programmable-v%{version}.tar.gz
|
|
|
|
+# https://rt.cpan.org/Public/Bug/Display.html?id=95901
|
|
|
|
+Patch0: new-net-dns.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
BuildRequires: perl(Module::Build)
|
|
BuildRequires: perl(Module::Build)
|
|
@@ -22,6 +24,7 @@ on the fly.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n Net-DNS-Resolver-Programmable-v%{version}
|
|
%setup -q -n Net-DNS-Resolver-Programmable-v%{version}
|
|
|
|
+%patch0 -p1 -b .net_dns
|
|
|
|
|
|
%build
|
|
%build
|
|
%{__perl} Build.PL installdirs=vendor
|
|
%{__perl} Build.PL installdirs=vendor
|
|
@@ -48,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Jul 2 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.003-2
|
|
|
|
+- rebuilt with perl-5.16.3.
|
|
|
|
+- added Patch0 against Net::DNS >= 0.75.
|
|
|
|
+
|
|
* Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.003-1
|
|
* Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.003-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|