Upstream update.
This commit is contained in:
parent
f8093d145f
commit
ad98cd08a6
@ -1 +1 @@
|
||||
File-Slurp-9999.09.tar.gz
|
||||
File-Slurp-9999.11.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-File-Slurp
|
||||
Version: 9999.09
|
||||
Release: 2%{?dist}
|
||||
Version: 9999.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Efficient Reading/Writing of Complete Files
|
||||
License: GPL or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -11,6 +11,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
||||
BuildRequires: perl(Test::Pod) >= 1.14
|
||||
|
||||
%description
|
||||
This module provides subs that allow you to read or write entire files with
|
||||
one simple call. They are designed to be simple to use, have flexible ways
|
||||
@ -50,6 +53,10 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 01 2006 Ralf Corsépius <rc040203@freenet.de> - 9999.11-1
|
||||
- Upstream update.
|
||||
- BR perl(Test::Pod), perl(Test::Pod::Coverage).
|
||||
|
||||
* Sat Sep 10 2005 Ralf Corsepius <rc040203@freenet.de> - 9999.09-2
|
||||
- Apply JPO's patch (PR #167282).
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user