File perl-PerlIO-eol.spec of Package perl-PerlIO-eol

#
# spec file for package perl-PerlIO-eol (Version 0.14)
#
# Copyright (c) 2010 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/
#

# norootforbuild


Name:           perl-PerlIO-eol
License:        Artistic-1.0
Group:          Development/Libraries/Perl
Url:            http://cpan.org/
AutoReqProv:    on
Summary:        PerlIO layer for normalizing line endings
Version:        0.14
Release:        113
Source:         http://cpan.org/modules/by-module/PerlIO/PerlIO-eol-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros

%description
This layer normalizes any of "CR", "LF", "CRLF" and "Native" into the
designated line ending.  It works for both input and output handles.



Authors:
--------
    Autrijus Tang <autrijus at autrijus dot org>

%prep
%setup -n PerlIO-eol-%{version}

%build
perl Makefile.PL
%{__make} %{?_smp_mflags}

%install
%perl_make_install
%perl_process_packlist

%clean
[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-, root, root)
%dir %{perl_vendorarch}/PerlIO
%dir %{perl_vendorarch}/auto/PerlIO
%dir %{perl_vendorarch}/auto/PerlIO/eol
%{perl_vendorarch}/PerlIO/eol.pm
%{perl_vendorarch}/auto/PerlIO/eol/eol.*
%{_mandir}/man3/PerlIO::eol.3pm.gz

%changelog
openSUSE Build Service is sponsored by