]> git.pld-linux.org Git - packages/perl-Crypt-Twofish.git/commitdiff
- new bconds
authorankry <ankry@pld-linux.org>
Tue, 20 Apr 2004 09:55:38 +0000 (09:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Crypt-Twofish.spec -> 1.8

perl-Crypt-Twofish.spec

index d96cdf998354ef0b496e8ae4cef0261ba9336874..7f61b7a04faa31ef63ead823fd7821aec94be7f3 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Conditional build:
-# _without_tests - do not perform "make test"
+%bcond_without tests   # Do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    Crypt
 %define                pnam    Twofish
@@ -39,7 +40,7 @@ do dowolnych cel
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make} OPTIMIZE="%{rpmcflags}"
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.151723 seconds and 4 git commands to generate.