X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=perl-Math-PRSG.spec;h=d0d4517d082985cb24979136ff1b21851e17cd43;hb=01aab1ca850e7bb41d61af841bcf2d2e377d9d6f;hp=ea15ed0eecfe423b74a36fc89fe9635a2361af9f;hpb=2d6b0c7371a046ff299ee45b6dcb958617bb3b35;p=packages%2Fperl-Math-PRSG.git diff --git a/perl-Math-PRSG.spec b/perl-Math-PRSG.spec index ea15ed0..d0d4517 100644 --- a/perl-Math-PRSG.spec +++ b/perl-Math-PRSG.spec @@ -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 PRSG @@ -6,7 +10,8 @@ Summary(pl): Modu Name: perl-Math-PRSG Version: 1.0 Release: 8 -License: GPL +# if used in a product, Systemics should be given attribution as the author +License: free use, distributable Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 4f0c32973d5b03d2a665b6ac6ec04b9c @@ -28,7 +33,10 @@ Math::PRSG - interfejs do funkcji generowania pseudolosowych sekwencji. %build %{__perl} Makefile.PL \ INSTALLDIRS=vendor -%{__make} OPTIMIZE="%{rpmcflags}" +%{__make} \ + OPTIMIZE="%{rpmcflags}" + +%{?with_tests:%{__make} test} %install rm -rf $RPM_BUILD_ROOT