forked from pool/perl-Net-DNS
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
2b671f1eb5 | |||
8dfc60e3f4 | |||
79d9d195bf | |||
6d80297365 | |||
305d498739 | |||
78bd3bd590 | |||
f293677e15 | |||
e6ee4aad48 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:39f4b82ffe822f4d28691f6c4260f6f1fe6b5a09b546b56dd2410c21b38c1380
|
|
||||||
size 260858
|
|
3
Net-DNS-1.51.tar.gz
Normal file
3
Net-DNS-1.51.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:40eec0b2866c67b86505a1c79cbb4b131c98c0bb59f305aa48959c89093d4503
|
||||||
|
size 265193
|
@@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 5 05:33:17 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.510.0 (1.51)
|
||||||
|
see /usr/share/doc/packages/perl-Net-DNS/Changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 22 05:32:08 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.500.0 (1.50)
|
||||||
|
see /usr/share/doc/packages/perl-Net-DNS/Changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 28 05:31:58 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.490.0 (1.49)
|
||||||
|
see /usr/share/doc/packages/perl-Net-DNS/Changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 20 05:30:20 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.460.0 (1.46)
|
||||||
|
see /usr/share/doc/packages/perl-Net-DNS/Changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 3 03:09:47 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
Fri May 3 03:09:47 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Net-DNS
|
# spec file for package perl-Net-DNS
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name Net-DNS
|
%define cpan_name Net-DNS
|
||||||
Name: perl-Net-DNS
|
Name: perl-Net-DNS
|
||||||
Version: 1.450.0
|
Version: 1.510.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 1.45 -> normalize -> 1.450.0
|
# 1.51 -> normalize -> 1.510.0
|
||||||
%define cpan_version 1.45
|
%define cpan_version 1.51
|
||||||
License: MIT
|
License: MIT
|
||||||
Summary: Perl Interface to the Domain Name System
|
Summary: Perl Interface to the Domain Name System
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -31,7 +31,7 @@ BuildArch: noarch
|
|||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Carp) >= 1.1
|
BuildRequires: perl(Carp) >= 1.1
|
||||||
BuildRequires: perl(Digest::HMAC) >= 1.03
|
BuildRequires: perl(Digest::HMAC) >= 1.30
|
||||||
BuildRequires: perl(Digest::MD5) >= 2.37
|
BuildRequires: perl(Digest::MD5) >= 2.37
|
||||||
BuildRequires: perl(Digest::SHA) >= 5.23
|
BuildRequires: perl(Digest::SHA) >= 5.23
|
||||||
BuildRequires: perl(Encode) >= 2.26
|
BuildRequires: perl(Encode) >= 2.26
|
||||||
@@ -52,10 +52,10 @@ BuildRequires: perl(Time::Local) >= 1.19
|
|||||||
BuildRequires: perl(base) >= 2.13
|
BuildRequires: perl(base) >= 2.13
|
||||||
BuildRequires: perl(constant) >= 1.17
|
BuildRequires: perl(constant) >= 1.17
|
||||||
BuildRequires: perl(overload) >= 1.06
|
BuildRequires: perl(overload) >= 1.06
|
||||||
#BuildRequires: perl(warnings) >= 1.0501
|
#BuildRequires: perl(warnings) >= 1.05
|
||||||
Requires: perl(base) >= 2.13
|
Requires: perl(base) >= 2.13
|
||||||
Requires: perl(Carp) >= 1.1
|
Requires: perl(Carp) >= 1.1
|
||||||
Requires: perl(Digest::HMAC) >= 1.03
|
Requires: perl(Digest::HMAC) >= 1.30
|
||||||
Requires: perl(Digest::MD5) >= 2.37
|
Requires: perl(Digest::MD5) >= 2.37
|
||||||
Requires: perl(Digest::SHA) >= 5.23
|
Requires: perl(Digest::SHA) >= 5.23
|
||||||
Requires: perl(Encode) >= 2.26
|
Requires: perl(Encode) >= 2.26
|
||||||
@@ -102,6 +102,7 @@ Provides: perl(Net::DNS::RR::DHCID)
|
|||||||
Provides: perl(Net::DNS::RR::DNAME)
|
Provides: perl(Net::DNS::RR::DNAME)
|
||||||
Provides: perl(Net::DNS::RR::DNSKEY)
|
Provides: perl(Net::DNS::RR::DNSKEY)
|
||||||
Provides: perl(Net::DNS::RR::DS)
|
Provides: perl(Net::DNS::RR::DS)
|
||||||
|
Provides: perl(Net::DNS::RR::DSYNC)
|
||||||
Provides: perl(Net::DNS::RR::EUI48)
|
Provides: perl(Net::DNS::RR::EUI48)
|
||||||
Provides: perl(Net::DNS::RR::EUI64)
|
Provides: perl(Net::DNS::RR::EUI64)
|
||||||
Provides: perl(Net::DNS::RR::GPOS)
|
Provides: perl(Net::DNS::RR::GPOS)
|
||||||
@@ -143,8 +144,10 @@ Provides: perl(Net::DNS::RR::OPT::NSID)
|
|||||||
Provides: perl(Net::DNS::RR::OPT::PADDING)
|
Provides: perl(Net::DNS::RR::OPT::PADDING)
|
||||||
Provides: perl(Net::DNS::RR::OPT::REPORT_CHANNEL)
|
Provides: perl(Net::DNS::RR::OPT::REPORT_CHANNEL)
|
||||||
Provides: perl(Net::DNS::RR::OPT::TCP_KEEPALIVE)
|
Provides: perl(Net::DNS::RR::OPT::TCP_KEEPALIVE)
|
||||||
|
Provides: perl(Net::DNS::RR::OPT::ZONEVERSION)
|
||||||
Provides: perl(Net::DNS::RR::PTR)
|
Provides: perl(Net::DNS::RR::PTR)
|
||||||
Provides: perl(Net::DNS::RR::PX)
|
Provides: perl(Net::DNS::RR::PX)
|
||||||
|
Provides: perl(Net::DNS::RR::RESINFO)
|
||||||
Provides: perl(Net::DNS::RR::RP)
|
Provides: perl(Net::DNS::RR::RP)
|
||||||
Provides: perl(Net::DNS::RR::RRSIG)
|
Provides: perl(Net::DNS::RR::RRSIG)
|
||||||
Provides: perl(Net::DNS::RR::RT)
|
Provides: perl(Net::DNS::RR::RT)
|
||||||
@@ -177,7 +180,7 @@ Provides: perl(Net::DNS::ZoneFile)
|
|||||||
Provides: perl(Net::DNS::ZoneFile::Generator)
|
Provides: perl(Net::DNS::ZoneFile::Generator)
|
||||||
Provides: perl(Net::DNS::ZoneFile::Text)
|
Provides: perl(Net::DNS::ZoneFile::Text)
|
||||||
%undefine __perllib_provides
|
%undefine __perllib_provides
|
||||||
Recommends: perl(Digest::BubbleBabble) >= 0.02
|
Recommends: perl(Digest::BubbleBabble) >= 0.20
|
||||||
Recommends: perl(Net::LibIDN2) >= 1
|
Recommends: perl(Net::LibIDN2) >= 1
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
@@ -194,7 +197,7 @@ The programmer should be familiar with the structure of a DNS packet and
|
|||||||
the zone file presentation format described in RFC1035.
|
the zone file presentation format described in RFC1035.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user