]> git.pld-linux.org Git - packages/perl-Net-SSLeay.git/commitdiff
- new bcond style; some cosmetics here and there; changelog cleanups
authoreothane <eothane@pld-linux.org>
Sat, 13 Mar 2004 23:09:16 +0000 (23:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Net-SSLeay.spec -> 1.47

perl-Net-SSLeay.spec

index aa18cbacab14284c1900a3e44b8f81e605112408..ad6d3abdde14c571f96cd86832586672ed5a1ec5 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# _with_tests - perform "make test"
+%bcond_with    tests   # perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
 Summary:       Net::SSLeay - Perl extension for using OpenSSL or SSLeay
@@ -42,7 +42,7 @@ aplikacji.
 %{__make} \
        OPTIMIZE="%{rpmcflags}"
 
-%{?_with_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.103126 seconds and 4 git commands to generate.