ppisar pushed to perl-File-ConfigDir (master). "0.017 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Jun 11 07:51:40 UTC 2015


From 6e8353934f28fc4ec5c8f07fdcccb2bf3fe871df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Thu, 11 Jun 2015 09:51:04 +0200
Subject: 0.017 bump


diff --git a/.gitignore b/.gitignore
index bac9b30..5319b4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /File-ConfigDir-0.013.tar.gz
 /File-ConfigDir-0.014.tar.gz
 /File-ConfigDir-0.015.tar.gz
+/File-ConfigDir-0.017.tar.gz
diff --git a/perl-File-ConfigDir.spec b/perl-File-ConfigDir.spec
index 1fb286f..3c292df 100644
--- a/perl-File-ConfigDir.spec
+++ b/perl-File-ConfigDir.spec
@@ -1,31 +1,38 @@
 Name:           perl-File-ConfigDir
-Version:        0.015
-Release:        2%{?dist}
+Version:        0.017
+Release:        1%{?dist}
 Summary:        Get directories of configuration files
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/File-ConfigDir/
 Source0:        http://www.cpan.org/modules/by-module/File/File-ConfigDir-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::HomeDir) >= 0.50
-BuildRequires:  perl(File::Path) >= 2.00
 BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(vars)
+# Recommended:
 BuildRequires:  perl(List::MoreUtils) >= 0.22
+# Tests:
+BuildRequires:  perl(File::Path) >= 2.00
 BuildRequires:  perl(local::lib)
-BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More) >= 0.9
-BuildRequires:  perl(vars)
-BuildRequires:  perl(warnings)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(File::HomeDir) >= 0.50
-Requires:       perl(File::Path) >= 2.00
+# Recommended:
 Requires:       perl(List::MoreUtils) >= 0.22
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 This module is a helper for installing, reading and finding configuration
@@ -36,14 +43,12 @@ and will always try to Do The Right Thing(TM).
 %setup -q -n File-ConfigDir-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -55,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 11 2015 Petr Pisar <ppisar at redhat.com> - 0.017-1
+- 0.017 bump
+
 * Sat Jun 06 2015 Jitka Plesnikova <jplesnik at redhat.com> - 0.015-2
 - Perl 5.22 rebuild
 
diff --git a/sources b/sources
index bea276b..2411119 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f6a530b4ed23451e8ed8b90995bdca0  File-ConfigDir-0.015.tar.gz
+5b60aa8cb8abf948c836f535f5d62497  File-ConfigDir-0.017.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-File-ConfigDir.git/commit/?h=master&id=6e8353934f28fc4ec5c8f07fdcccb2bf3fe871df


More information about the scm-commits mailing list