]> 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 b406d0573b1e35db0a41f1d1358f27de41dd2cdf..e0e4211f85cf3e102481e096ed9762b56f4cfa7d 100644 (file)
@@ -1,19 +1,20 @@
 #
 # 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.04
-Release:       2
+Version:       1.08
+Release:       1
 License:       Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-BuildRequires: perl-devel >= 5.6
+# Source0-md5: b27e0eb03f85cfd04b3e29953cfd4444
+BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -38,15 +39,16 @@ nas
 
 %build
 %{__perl} Makefile.PL \
-       INSTALLDIRS=vendor 
+       INSTALLDIRS=vendor
 %{__make}
 
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.025829 seconds and 4 git commands to generate.