[perl-Net-DNS] Update of Net::DNS

Marcela Mašláňová mmaslano at fedoraproject.org
Mon Oct 25 07:27:32 UTC 2010


commit dd512f28dee5006bcfcf3c1c6c26b81cf8311e51
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Mon Oct 25 09:25:04 2010 +0200

    Update of Net::DNS

 .gitignore        |    1 +
 perl-Net-DNS.spec |   24 +++++++++++++-----------
 sources           |    2 +-
 3 files changed, 15 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e31049f..6cf3fb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Net-DNS-0.65.tar.gz
+/Net-DNS-0.66.tar.gz
diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec
index 2e0da30..c3a64bc 100644
--- a/perl-Net-DNS.spec
+++ b/perl-Net-DNS.spec
@@ -1,16 +1,15 @@
-Name: perl-Net-DNS
-Version: 0.65
-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
+Name:          perl-Net-DNS
+Version:       0.66
+Release:       1%{?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)
+Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 
 %description
@@ -32,6 +31,7 @@ License:        GPL+ or Artistic
 Instances of the "Net::DNS::Nameserver" class represent DNS server
 objects.
 
+%{?perl_default_filter}
 
 %prep
 %setup -q -n Net-DNS-%{version} 
@@ -41,7 +41,6 @@ objects.
 make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
@@ -80,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Oct 25 2010 Marcela Mašláňová <mmaslano at redhat.com> - 0.66-1
+- update
+
 * Tue May 04 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.65-3
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index d8d388e..8a0552d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-54e5a12a20de39b954a93723927ac789  Net-DNS-0.65.tar.gz
+1635d876324e3c2f6e277d5778bfe94c  Net-DNS-0.66.tar.gz


More information about the scm-commits mailing list