File perl-PerlIO-eol.spec of Package perl-PerlIO-eol
#
# spec file for package perl-PerlIO-eol (Version 0.14)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-PerlIO-eol
License: Artistic License
Group: Development/Languages/Perl
URL: http://cpan.org/
Requires: perl = %{perl_version}
Autoreqprov: on
Summary: PerlIO layer for normalizing line endings
Version: 0.14
Release: 1
Source: http://cpan.org/modules/by-module/PerlIO/PerlIO-eol-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%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}
%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/.packlist
%{perl_vendorarch}/auto/PerlIO/eol/eol.*
%{_mandir}/man3/PerlIO::eol.3pm.gz
/var/adm/perl-modules/%{name}
%changelog -n perl-PerlIO-eol
* Fri Jan 05 2007 - lmuelle@suse.de
- Update to version 0.14.
+ Doc fixes.
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Feb 16 2005 - schwab@suse.de
- Don't remove BuildRoot in %%install.
* Tue Feb 15 2005 - lmuelle@suse.de
- Initial SuSE package.