From f2cf8c7efc71cc1d4b6337e4f2c9311430cc85b4 Mon Sep 17 00:00:00 2001 From: ankry Date: Sun, 25 Apr 2004 06:25:06 +0000 Subject: [PATCH] - cosmetics: unification Changed files: perl-Crypt-OpenSSL-Random.spec -> 1.16 --- perl-Crypt-OpenSSL-Random.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/perl-Crypt-OpenSSL-Random.spec b/perl-Crypt-OpenSSL-Random.spec index 99250ff..9b1a554 100644 --- a/perl-Crypt-OpenSSL-Random.spec +++ b/perl-Crypt-OpenSSL-Random.spec @@ -33,14 +33,16 @@ generatora liczb pseudolosowych z biblioteki OpenSSL. %build %{__perl} Makefile.PL \ INSTALLDIRS=vendor -%{__make} OPTIMIZE="%{rpmcflags}" +%{__make} \ + OPTIMIZE="%{rpmcflags}" %{?with_tests:%{__make} test} %install rm -rf $RPM_BUILD_ROOT -%{__make} install DESTDIR=$RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -- 2.44.0