]> git.pld-linux.org Git - packages/perl-Crypt-OpenSSL-Random.git/commitdiff
- cosmetics: unification
authorankry <ankry@pld-linux.org>
Sun, 25 Apr 2004 06:25:06 +0000 (06:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Crypt-OpenSSL-Random.spec -> 1.16

perl-Crypt-OpenSSL-Random.spec

index 99250ffa8b3f8bc672ac16fc2b5cb3aa23bf09da..9b1a5545dbd5112d9bf1c4f4460eff3fa54c9432 100644 (file)
@@ -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
This page took 0.06026 seconds and 4 git commands to generate.