|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Name: perl-Config-Any
|
|
|
|
|
Summary: Load configuration from different file formats, transparently
|
|
|
|
|
Version: 0.24
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/Config-Any-%{version}.tar.gz
|
|
|
|
@ -34,7 +34,6 @@ Requires: perl(YAML::XS)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
|
%{?perl_default_subpackage_tests}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Config::Any provides a facility for Perl applications and libraries to
|
|
|
|
@ -72,6 +71,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Feb 15 2014 Robin Lee <cheeselee@fedoraproject.org> - 0.24-2
|
|
|
|
|
- Drop tests subpackage
|
|
|
|
|
|
|
|
|
|
* Thu Sep 26 2013 Robin Lee <cheeselee@fedoraproject.org> - 0.24-1
|
|
|
|
|
- Update to 0.24
|
|
|
|
|
|
|
|
|
|