|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
Name: perl-Config-Any
|
|
|
|
|
Version: 0.17
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 0.18
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Load configuration from different file formats, transparently
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/Config-Any/
|
|
|
|
|
Source0: http://www.cpan.org/modules/by-module/Config/Config-Any-%{version}.tar.gz
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/Config-Any-%{version}.tar.gz
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
@ -17,7 +17,7 @@ BuildRequires: perl(JSON::Syck)
|
|
|
|
|
BuildRequires: perl(Config::General)
|
|
|
|
|
BuildRequires: perl(Config::Tiny)
|
|
|
|
|
BuildRequires: perl(XML::Simple)
|
|
|
|
|
BuildRequires: perl(YAML::Syck)
|
|
|
|
|
BuildRequires: perl(YAML::XS)
|
|
|
|
|
|
|
|
|
|
# tests
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
@ -32,7 +32,7 @@ Requires: perl(JSON::Syck)
|
|
|
|
|
Requires: perl(Config::General)
|
|
|
|
|
Requires: perl(Config::Tiny)
|
|
|
|
|
Requires: perl(XML::Simple)
|
|
|
|
|
Requires: perl(YAML::Syck)
|
|
|
|
|
Requires: perl(YAML::XS)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -96,6 +96,10 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 11 2010 Iain Arnell <iarnell@gmail.com> 0.18-1
|
|
|
|
|
- update to latest upstream version
|
|
|
|
|
- prefer YAML::XS over YAML::Syck
|
|
|
|
|
|
|
|
|
|
* Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 0.17-4
|
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
|
|
|
|
|