2007-01-16 00:30:58 +01:00
|
|
|
#
|
|
|
|
# spec file for package perl-IO-stringy (Version 2.110)
|
|
|
|
#
|
2010-01-12 11:48:43 +01:00
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:30:58 +01:00
|
|
|
#
|
2009-01-16 01:51:26 +01: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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2007-01-16 00:30:58 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2009-01-16 01:51:26 +01:00
|
|
|
|
|
|
|
Name: perl-IO-stringy
|
2010-01-12 11:48:43 +01:00
|
|
|
License: Artistic
|
2009-01-16 01:51:26 +01:00
|
|
|
Group: Development/Libraries/Perl
|
|
|
|
Url: http://www.zeegee.com/code/perl/IO-stringy/
|
|
|
|
Provides: p_iostrn
|
|
|
|
Obsoletes: p_iostrn
|
2010-11-30 20:26:26 +01:00
|
|
|
%{perl_requires}
|
2009-01-16 01:51:26 +01:00
|
|
|
AutoReqProv: on
|
|
|
|
Summary: I/O on in-core objects like strings and arrays
|
|
|
|
Version: 2.110
|
2010-10-19 13:08:21 +02:00
|
|
|
Release: 143
|
2009-01-16 01:51:26 +01:00
|
|
|
Source: IO-stringy-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-10-19 10:46:21 +02:00
|
|
|
BuildRequires: perl
|
2007-01-16 00:30:58 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
I/O on in-core objects like strings and arrays
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Eryq <eryq@zeegee.com>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -n IO-stringy-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL
|
2010-01-12 11:48:43 +01:00
|
|
|
make %{?_smp_mflags}
|
2009-01-16 01:51:26 +01:00
|
|
|
|
|
|
|
%check
|
|
|
|
make test
|
2007-01-16 00:30:58 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{perl_vendorlib}/IO
|
|
|
|
%{perl_vendorarch}/auto/IO
|
|
|
|
%{perl_vendorarch}/auto/IO/Stringy
|
|
|
|
%doc %{_mandir}/man3/*.gz
|
|
|
|
%doc MANIFEST COPYING README*
|
|
|
|
|
2009-01-16 01:51:26 +01:00
|
|
|
%changelog
|