forked from pool/perl-Net-DNS-Resolver-Programmable
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:
committed by
Git OBS Bridge
parent
00c9b1f668
commit
0a21147fe4
3
Net-DNS-Resolver-Programmable-0.005.tar.gz
Normal file
3
Net-DNS-Resolver-Programmable-0.005.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a242d4d3e4ea04454ff87acd3f948341043d48f19304ed261b82b1424c175c0
|
||||
size 14884
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d402260941f259c83bf1b2564408e75288df028f604136c29da11a9a6a076ec
|
||||
size 15974
|
||||
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
||||
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 14 05:51:18 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 0.005
|
||||
see /usr/share/doc/packages/perl-Net-DNS-Resolver-Programmable/CHANGES
|
||||
|
||||
--- 0.005 (2017-07-13)
|
||||
|
||||
* Remove debian/ subdir as per RT #108522
|
||||
* Regenerate README via pod2readme
|
||||
* Fix version number in changelog entry below - d'oh - and remove
|
||||
use of deprecated qv()
|
||||
* Import rcode list from Net::DNS - RT 96390
|
||||
|
||||
|
||||
--- 0.004 (2017-07-13)
|
||||
|
||||
* BIGPRESH taking over maintainership of this seemingly orphaned but
|
||||
very useful distribution. Plan to fix various RT tickets.
|
||||
* Fix RT 109266 - avoid deprecated make_query_packet() call
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 29 13:00:45 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
||||
@@ -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
|
||||
%defattr(-,root,root,755)
|
||||
%doc CHANGES README TODO
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user