]> git.pld-linux.org Git - packages/perl-IO-Socket-SSL.git/commitdiff
- disabled tests
authorankry <ankry@pld-linux.org>
Thu, 27 Feb 2003 21:03:57 +0000 (21:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-IO-Socket-SSL.spec -> 1.30

perl-IO-Socket-SSL.spec

index 985924a0d326bb0c770761a00741f5344515e83a..1bfc38762c1b6e33877543bc7f841389f40f3aca 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Conditional build:
-# _without_tests - do not perform "make test"
+# _with_tests - perform "make test" - needs network connection
+#
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    IO
 %define        pnam    Socket-SSL
@@ -14,9 +15,7 @@ License:      GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 BuildRequires: perl >= 5.6
-%if %{?_without_tests:0}%{!?_without_tests:1}
 BuildRequires: perl-Net-SSLeay
-%endif
 BuildRequires: rpm-perlprov >= 3.0.3-18
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -45,7 +44,7 @@ certyfikatu, wyb
 %{__perl} Makefile.PL
 %{__make}
 
-%{!?_without_tests:%{__make} test}
+%{?_with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.08462 seconds and 4 git commands to generate.