rpms/perl-Net-DNS/devel perl-Net-DNS.spec,1.34,1.35

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Fri Dec 14 16:59:14 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-Net-DNS/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23597

Modified Files:
	perl-Net-DNS.spec 
Log Message:
Split Nameserver module out of main perl-Net-DNS package.


Index: perl-Net-DNS.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-DNS/devel/perl-Net-DNS.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- perl-Net-DNS.spec	24 Oct 2007 16:11:09 -0000	1.34
+++ perl-Net-DNS.spec	14 Dec 2007 16:58:38 -0000	1.35
@@ -1,15 +1,18 @@
 Name: perl-Net-DNS
 Version: 0.61
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: DNS resolver modules for Perl
 License: GPL+ or Artistic
 Group: Development/Libraries
 URL: http://www.net-dns.org/
 Source0: http://www.cpan.org/authors/id/O/OL/OLAF/Net-DNS-%{version}.tar.gz
 BuildRequires: perl(Digest::HMAC), perl(ExtUtils::MakeMaker), perl(Test::More), perl(Net::IP)
+BuildRequires: perl(Test::Pod)
+BuildRequires: perl(Digest::BubbleBabble)
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+
 %description
 Net::DNS is a collection of Perl modules that act as a Domain Name
 System (DNS) resolver. It allows the programmer to perform DNS queries
@@ -19,6 +22,17 @@
 packet and its various sections. See RFC 1035 or DNS and BIND (Albitz
 & Liu) for details.
 
+
+%package Nameserver
+Summary:        DNS server for Perl
+Group:          Development/Libraries
+License:        GPL+ or Artistic
+
+%description Nameserver
+Instances of the "Net::DNS::Nameserver" class represent DNS server
+objects.
+
+
 %prep
 %setup -q -n Net-DNS-%{version} 
 
@@ -55,7 +69,23 @@
 %exclude %{_mandir}/man3/Net::DNS::Resolver::Cygwin.3*
 %exclude %{_mandir}/man3/Net::DNS::Resolver::Win32.3*
 
+# perl-Net-DNS-Nameserver
+%exclude %{perl_vendorarch}/Net/DNS/Nameserver.pm
+%exclude %{_mandir}/man3/Net::DNS::Nameserver*
+
+%files Nameserver
+%{perl_vendorarch}/Net/DNS/Nameserver.pm
+%{_mandir}/man3/Net::DNS::Nameserver*
+
+
 %changelog
+* Fri Dec 14 2007 Robin Norwood <rnorwood at redhat.com> - 0.61-3
+- Split Nameserver.pm into subpackage, per recommendation from
+  upstream maintainer Dick Franks.
+  - Separates the server bits from the client bits.
+  - Removes the dependancy on perl(Net::IP) from perl-Net-DNS
+- Add BR for perl(Test::Pod) and perl(Digest::BubbleBabble)
+
 * Wed Oct 24 2007 Robin Norwood <rnorwood at redhat.com> - 0.61-2
 - Update license tag
 - Convert Changes to utf-8




More information about the fedora-extras-commits mailing list