]> git.pld-linux.org Git - packages/perl-IO-Multiplex.git/commitdiff
- should be ready for perl-5.8.0; release++
authorradek <radek@pld-linux.org>
Sat, 1 Mar 2003 19:37:07 +0000 (19:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-IO-Multiplex.spec -> 1.7

perl-IO-Multiplex.spec

index 08562108177fce4cb25c580ef8caee6cfcfb763f..b186735ef4bc22b8ac377dc2b60e0dbf5ea04a21 100644 (file)
@@ -9,12 +9,12 @@ 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:       1
+Release:       2
 License:       Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 BuildRequires: perl >= 5.6
-BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -37,7 +37,8 @@ nas
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 
 %{!?_without_tests:%{__make} test}
@@ -53,5 +54,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes README TODO
-%{perl_sitelib}/IO/Multiplex.pm
+%{perl_vendorlib}/IO/Multiplex.pm
 %{_mandir}/man3/*
This page took 0.029411 seconds and 4 git commands to generate.