8
0

Accepting request 510177 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/510177
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-DNS-Resolver-Programmable?expand=0&rev=11
This commit is contained in:
Stephan Kulow
2017-07-15 04:59:47 +00:00
committed by Git OBS Bridge
parent 00c9b1f668
commit 0a21147fe4
5 changed files with 77 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Net-DNS-Resolver-Programmable
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,60 +17,48 @@
Name: perl-Net-DNS-Resolver-Programmable
%define cpan_name Net-DNS-Resolver-Programmable
Summary: Programmable DNS resolver class for offline emulation of DNS
License: Artistic-1.0
Group: Development/Libraries/Perl
Version: 0.003
Version: 0.005
Release: 0
Url: http://search.cpan.org/dist/Net-DNS-Resolver-Programmable
Source: http://search.cpan.org/CPAN/authors/id/J/JM/JMEHNLE/net-dns-resolver-programmable/Net-DNS-Resolver-Programmable-v0.003.tar.gz
Patch0: Net-DNS-Resolver-Net-DNS-0.75.patch
%define cpan_name Net-DNS-Resolver-Programmable
Summary: Programmable Dns Resolver Class for Offline
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Net-DNS-Resolver-Programmable/
Source0: https://cpan.metacpan.org/authors/id/B/BI/BIGPRESH/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.2805
BuildRequires: perl(Net::DNS)
Requires: perl(Net::DNS)
%{perl_requires}
%description
Net::DNS::Resolver::Programmable is a Net::DNS::Resolver descendant class that
allows a virtual DNS to be emulated instead of querying the real DNS. A set of
static DNS records may be supplied, or arbitrary code may be specified as a
means for retrieving DNS records, or even generating them on the fly.
Authors:
--------
Julian Mehnle
*Net::DNS::Resolver::Programmable* is a *Net::DNS::Resolver* descendant
class that allows a virtual DNS to be emulated instead of querying the real
DNS. A set of static DNS records may be supplied, or arbitrary code may be
specified as a means for retrieving DNS records, or even generating them on
the fly.
%prep
%setup -q -n %{cpan_name}-v%{version}
%patch0 -p1
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Build.PL --prefix $RPM_BUILD_ROOT/usr --installdirs vendor
./Build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
./Build test
%{__make} test
%install
./Build install
# do not perl_process_packlist (noarch)
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(-,root,root)
%doc CHANGES LICENSE README SIGNATURE
%files -f %{name}.files
%defattr(-,root,root,755)
%doc CHANGES README TODO
%license LICENSE
%changelog