]> git.pld-linux.org Git - packages/perl-Crypt-OpenSSL-Random.git/blobdiff - perl-Crypt-OpenSSL-Random.spec
perl 5.38.0 rebuild
[packages/perl-Crypt-OpenSSL-Random.git] / perl-Crypt-OpenSSL-Random.spec
index fd5e21f958cbefdac15419b230a807e6b21d022f..562cdc3858b82ff9189fe2849f7a2c1a09b08eec 100644 (file)
@@ -2,29 +2,32 @@
 # Conditional build:
 %bcond_without tests   # Do not perform "make test"
 #
-%include       /usr/lib/rpm/macros.perl
 %define                pdir    Crypt
 %define                pnam    OpenSSL-Random
 Summary:       Crypt::OpenSSL::Random - accessing the OpenSSL pseudo-random number generator
-Summary(pl):   Crypt::OpenSSL::Random - dostêp do generatora liczb pseudolosowych z OpenSSL
+Summary(pl.UTF-8):     Crypt::OpenSSL::Random - dostęp do generatora liczb pseudolosowych z OpenSSL
 Name:          perl-Crypt-OpenSSL-Random
-Version:       0.03
-Release:       5
-License:       unknown
+Version:       0.15
+Release:       9
+# same as perl
+License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: c6bae9c3ced1e08ffcd57120bf247a7a
+Source0:       http://www.cpan.org/modules/by-module/Crypt/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: bcde8d5a822c91376deda3c4f0c75fbe
+URL:           https://metacpan.org/dist/Crypt-OpenSSL-Random
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: perl-Crypt-OpenSSL-Guess >= 0.11
 BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: rpmbuild(macros) >= 1.745
 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.
 
-%description -l pl
-Modu³ Crypt::OpenSSL::Random daje mo¿liwo¶æ zasilania oraz odpytywanie
+%description -l pl.UTF-8
+Moduł Crypt::OpenSSL::Random daje możliwość zasilania oraz odpytywanie
 generatora liczb pseudolosowych z biblioteki OpenSSL.
 
 %prep
@@ -34,6 +37,7 @@ generatora liczb pseudolosowych z biblioteki OpenSSL.
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
@@ -52,7 +56,5 @@ rm -rf $RPM_BUILD_ROOT
 %doc Changes
 %{perl_vendorarch}/Crypt/OpenSSL/Random.pm
 %dir %{perl_vendorarch}/auto/Crypt/OpenSSL/Random
-%{perl_vendorarch}/auto/Crypt/OpenSSL/Random/*.bs
-%{perl_vendorarch}/auto/Crypt/OpenSSL/Random/autosplit.ix
-%attr(755,root,root) %{perl_vendorarch}/auto/Crypt/OpenSSL/Random/*.so
-%{_mandir}/man3/*
+%attr(755,root,root) %{perl_vendorarch}/auto/Crypt/OpenSSL/Random/Random.so
+%{_mandir}/man3/Crypt::OpenSSL::Random.3pm*
This page took 0.754813 seconds and 4 git commands to generate.