rpms/perl-Net-DNS-SEC/devel perl-Net-DNS-SEC.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Wes Hardaker (hardaker) fedora-extras-commits at redhat.com
Thu Jul 12 15:22:18 UTC 2007


Author: hardaker

Update of /cvs/extras/rpms/perl-Net-DNS-SEC/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv689/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Net-DNS-SEC.spec 
Log Message:
initial import


--- NEW FILE perl-Net-DNS-SEC.spec ---
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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-DNS-SEC/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Jul 2007 02:57:16 -0000	1.1
+++ .cvsignore	12 Jul 2007 15:21:46 -0000	1.2
@@ -0,0 +1 @@
+Net-DNS-SEC-0.14.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-DNS-SEC/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Jul 2007 02:57:16 -0000	1.1
+++ sources	12 Jul 2007 15:21:46 -0000	1.2
@@ -0,0 +1 @@
+a87e3e4c8467ea2d64408abae2abcfc6  Net-DNS-SEC-0.14.tar.gz




More information about the scm-commits mailing list