|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Config-Any
|
|
|
|
|
Version: 0.12
|
|
|
|
|
Version: 0.14
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Load configuration from different file formats, transparently
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -22,6 +22,7 @@ BuildRequires: perl(YAML::Syck)
|
|
|
|
|
# tests
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
|
BuildRequires: perl(XML::LibXML)
|
|
|
|
|
|
|
|
|
|
# optional tests
|
|
|
|
|
BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage)
|
|
|
|
@ -95,6 +96,10 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Sep 25 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.14-1
|
|
|
|
|
- update to 0.14
|
|
|
|
|
- add XML::LibXML to br's
|
|
|
|
|
|
|
|
|
|
* Wed May 21 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.12-1
|
|
|
|
|
- update to 0.12
|
|
|
|
|
|
|
|
|
|