packages: perl-Net-DNS-SEC/perl-Net-DNS-SEC.spec - pl - versioned install t...

qboosh qboosh at pld-linux.org
Mon Feb 6 21:08:18 CET 2012


Author: qboosh                       Date: Mon Feb  6 20:08:18 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- pl
- versioned install time dependencies (only unversioned are autodetected)

---- Files affected:
packages/perl-Net-DNS-SEC:
   perl-Net-DNS-SEC.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: packages/perl-Net-DNS-SEC/perl-Net-DNS-SEC.spec
diff -u packages/perl-Net-DNS-SEC/perl-Net-DNS-SEC.spec:1.13 packages/perl-Net-DNS-SEC/perl-Net-DNS-SEC.spec:1.14
--- packages/perl-Net-DNS-SEC/perl-Net-DNS-SEC.spec:1.13	Thu Jan 12 17:48:55 2012
+++ packages/perl-Net-DNS-SEC/perl-Net-DNS-SEC.spec	Mon Feb  6 21:08:13 2012
@@ -1,13 +1,13 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_with	tests		# do not perform "make test"
+%bcond_with	tests	# perform "make test"
 #
 %include	/usr/lib/rpm/macros.perl
 %define	pdir	Net
 %define	pnam	DNS-SEC
 Summary:	Net::DNS::SEC - DNSSEC extensions to Net::DNS
-Summary(pl.UTF-8):	Net::DNS::SEC - rozszerzenie DNSSEC do Net::DNS
+Summary(pl.UTF-8):	Net::DNS::SEC - rozszerzenia DNSSEC do Net::DNS
 Name:		perl-Net-DNS-SEC
 Version:	0.16
 Release:	1
@@ -19,14 +19,21 @@
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
 %if %{with tests}
-BuildRequires:	perl(MIME::Base32)
 BuildRequires:	perl-Crypt-OpenSSL-Bignum >= 0.03
 BuildRequires:	perl-Crypt-OpenSSL-DSA >= 0.1
 BuildRequires:	perl-Crypt-OpenSSL-RSA >= 0.19
 BuildRequires:	perl-Digest-BubbleBabble >= 0.01
+BuildRequires:	perl-Digest-SHA >= 5.23
 BuildRequires:	perl-Digest-SHA1
+BuildRequires:	perl-MIME-Base32
 BuildRequires:	perl-Net-DNS >= 0.64
+BuildRequires:	perl-Test-Simple >= 0.47
 %endif
+Requires:	perl-Crypt-OpenSSL-Bignum >= 0.03
+Requires:	perl-Crypt-OpenSSL-DSA >= 0.1
+Requires:	perl-Crypt-OpenSSL-RSA >= 0.19
+Requires:	perl-Digest-SHA >= 5.23
+Requires:	perl-Net-DNS >= 0.64
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -40,14 +47,21 @@
 
 RSA and DSA crypto routines are supported.
 
-For details see Net::DNS::RR::RRSIG, Net::DNS::RR::DNSKEY,
-Net::DNS::RR::NSEC, Net::DNS::RR:DS, Net::DNS::RR::DLV, and see
-Net::DNS::RR::SIG and Net::DNS::RR::KEY for the use with SIG0.
-
 Net::DNS contains all needed hooks to load the Net::DNS::SEC
 extensions when they are available.
 
-# %description -l pl.UTF-8 # TODO
+%description -l pl.UTF-8
+Moduły Net::DNS::SEC udostępniają rekordy porzebne do obsługi DNSSEC
+(RFC 4033, 4034 oraz 4035). Poza DLV RR obsługiwany jest też klon DS
+RR (RFC 4431).
+
+Pakiet udostępnia także obsługę SIG0. Jest to przydatne do
+dynamicznych uaktualnień przy użyciu par kluczy.
+
+Procedury kryptograficzne RSA i DSA są także obsługiwane.
+
+Moduł Net::DNS zawiera wszystkie uchwyty konieczne do wczytywania
+rozszerzeń Net::DNS::SEC w razie potrzeby.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -71,11 +85,14 @@
 %files
 %defattr(644,root,root,755)
 %doc Changes README TODO
-%{perl_vendorlib}/Net/DNS/*.pm
+%{perl_vendorlib}/Net/DNS/Keyset.pm
+%{perl_vendorlib}/Net/DNS/SEC.pm
 %dir %{perl_vendorlib}/Net/DNS/RR
 %{perl_vendorlib}/Net/DNS/RR/*.pm
 %{perl_vendorlib}/Net/DNS/SEC
-%{_mandir}/man3/*
+%{_mandir}/man3/Net::DNS::Keyset.3pm*
+%{_mandir}/man3/Net::DNS::RR::*.3pm*
+%{_mandir}/man3/Net::DNS::SEC*.3pm*
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -83,6 +100,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2012/02/06 20:08:13  qboosh
+- pl
+- versioned install time dependencies (only unversioned are autodetected)
+
 Revision 1.13  2012/01/12 16:48:55  zbyniu
 - up to 0.16
 
@@ -98,4 +119,3 @@
 
 Revision 1.9  2009/08/27 11:51:13  amateja
 - updated to 0.15
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Net-DNS-SEC/perl-Net-DNS-SEC.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list