]> git.pld-linux.org Git - packages/perl-Crypt-RC6.git/blobdiff - perl-Crypt-RC6.spec
- fixed perl-devel BR
[packages/perl-Crypt-RC6.git] / perl-Crypt-RC6.spec
index 3e03d41cd488a019bbab0fed48c9d99c8cd1a1e3..f9679c833aacd93be543489ecd67d5620622e3d8 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+%bcond_without tests   # do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    Crypt
 %define                pnam    RC6
@@ -6,11 +10,11 @@ Summary(pl): Modu
 Name:          perl-Crypt-RC6
 Version:       1.0
 Release:       2
-License:       GPL
+License:       GPL v2
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 6cd523b2ebfea33c66fc5f4252e88ce7
-BuildRequires: perl-devel >= 5.6
+BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -35,8 +39,10 @@ Wykonywane jest dwadzie
 %build
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
-%{__make} OPTIMIZE="%{rpmcflags}"
-%{__make} test
+%{__make} \
+       OPTIMIZE="%{rpmcflags}"
+
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.172457 seconds and 4 git commands to generate.