]> git.pld-linux.org Git - packages/perl-Crypt-OpenSSL-DSA.git/blobdiff - perl-Crypt-OpenSSL-DSA.spec
perl 5.38.0 rebuild
[packages/perl-Crypt-OpenSSL-DSA.git] / perl-Crypt-OpenSSL-DSA.spec
index 5386943f462d6105db90a315d68b75e5f256dbc6..eb35f5917834c9e3e8b27151cd506ab489288fac 100644 (file)
@@ -1,45 +1,55 @@
 #
 # Conditional build:
-# _without_tests - do not perform "make test"
+%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):   Modu³ Perla Crypt::OpenSSL::DSA - algorytm DSA u¿ywaj±cy OpenSSL
+Summary(pl.UTF-8):     Crypt::OpenSSL::DSA - algorytm DSA używający OpenSSL
 Name:          perl-Crypt-OpenSSL-DSA
-Version:       0.11
-Release:       1
-License:       GPL
+Version:       0.20
+Release:       5
+# same as perl
+License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-BuildRequires: openssl-devel >= 0.9.7
-BuildRequires: perl-devel >= 5.6.1
-BuildRequires: rpm-perlprov >= 3.0.3-16
+Source0:       http://www.cpan.org/modules/by-module/Crypt/%{pdir}-%{pnam}-%{version}.tar.gz
+# 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)
 
 %description
 Crypt::OpenSSL::DSA implements the DSA (Digital Signature Algorithm)
 signature verification system.
 
-%description -l pl
-Modu³ Crypt::OpenSSL::DSA jest implementacj± systemu weryfikacji
-podpisów DSA (Digital Signature Algorithm).
+%description -l pl.UTF-8
+Moduł Crypt::OpenSSL::DSA jest implementacją systemu weryfikacji
+podpisów DSA (Digital Signature Algorithm).
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-perl Makefile.PL
-%{__make} OPTIMIZE="%{rpmcflags}"
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
+%{__make} \
+       CC="%{__cc}" \
+       OPTIMIZE="%{rpmcflags}"
 
-##### were disabled - some of tests fail randomly ?
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$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
@@ -47,8 +57,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes README
-%{perl_sitearch}/Crypt/OpenSSL/DSA.pm
-%dir %{perl_sitearch}/auto/Crypt/OpenSSL/DSA
-%{perl_sitearch}/auto/Crypt/OpenSSL/DSA/*.bs
-%attr(755,root,root) %{perl_sitearch}/auto/Crypt/OpenSSL/DSA/*.so
-%{_mandir}/man3/*
+%{perl_vendorarch}/Crypt/OpenSSL/DSA.pm
+%dir %{perl_vendorarch}/auto/Crypt/OpenSSL/DSA
+%attr(755,root,root) %{perl_vendorarch}/auto/Crypt/OpenSSL/DSA/DSA.so
+%{_mandir}/man3/Crypt::OpenSSL::DSA*.3pm*
This page took 0.081735 seconds and 4 git commands to generate.