]> git.pld-linux.org Git - packages/perl-Crypt-OpenSSL-Random.git/blob - perl-Crypt-OpenSSL-Random.spec
- informative summary/description, release++, STBR
[packages/perl-Crypt-OpenSSL-Random.git] / perl-Crypt-OpenSSL-Random.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define         pdir    Crypt
3 %define         pnam    OpenSSL-Random
4 Summary:        Crypt::OpenSSL::RSA - RSA encoding and decoding
5 Name:           perl-Crypt-OpenSSL-Random
6 Version:        0.03
7 Release:        2
8 License:        GPL
9 Group:          Development/Languages/Perl
10 Source0:        ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
11 BuildRequires:  openssl-devel
12 BuildRequires:  perl-devel >= 5.6.1
13 BuildRequires:  rpm-perlprov >= 3.0.3-16
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL
18 library's pseudo-random number generator.
19
20 %prep
21 %setup -q -n %{pdir}-%{pnam}-%{version}
22
23 %build
24 perl Makefile.PL
25 %{__make} OPTIMIZE="%{rpmcflags}"
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29
30 %{__make} install DESTDIR=$RPM_BUILD_ROOT
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %doc Changes
38 %{perl_sitearch}/Crypt/OpenSSL/Random.pm
39 %dir %{perl_sitearch}/auto/Crypt/OpenSSL/Random
40 %{perl_sitearch}/auto/Crypt/OpenSSL/Random/*.bs
41 %{perl_sitearch}/auto/Crypt/OpenSSL/Random/autosplit.ix
42 %attr(755,root,root) %{perl_sitearch}/auto/Crypt/OpenSSL/Random/*.so
43 %{_mandir}/man3/*
This page took 0.087356 seconds and 3 git commands to generate.