diff --git a/.gitignore b/.gitignore index 6686a3f..22bdf52 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ Config-Any-0.19.tar.gz /Config-Any-0.20.tar.gz /Config-Any-0.23.tar.gz /Config-Any-0.24.tar.gz +/Config-Any-0.25.tar.gz diff --git a/perl-Config-Any.spec b/perl-Config-Any.spec index 0bf8ed4..0cefeaf 100644 --- a/perl-Config-Any.spec +++ b/perl-Config-Any.spec @@ -1,18 +1,17 @@ Name: perl-Config-Any Summary: Load configuration from different file formats, transparently -Version: 0.24 -Release: 4%{?dist} +Version: 0.25 +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 URL: http://search.cpan.org/dist/Config-Any/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(Config::General) BuildRequires: perl(Config::Tiny) -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(JSON::XS) BuildRequires: perl(Module::Build) BuildRequires: perl(Module::Pluggable) >= 3.01 @@ -45,32 +44,27 @@ Perl code. %setup -q -n Config-Any-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install -rm -rf %{buildroot} - make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' - %{_fixperms} %{buildroot}/* %check make test -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) # conf/ for examples of different config types %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Sat Apr 25 2015 Emmanuel Seyman - 0.25-1 +- Update to 0.25 +- Clean up spec file + * Fri Aug 29 2014 Jitka Plesnikova - 0.24-4 - Perl 5.20 rebuild diff --git a/sources b/sources index d2c4461..32255eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf58a5cbd8b809886bd0459986e55ad7 Config-Any-0.24.tar.gz +d250b59ea7533921c56d25ff135c3b5f Config-Any-0.25.tar.gz