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

perl-Bit-Vector.spec

index 2ebc27932f9d3c5d7d205fe90ee14a0690cee2c7..a3483df32aac678df5940946aef9feec146944fc 100644 (file)
@@ -147,14 +147,16 @@ Bit::Vector 
 %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
 rm -f GNU_{,L}GPL.txt
 
 %clean
This page took 0.108675 seconds and 4 git commands to generate.