[perl-Net-DNS-SEC] * Fri Nov 29 2013 Paul Wouters <pwouters at redhat.com> - 0.17-1 - Updated to 0.17 - Cleanup some old r

Paul Wouters pwouters at fedoraproject.org
Fri Nov 29 21:06:07 UTC 2013


commit 5265d7b074eed8159a3acc183a70e787a9670fad
Author: Paul Wouters <pwouters at redhat.com>
Date:   Fri Nov 29 16:05:50 2013 -0500

    * Fri Nov 29 2013 Paul Wouters <pwouters at redhat.com> - 0.17-1
    - Updated to 0.17
    - Cleanup some old rhel5 style macros

 perl-Net-DNS-SEC.spec               |   20 +++-----
 v0.16-NSEC-nxtdname-issue.patch     |   11 ----
 v0.16-v1.3-private-key-format.patch |  101 -----------------------------------
 3 files changed, 7 insertions(+), 125 deletions(-)
---
diff --git a/perl-Net-DNS-SEC.spec b/perl-Net-DNS-SEC.spec
index 01757fa..125a5b3 100644
--- a/perl-Net-DNS-SEC.spec
+++ b/perl-Net-DNS-SEC.spec
@@ -1,12 +1,11 @@
 Name:           perl-Net-DNS-SEC
-Version:        0.16
-Release:        15%{?dist}
+Version:        0.17
+Release:        1%{?dist}
 Summary:        DNSSEC modules for Perl
 License:        GPL+ or Artistic 
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Net-DNS-SEC/
-Source0:        http://www.cpan.org/authors/id/O/OL/OLAF/Net-DNS-SEC-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://www.net-dns.org/download//Net-DNS-SEC-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
@@ -22,8 +21,6 @@ BuildRequires:  perl(Time::Local)
 BuildRequires:  perl(Digest::BubbleBabble)
 BuildRequires:  perl(Digest::SHA)
 BuildRequires:  perl(MIME::Base32)
-Patch1:         v0.16-v1.3-private-key-format.patch
-Patch2:         v0.16-NSEC-nxtdname-issue.patch
 
 # neither are picked up automagically.
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -40,9 +37,6 @@ RSA and DSA crypto routines are supported.
 %prep
 %setup -q -n Net-DNS-SEC-%{version}
 
-%patch1 -p1 -b .v1-3
-%patch2 -b .nsec
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -60,17 +54,17 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README TODO
 %doc demo/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Nov 29 2013 Paul Wouters <pwouters at redhat.com> - 0.17-1
+- Updated to 0.17
+- Cleanup some old rhel5 style macros
+
 * Thu Aug 08 2013 Paul Wouters <pwouters at redhat.com> - 0.16-15
 - Rebuild for newer perl dependancies
 


More information about the scm-commits mailing list