]> git.pld-linux.org Git - packages/perl-Crypt-TripleDES.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-TripleDES.spec -> 1.10

perl-Crypt-TripleDES.spec

index 7c69fb75a06e660706d0aac353c4b705d5b0ab8f..3fefaab8c407ecd8f32d870f4614ab3a96cd7b19 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    TripleDES
@@ -38,7 +39,8 @@ jest zalecany do u
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make}
-%{!?_without_tests:%{__make} test}
+
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.109036 seconds and 4 git commands to generate.