2007-01-15 23:31:34 +00:00
|
|
|
#
|
|
|
|
# spec file for package perl-PerlIO-via-dynamic (Version 0.12)
|
|
|
|
#
|
2010-01-14 17:52:51 +00:00
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:31:34 +00:00
|
|
|
#
|
2009-06-18 15:10:45 +00:00
|
|
|
# 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.
|
|
|
|
|
2007-01-15 23:31:34 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2009-06-18 15:10:45 +00:00
|
|
|
|
2007-01-15 23:31:34 +00:00
|
|
|
Name: perl-PerlIO-via-dynamic
|
2010-01-14 17:52:51 +00:00
|
|
|
License: Artistic
|
2009-06-18 15:10:45 +00:00
|
|
|
Group: Development/Libraries/Perl
|
|
|
|
Url: http://cpan.org/
|
|
|
|
AutoReqProv: on
|
2007-01-15 23:31:34 +00:00
|
|
|
Summary: dynamic PerlIO layers
|
|
|
|
Version: 0.12
|
2010-10-19 11:11:26 +00:00
|
|
|
Release: 130
|
2007-01-15 23:31:34 +00:00
|
|
|
Source: http://cpan.org/modules/by-module/PerlIO/PerlIO-via-dynamic-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-12-03 14:46:50 +00:00
|
|
|
%{perl_requires}
|
2010-10-19 11:11:22 +00:00
|
|
|
BuildRequires: perl
|
2010-12-03 14:46:50 +00:00
|
|
|
BuildRequires: perl-macros
|
2007-01-15 23:31:34 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
PerlIO::via::dynamic is used for creating dynamic PerlIO layers. It is
|
|
|
|
useful when the behavior or the layer depends on variables. You should
|
|
|
|
not use this module as via layer directly (ie :via(dynamic)).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Chia-liang Kao <clkao at clkao dot org>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -n PerlIO-via-dynamic-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL
|
2010-01-14 17:52:51 +00:00
|
|
|
%{__make} %{?_smp_mflags}
|
2007-01-15 23:31:34 +00:00
|
|
|
|
|
|
|
%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_vendorlib}/PerlIO
|
|
|
|
%dir %{perl_vendorlib}/PerlIO/via
|
|
|
|
%{perl_vendorlib}/PerlIO/via/dynamic.pm
|
|
|
|
%dir %{perl_vendorarch}/auto/PerlIO
|
|
|
|
%dir %{perl_vendorarch}/auto/PerlIO/via
|
|
|
|
%dir %{perl_vendorarch}/auto/PerlIO/via/dynamic
|
|
|
|
%{_mandir}/man3/PerlIO::via::dynamic.3pm.gz
|
|
|
|
|
2009-06-18 15:10:45 +00:00
|
|
|
%changelog
|