hardaker pushed to perl-Net-DNS-SEC (epel7). "initial import"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 28 18:16:30 UTC 2015


>From 3c7c5d865ed218e16bee1a231daa5e6b598da001 Mon Sep 17 00:00:00 2001
From: Wes Hardaker <hardaker at fedoraproject.org>
Date: Thu, 12 Jul 2007 15:21:46 +0000
Subject: initial import


diff --git a/.cvsignore b/.cvsignore
index e69de29..9bda9f8 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+Net-DNS-SEC-0.14.tar.gz
diff --git a/perl-Net-DNS-SEC.spec b/perl-Net-DNS-SEC.spec
new file mode 100644
index 0000000..42ededd
--- /dev/null
+++ b/perl-Net-DNS-SEC.spec
@@ -0,0 +1,73 @@
+Name:           perl-Net-DNS-SEC
+Version:        0.14
+Release:        2%{?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)
+BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Net::DNS)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Crypt::OpenSSL::RSA)
+BuildRequires:  perl(Crypt::OpenSSL::Bignum)
+BuildRequires:  perl(Crypt::OpenSSL::DSA)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(MIME::Base64)
+BuildRequires:  perl(Math::BigInt)
+BuildRequires:  perl(Time::Local)
+BuildRequires:  perl(Digest::BubbleBabble)
+BuildRequires:  perl(Digest::SHA)
+
+# neither are picked up automagically.
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+The Net::DSN::SEC suite provides the resource records that are needed
+for DNSSEC (RFC 4033, 4034 and 4035).
+
+It also provides support for SIG0. That later is useful for dynamic
+updates using key-pairs.
+
+RSA and DSA crypto routines are supported.
+
+%prep
+%setup -q -n Net-DNS-SEC-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README TODO
+%doc demo/
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Jul 11 2007  Wes Hardaker <wjhns174 at hardakers.net> - 0.14-2
+- BuildRequire Digest::SHA
+- include the demo scripts in the documentation
+
+* Wed Apr 18 2007  Wes Hardaker <wjhns174 at hardakers.net> - 0.14-1
+- Initial version
diff --git a/sources b/sources
index e69de29..65d612e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a87e3e4c8467ea2d64408abae2abcfc6  Net-DNS-SEC-0.14.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Net-DNS-SEC.git/commit/?h=epel7&id=3c7c5d865ed218e16bee1a231daa5e6b598da001


More information about the scm-commits mailing list