]> git.pld-linux.org Git - packages/perl-IO-String.git/commitdiff
- tests added auto/ac/perl-IO-String-1_05-1
authorankry <ankry@pld-linux.org>
Sun, 25 Apr 2004 13:06:21 +0000 (13:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-IO-String.spec -> 1.34

perl-IO-String.spec

index 3d378a44c430c778a592e8e2437ba0df634d42c5..62457571c538be36808dbe79ba728bd986c90965 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+%bcond_without tests   # do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    IO
 %define        pnam    String
@@ -30,12 +34,14 @@ znak
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make}
-%{__make} test
+
+%{?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.0893 seconds and 4 git commands to generate.