]> git.pld-linux.org Git - packages/perl-IO-Multiplex.git/blobdiff - perl-IO-Multiplex.spec
- fixed perl-devel BR
[packages/perl-IO-Multiplex.git] / perl-IO-Multiplex.spec
index 9ecb91e003d7ffe2bd0ae2fbb9085145450cbf56..e0e4211f85cf3e102481e096ed9762b56f4cfa7d 100644 (file)
@@ -1,11 +1,11 @@
 #
 # 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    IO
 %define        pnam    Multiplex
-Summary:       IO::Multiplex - Manage IO on many file handles
+Summary:       IO::Multiplex - manage IO on many file handles
 Summary(pl):   IO::Multiplex - zarz±dzanie operacjami we/wy na wielu uchwytach plików
 Name:          perl-IO-Multiplex
 Version:       1.08
@@ -14,7 +14,7 @@ License:      Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: b27e0eb03f85cfd04b3e29953cfd4444
-BuildRequires: perl-devel >= 5.8
+BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -42,7 +42,7 @@ nas
        INSTALLDIRS=vendor
 %{__make}
 
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.340875 seconds and 4 git commands to generate.