|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Name: perl-Config-Any
|
|
|
|
|
Summary: Load configuration from different file formats, transparently
|
|
|
|
|
Version: 0.20
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 0.23
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/Config-Any-%{version}.tar.gz
|
|
|
|
@ -19,6 +19,7 @@ BuildRequires: perl(Module::Pluggable) >= 3.01
|
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
BuildRequires: perl(Test::Pod)
|
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage)
|
|
|
|
|
BuildRequires: perl(version)
|
|
|
|
|
BuildRequires: perl(XML::LibXML)
|
|
|
|
|
BuildRequires: perl(XML::Simple)
|
|
|
|
@ -71,6 +72,10 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jan 13 2012 Robin Lee <cheeselee@fedoraproject.org> - 0.23-1
|
|
|
|
|
- Update to 0.23
|
|
|
|
|
- BR: add perl(Test::Pod::Coverage)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 0.20-4
|
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
|
|
|
|
|