]> git.pld-linux.org Git - packages/perl-Crypt-OpenSSL-DSA.git/commitdiff
- check-files cleanup, removed outdated comment
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Jun 2013 10:27:33 +0000 (12:27 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Jun 2013 10:27:33 +0000 (12:27 +0200)
perl-Crypt-OpenSSL-DSA.spec

index 0b8696657f0e407c0764d017205debc5ac905c0f..7a68828e96741d661cc5d7f27a57e70f7adf17b3 100644 (file)
@@ -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,6 @@ 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/*
+%{perl_vendorarch}/auto/Crypt/OpenSSL/DSA/DSA.bs
+%attr(755,root,root) %{perl_vendorarch}/auto/Crypt/OpenSSL/DSA/DSA.so
+%{_mandir}/man3/Crypt::OpenSSL::DSA*.3pm*
This page took 0.107193 seconds and 4 git commands to generate.