X-Git-Url: https://git.pld-linux.org/?p=packages%2Fperl-Crypt-OpenSSL-DSA.git;a=blobdiff_plain;f=perl-Crypt-OpenSSL-DSA.spec;h=53bbeb0373c2577f99efbdfe9a4aa0721b853612;hp=83936a73d6802fc6c78fb162b3ce5e339ad65509;hb=HEAD;hpb=e9139bf2a3fa28716b29eab1a121904619ce1398 diff --git a/perl-Crypt-OpenSSL-DSA.spec b/perl-Crypt-OpenSSL-DSA.spec index 83936a7..eb35f59 100644 --- a/perl-Crypt-OpenSSL-DSA.spec +++ b/perl-Crypt-OpenSSL-DSA.spec @@ -2,24 +2,24 @@ # Conditional build: %bcond_without tests # Do not perform "make test" # -%include /usr/lib/rpm/macros.perl %define pdir Crypt %define pnam OpenSSL-DSA Summary: Crypt::OpenSSL::DSA - Digital Signature Algorithm using OpenSSL Summary(pl.UTF-8): Crypt::OpenSSL::DSA - algorytm DSA używający OpenSSL Name: perl-Crypt-OpenSSL-DSA -Version: 0.13 +Version: 0.20 Release: 5 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/Crypt/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: 3ae371799108731623a8d9b3adf7f767 -URL: http://search.cpan.org/dist/Crypt-OpenSSL-DSA/ +# Source0-md5: 8f11ba8db9dfbfff37a5df677af02538 +URL: https://metacpan.org/dist/Crypt-OpenSSL-DSA BuildRequires: openssl-devel >= 0.9.7d BuildRequires: openssl-tools BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 +BuildRequires: rpmbuild(macros) >= 1.745 BuildRequires: which BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -41,7 +41,6 @@ podpisów DSA (Digital Signature Algorithm). CC="%{__cc}" \ OPTIMIZE="%{rpmcflags}" -##### were disabled - some of tests fail randomly ? %{?with_tests:%{__make} test} %install @@ -50,6 +49,8 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/Crypt/OpenSSL/DSA/Signature.pod + %clean rm -rf $RPM_BUILD_ROOT @@ -58,6 +59,5 @@ rm -rf $RPM_BUILD_ROOT %doc Changes README %{perl_vendorarch}/Crypt/OpenSSL/DSA.pm %dir %{perl_vendorarch}/auto/Crypt/OpenSSL/DSA -%{perl_vendorarch}/auto/Crypt/OpenSSL/DSA/*.bs -%attr(755,root,root) %{perl_vendorarch}/auto/Crypt/OpenSSL/DSA/*.so -%{_mandir}/man3/* +%attr(755,root,root) %{perl_vendorarch}/auto/Crypt/OpenSSL/DSA/DSA.so +%{_mandir}/man3/Crypt::OpenSSL::DSA*.3pm*