eseyman pushed to perl-Config-Any (master). "Update to 0.25"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Apr 25 10:32:13 UTC 2015


>From 9d0c6ed0599ae5159789b1ccd060198c57f257d9 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman <emmanuel at seyman.fr>
Date: Sat, 25 Apr 2015 12:32:05 +0200
Subject: Update to 0.25


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 <emmanuel at seyman.fr> - 0.25-1
+- Update to 0.25
+- Clean up spec file
+
 * Fri Aug 29 2014 Jitka Plesnikova <jplesnik at redhat.com> - 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
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Config-Any.git/commit/?h=master&id=9d0c6ed0599ae5159789b1ccd060198c57f257d9


More information about the scm-commits mailing list