]> git.pld-linux.org Git - packages/perl-Math-VecStat.git/commitdiff
- tests added
authorankry <ankry@pld-linux.org>
Fri, 23 Apr 2004 07:39:17 +0000 (07:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Math-VecStat.spec -> 1.35

perl-Math-VecStat.spec

index 2d82717d04d1704564d272bdbe6bf2eab27ec4ed..914fa4148c5381c19e7e40c31e3d5c9d98a33203 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+%bcond_without tests   # do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    Math
 %define        pnam    VecStat
@@ -6,7 +10,8 @@ Summary(pl):   Math::VecStat - podstawowe statystyki na wektorach (min,max,
 Name:          perl-Math-VecStat
 Version:       0.08
 Release:       1
-License:       GPL
+# same as perl
+License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 3df23fb451f73bb49fd4ea344ba94020
@@ -35,6 +40,8 @@ akceptowalna, ale nie jest to zalecane ze wzgl
        INSTALLDIRS=vendor
 %{__make}
 
+%{?with_tests:%{__make} test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.033172 seconds and 4 git commands to generate.