]> git.pld-linux.org Git - packages/perl-Crypt-OpenSSL-Random.git/commitdiff
- fixed Summary, added pl description RA-1_0 STABLE perl-Crypt-OpenSSL-Random-0_03-3
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 15 Aug 2002 17:50:12 +0000 (17:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added conditional tests
- release 3

Changed files:
    perl-Crypt-OpenSSL-Random.spec -> 1.4

perl-Crypt-OpenSSL-Random.spec

index fecfe594f3f9f292b5e3d586ce71d3906894cc59..26424e0ed5e15f64c57fd7bf89d8b16751dd220e 100644 (file)
@@ -1,10 +1,15 @@
+#
+# Conditional build:
+# _without_tests - do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    Crypt
 %define                pnam    OpenSSL-Random
-Summary:       Crypt::OpenSSL::RSA - RSA encoding and decoding
+Summary:       Crypt::OpenSSL::Random - accessing the OpenSSL pseudo-random number generator
+Summary(pl):   Crypt::OpenSSL::Random - dostêp do generatora liczb pseudolosowych z OpenSSL
 Name:          perl-Crypt-OpenSSL-Random
 Version:       0.03
-Release:       2
+Release:       3
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
@@ -14,8 +19,12 @@ BuildRequires:       rpm-perlprov >= 3.0.3-16
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL
-library's pseudo-random number generator.
+Crypt::OpenSSL::Random provides the ability to seed and query the
+OpenSSL library's pseudo-random number generator.
+
+%description -l pl
+Modu³ Crypt::OpenSSL::Random daje mo¿liwo¶æ zasilania oraz odpytywanie
+generatora liczb pseudolosowych z biblioteki OpenSSL.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -24,6 +33,8 @@ library's pseudo-random number generator.
 perl Makefile.PL
 %{__make} OPTIMIZE="%{rpmcflags}"
 
+%{!?_without_tests:%{__make} test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.116845 seconds and 4 git commands to generate.