File perl-IO-Tee.spec of Package perl-IO-Tee
#
# spec file for package perl-IO-Tee
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-IO-Tee
Version: 0.64
Release: 0
Summary: Multiplex output to multiple handles
Source: http://search.cpan.org/CPAN/authors/id/K/KE/KENSHAN/IO-Tee-%{version}.tar.gz
Url: http://search.cpan.org/dist/IO-Tee
Group: Development/Libraries/Perl
License: GNU General Public License version 2 or later or Artistic (GPLv2+ or Artistic)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl-macros
%if 0%{?suse_version} >= 1120
BuildArch: noarch
%endif
%description
Multiplex output to multiple output handles.
%prep
%setup -q -n "IO-Tee-%{version}"
%__sed -i '/^auto_install/d' Makefile.PL
%build
%__perl Makefile.PL PREFIX="%{_prefix}"
%__make %{?_smp_flags}
%install
%perl_make_install
%perl_process_packlist
%check
%__make test
%clean
%{?buildroot:%__rm -rf "%{buildroot}"}
%files
%defattr(-,root,root)
%doc Changes README
%dir %{perl_vendorlib}/IO
%{perl_vendorlib}/IO/Tee.pm
%doc %{perl_man3dir}/IO::Tee.%{perl_man3ext}%{ext_man}
%changelog