|
@@ -1,7 +1,7 @@
|
|
Summary: I/O on in-core objects like strings and arrays with Perl
|
|
Summary: I/O on in-core objects like strings and arrays with Perl
|
|
Name: perl-IO-stringy
|
|
Name: perl-IO-stringy
|
|
Version: 2.110
|
|
Version: 2.110
|
|
-Release: 2%{_dist_release}
|
|
+Release: 3%{_dist_release}
|
|
License: GPL+ or Artistic
|
|
License: GPL+ or Artistic
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Source0: http://search.cpan.org/CPAN/authors/id/E/ER/ERYQ/IO-stringy-%{version}.tar.gz
|
|
Source0: http://search.cpan.org/CPAN/authors/id/E/ER/ERYQ/IO-stringy-%{version}.tar.gz
|
|
@@ -9,16 +9,16 @@ URL: http://search.cpan.org/author/ERYQ/IO-stringy/
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
-BuildRequires: perl(Carp)
|
|
+#BuildRequires: perl(Carp)
|
|
-BuildRequires: perl(Exporter)
|
|
+#BuildRequires: perl(Exporter)
|
|
-BuildRequires: perl(ExtUtils::MakeMaker)
|
|
+#BuildRequires: perl(ExtUtils::MakeMaker)
|
|
-BuildRequires: perl(FileHandle)
|
|
+#BuildRequires: perl(FileHandle)
|
|
-BuildRequires: perl(IO::File)
|
|
+#BuildRequires: perl(IO::File)
|
|
-BuildRequires: perl(IO::Handle)
|
|
+#BuildRequires: perl(IO::Handle)
|
|
-BuildRequires: perl(IO::Scalar)
|
|
+#BuildRequires: perl(IO::Scalar)
|
|
-BuildRequires: perl(IO::ScalarArray)
|
|
+#BuildRequires: perl(IO::ScalarArray)
|
|
-BuildRequires: perl(IO::WrapTie)
|
|
+#BuildRequires: perl(IO::WrapTie)
|
|
-BuildRequires: perl(Symbol)
|
|
+#BuildRequires: perl(Symbol)
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -74,6 +74,9 @@ make test
|
|
%{_mandir}/man3/IO::WrapTie.3pm*
|
|
%{_mandir}/man3/IO::WrapTie.3pm*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jul 1 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.110-3
|
|
|
|
+- rebuilt with perl-5.16.3.
|
|
|
|
+
|
|
* Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.110-2
|
|
* Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.110-2
|
|
- rebuilt with perl-5.12.3
|
|
- rebuilt with perl-5.12.3
|
|
- spec revamp
|
|
- spec revamp
|