Update to 2.111
- New upstream release 2.111 - Update maintainer's name, which is now Dianne Skoll - Use %license where possible
This commit is contained in:
parent
44050f625f
commit
c2949ff685
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
IO-stringy-2.110.tar.gz
|
||||
/IO-stringy-[0-9.]*.tar.gz
|
||||
|
||||
@ -1,30 +1,33 @@
|
||||
Summary: I/O on in-core objects like strings and arrays for Perl
|
||||
Name: perl-IO-stringy
|
||||
Version: 2.110
|
||||
Release: 28%{?dist}
|
||||
Version: 2.111
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/IO-stringy/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/IO-stringy-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildRequires: perl
|
||||
# Module Build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Run-time:
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(FileHandle)
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Symbol)
|
||||
BuildRequires: perl(vars)
|
||||
# Tests:
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(vars)
|
||||
# Test Suite
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(lib)
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
# Avoid doc-file dependency on /usr/bin/perl
|
||||
%{?perl_default_filter}
|
||||
|
||||
%description
|
||||
@ -61,18 +64,28 @@ make test
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%doc README COPYING examples
|
||||
%if 0%{?_licensedir:1}
|
||||
%license COPYING
|
||||
%else
|
||||
%doc COPYING
|
||||
%endif
|
||||
%doc README examples/
|
||||
%{perl_vendorlib}/IO/
|
||||
%{_mandir}/man3/IO::AtomicFile.3pm*
|
||||
%{_mandir}/man3/IO::InnerFile.3pm*
|
||||
%{_mandir}/man3/IO::Lines.3pm*
|
||||
%{_mandir}/man3/IO::Scalar.3pm*
|
||||
%{_mandir}/man3/IO::ScalarArray.3pm*
|
||||
%{_mandir}/man3/IO::Stringy.3pm*
|
||||
%{_mandir}/man3/IO::Wrap.3pm*
|
||||
%{_mandir}/man3/IO::WrapTie.3pm*
|
||||
%{_mandir}/man3/IO::AtomicFile.3*
|
||||
%{_mandir}/man3/IO::InnerFile.3*
|
||||
%{_mandir}/man3/IO::Lines.3*
|
||||
%{_mandir}/man3/IO::Scalar.3*
|
||||
%{_mandir}/man3/IO::ScalarArray.3*
|
||||
%{_mandir}/man3/IO::Stringy.3*
|
||||
%{_mandir}/man3/IO::Wrap.3*
|
||||
%{_mandir}/man3/IO::WrapTie.3*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 23 2015 Paul Howarth <paul@city-fan.org> - 2.111-1
|
||||
- Update to 2.111
|
||||
- Update maintainer's name, which is now Dianne Skoll
|
||||
- Use %%license where possible
|
||||
|
||||
* Mon Jan 26 2015 Petr Pisar <ppisar@redhat.com> - 2.110-28
|
||||
- Filter provides/requires from docdir
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user